summaryrefslogtreecommitdiffstats
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Make zsh not segfault on ia64 due to a generic misconfiguration thatpeter2003-01-112-1/+9
| | | | | | | | | | | | | | | | | | | | 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.
* Make this work on ia64.peter2003-01-111-0/+12
|
* Update to release 2002-12-21. Notable changes:naddy2003-01-082-3/+3
| | | | | * SIGALRM can now be used in applications. * Numerous bug fixes.
* Ignore error in updating /etc/shells so that a normal user can buildknu2003-01-051-4/+4
| | | | and install this port.
* fix plistijliao2003-01-051-1/+3
| | | | | PR: 46781 Submitted by: Philip Paeps <philip@vitaya.be>
* upgrade to 3.4ijliao2003-01-033-11/+10
| | | | | PR: 46243 Submitted by: maintainer
* Update to 2.02a.knu2003-01-032-2/+2
|
* Fix build on 5.0 (chase /usr/include/msdosfs to /usr/include/fs/msdosfs)kris2002-11-301-7/+10
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-1014-14/+7
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-0614-7/+14
| | | | Approved by: pat
* PERL -> REINPLACEedwin2002-11-041-2/+3
| | | | And some ports have USE_PERL5=yes now.
* Fix PLIST (bento)arved2002-11-032-38/+38
| | | | PR: 36792
* Add missing files and manpageskris2002-10-282-1/+3
|
* Update to 4.1.0.dev5.shige2002-10-133-4/+22
| | | | Remove FORBIDDEN mark.
* fix obscure signal-handling bugsijliao2002-10-123-1/+27
| | | | | | | add readline support PR: 43945 Submitted by: maintainer
* Update to 2.01c.knu2002-10-064-269/+2
|
* Update to release 2002-09-22.naddy2002-10-055-68/+3
| | | | | PR: 43423 Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net>
* Fix logic error when NOPORTDOCS is set.obrien2002-09-293-6/+6
| | | | | Submitted by: Peter Avalos <pavalos@theshell.com> PR: 43459
* Move files from illegal subdirectory src/ to files/ and fixkris2002-09-295-1/+3
| | | | extract procedure.
* Mirror the patch files.obrien2002-09-203-3/+9
|
* - Fix the .zip file list format.knu2002-09-182-5/+5
| | | | - Recognize .tar.z as tar+gz archive.
* PERL -> USE_REINPLACEwill2002-09-171-1/+2
| | | | Submitted by: David Yeske <dyeske@yahoo.com>
* - Apply a couple of patches posted on the FD-clone mailing list,knu2002-09-154-24/+310
| | | | | | | | | | | | | 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).
* Use offical vendor patches 1-4.obrien2002-09-139-60/+27
|
* Add scponly 2.4, a tiny shell which only permits scp and sftp.obraun2002-09-106-0/+39
| | | | | PR: ports/40935 Submitted by: Ken McGlothlen <mcglk@artlogix.com>
* Use the offical vendor patch for the directory space vs. slash command nameobrien2002-09-099-78/+12
| | | | | | | completion problem. Submitted by: Chet Ramey <chet@po.CWRU.Edu> Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
* Bump revision for directory command-line completion fix.obrien2002-09-093-0/+3
| | | | Always forgotten by: me
* "In certain cases, Bash appends a space instead of a slash to a directory nameobrien2002-09-093-24/+102
| | | | | | | | 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
* MASTER_SITE_SOURCEFORGE is not worth listing in MASTER_SITES becauseknu2002-09-061-3/+6
| | | | | | | | 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
* We lie about fully having ISO C90 Amd.1 restartable wide and multibyteobrien2002-08-266-0/+78
| | | | character manipulation functions.
* Fix core dump in glob expansion.naddy2002-08-202-1/+36
| | | | | | PR: 41778 Submitted by: Joe Kelsey <joek@mail.flyingcroc.net> Obtained from: David Korn <dgk@research.att.com>
* Really commit the pkg-plist change.knu2002-08-151-0/+1
|
* Update to 4.0.6.knu2002-08-142-3/+3
| | | | | PR: ports/41662 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* - Update to 4.0.5.knu2002-08-123-4/+38
| | | | | | | | - Use the .tar.bz2 distribution files. PR: ports/41483 Submitted by: Sergei Kolobov <sergei@kolobov.com> Approved by: will (MAINTAINER)
* - Recognize .tbz as a tar+bzip2 suffix.knu2002-08-113-3/+11
| | | | | - Expand the arch table size from 16 to 32. - Bump PORTREVISION accordingly.
* Simply typing Shift-Enter in bash-2.05b causes it to enter some kind ofobrien2002-08-063-0/+48
| | | | | | CPU-consuming loop. A kill -9 from another terminal is required to end it. Submitted by: Chet Ramey <chet@nike.ins.cwru.edu>
* `make reinstall' clean.obrien2002-08-063-3/+3
|
* Forgot to update pkg-plist with 5.0b upgrade.obrien2002-08-043-6/+9
| | | | Submitted by: Neil Darlow <neil@darlow.co.uk>
* Update to version 2.05b.obrien2002-08-0418-174/+114
| | | | | PR: 41176 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Re-enable statvfs() tests now that -CURRENT has the function.naddy2002-07-224-23/+23
| | | | | | | | | | | | | | 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>
* Build in a clean environment to prevent sporadic interference fromnaddy2002-07-171-1/+1
| | | | | | environment variables. Requested by: Ken Stailey <kstailey@speakeasy.net>
* -CURRENT has <sys/statvfs.h> but no actual statvfs() implementation,naddy2002-07-171-0/+22
| | | | | which badly confuses the configure tests that check for this functionality. Remove the tests for the time being.
* Update to 020214greid2002-07-164-42/+8
| | | | | PR: 37851 Submitted by: Jeff Palmer <scorpio@drkshdw.org>
* - Update to 2.01b.knu2002-07-132-2/+8
| | | | - Honor CC and CFLAGS. (which hasn't been working since 2.0)
* Add nologinmsg 1.0, more functional native binary replacement forpetef2002-07-109-0/+253
| | | | | | /sbin/nologin. Submitted by: Richard Rose <freebsd-security@rikrose.net>
* Update to release 2002-06-28.naddy2002-06-282-3/+3
|
* PERL -> REINPLACE_CMDpat2002-06-233-7/+10
| | | | | | 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>
* Update to release 2002-06-14. Changes in this release:naddy2002-06-232-6/+6
| | | | | | * Numerous bug fixes. Submitted by: Jerry A! <jerry@thehutt.org>
* Fix build on -current.kris2002-06-161-0/+50
| | | | Submitted by: mike
* Update to 2.01a.knu2002-06-113-15/+7
| | | | Adjust tar_format for the latest GNU tar.
OpenPOWER on IntegriCloud