| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
just happens to be fatal there, and a coding botch. The first problem is
that it assumes a termcap interface (which is an emulation on freebsd),
and provides its own terminfo wrappers around termcap.. so that's two
avoidable translation layers... termcap file -> terminfo (libncurses) ->
termcap API emulation (libncurses) -> terminfo (zsh emlulation). zsh
forgot to prototype the tiget* functions (which return pointers) so we
have an integer (implicit declaration) being cast to a pointer which
is fatal. The second problem is that zsh tries to use _mktemp() to get
around the __warn_references in our C library, but also neglects a
prototype there and has the same fatal int/pointer problem.
It is likely all the zsh* ports need these fixes. A test compile on
pluto1.freebsd.org will highlight the problem.
I do not know why the packaging fails for ia64. termcap.so and
terminfo.so are not being built for some reason, this change doesn't
solve that problem.
|
| |
|
|
|
|
|
| |
* SIGALRM can now be used in applications.
* Numerous bug fixes.
|
|
|
|
| |
and install this port.
|
|
|
|
|
| |
PR: 46781
Submitted by: Philip Paeps <philip@vitaya.be>
|
|
|
|
|
| |
PR: 46243
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
| |
And some ports have USE_PERL5=yes now.
|
|
|
|
| |
PR: 36792
|
| |
|
|
|
|
| |
Remove FORBIDDEN mark.
|
|
|
|
|
|
|
| |
add readline support
PR: 43945
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 43423
Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net>
|
|
|
|
|
| |
Submitted by: Peter Avalos <pavalos@theshell.com>
PR: 43459
|
|
|
|
| |
extract procedure.
|
| |
|
|
|
|
| |
- Recognize .tar.z as tar+gz archive.
|
|
|
|
| |
Submitted by: David Yeske <dyeske@yahoo.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
which fix bugs in file name completion and handling of tar archives
that contain ".".
- Update fd2rc:
o Properly call zip(1) with -r (recursive).
o Make some file extensions case insensitive.
o Source /etc/fd2rc.local so administrators can put their own local
configurations in it.
o Set FD_WRITEFS to 1 (do not ask).
o Set FD_INHERITCOPY to 1 (preserve timestamps).
|
| |
|
|
|
|
|
| |
PR: ports/40935
Submitted by: Ken McGlothlen <mcglk@artlogix.com>
|
|
|
|
|
|
|
| |
completion problem.
Submitted by: Chet Ramey <chet@po.CWRU.Edu>
Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
|
|
|
|
| |
Always forgotten by: me
|
|
|
|
|
|
|
|
| |
relative to the current directory when performing command name completion.
This affects partial completion of intermediate directory names." Fix this.
Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
Obtained from: http://www.geocrawler.com/mail/msg.php3?msg_id=9514404&list=342
|
|
|
|
|
|
|
|
| |
it is slow and does not mirror bz2 distfiles at all. Remove it and
add four other working mirror sites instead.
PR: ports/41960 (different solution)
Submitted by: keramida
|
|
|
|
| |
character manipulation functions.
|
|
|
|
|
|
| |
PR: 41778
Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
Obtained from: David Korn <dgk@research.att.com>
|
| |
|
|
|
|
|
| |
PR: ports/41662
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
|
|
|
|
|
|
|
| |
- Use the .tar.bz2 distribution files.
PR: ports/41483
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: will (MAINTAINER)
|
|
|
|
|
| |
- Expand the arch table size from 16 to 32.
- Bump PORTREVISION accordingly.
|
|
|
|
|
|
| |
CPU-consuming loop. A kill -9 from another terminal is required to end it.
Submitted by: Chet Ramey <chet@nike.ins.cwru.edu>
|
| |
|
|
|
|
| |
Submitted by: Neil Darlow <neil@darlow.co.uk>
|
|
|
|
|
| |
PR: 41176
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improve build reliability:
* Make very sure that the build script is run with /bin/sh.
* Add a dubious patch to libast/comp/conf.sh that is reported to fix
the build for some -STABLE users.
Install example functions.
PR: 39783, 40857
Parts
Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
|
|
|
|
|
|
| |
environment variables.
Requested by: Ken Stailey <kstailey@speakeasy.net>
|
|
|
|
|
| |
which badly confuses the configure tests that check for this
functionality. Remove the tests for the time being.
|
|
|
|
|
| |
PR: 37851
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
|
|
|
|
| |
- Honor CC and CFLAGS. (which hasn't been working since 2.0)
|
|
|
|
|
|
| |
/sbin/nologin.
Submitted by: Richard Rose <freebsd-security@rikrose.net>
|
| |
|
|
|
|
|
|
| |
PR: ports/39731, ports/39732, ports/39733, ports/39734, ports/39735
ports/39736, ports/39737, ports/39738, ports/39739 ports/39740
Submitted by: Scott Flatman <sf@dsinw.com>
|
|
|
|
|
|
| |
* Numerous bug fixes.
Submitted by: Jerry A! <jerry@thehutt.org>
|
|
|
|
| |
Submitted by: mike
|
|
|
|
| |
Adjust tar_format for the latest GNU tar.
|