aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-218-4/+4
| | | | Notes: svn path=/head/; revision=76041
* pkg-comment -> COMMENTChristian Weisgerber2003-02-212-2/+2
| | | | Notes: svn path=/head/; revision=76039
* De-pkg-comment.Akinori MUSHA2003-02-2016-8/+8
| | | | Notes: svn path=/head/; revision=75971
* Bump PORTREVISION for a couple of fixes I applied.Akinori MUSHA2003-02-191-0/+1
| | | | Notes: svn path=/head/; revision=75867
* Add a patch to fix a fatal problem on *BSD/sparc64 that fd falls intoAkinori MUSHA2003-02-191-0/+27
| | | | | | | background as soon as it is invoked. Notes: svn path=/head/; revision=75866
* Add a patch to fix a glob expansion problem where special characterAkinori MUSHA2003-02-191-0/+13
| | | | | | | escaping does not work. Notes: svn path=/head/; revision=75865
* De-pkg-decomment zsh master-slave ports. Allow overriding MAINAINERAkinori MUSHA2003-02-184-3/+3
| | | | | | | while I'm hre. Notes: svn path=/head/; revision=75782
* De-pkg-comment my non-ruby ports as well.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75780
* URL updates.Christian Weisgerber2003-02-124-4/+4
| | | | | | | | PR: 48167 Submitted by: tadalunch@sources.redhat.com Notes: svn path=/head/; revision=75369
* Convert COMMENT to COMMENTFILE until these ports can be converted.Kris Kennaway2003-02-101-1/+1
| | | | | | | Submitted by: lioux Notes: svn path=/head/; revision=75232
* upgrade to 1.0107Ying-Chieh Liao2003-01-243-6/+6
| | | | Notes: svn path=/head/; revision=73942
* Add missing manpageKris Kennaway2003-01-141-1/+1
| | | | Notes: svn path=/head/; revision=73106
* Make zsh not segfault on ia64 due to a generic misconfiguration thatPeter Wemm2003-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. Notes: svn path=/head/; revision=72926
* Make this work on ia64.Peter Wemm2003-01-111-0/+12
| | | | Notes: svn path=/head/; revision=72924
* Update to release 2002-12-21. Notable changes:Christian Weisgerber2003-01-082-3/+3
| | | | | | | | * SIGALRM can now be used in applications. * Numerous bug fixes. Notes: svn path=/head/; revision=72720
* Ignore error in updating /etc/shells so that a normal user can buildAkinori MUSHA2003-01-051-4/+4
| | | | | | | and install this port. Notes: svn path=/head/; revision=72595
* fix plistYing-Chieh Liao2003-01-051-1/+3
| | | | | | | | PR: 46781 Submitted by: Philip Paeps <philip@vitaya.be> Notes: svn path=/head/; revision=72587
* upgrade to 3.4Ying-Chieh Liao2003-01-033-11/+10
| | | | | | | | PR: 46243 Submitted by: maintainer Notes: svn path=/head/; revision=72422
* Update to 2.02a.Akinori MUSHA2003-01-032-2/+2
| | | | Notes: svn path=/head/; revision=72377
* Fix build on 5.0 (chase /usr/include/msdosfs to /usr/include/fs/msdosfs)Kris Kennaway2002-11-301-7/+10
| | | | Notes: svn path=/head/; revision=71257
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-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) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-0614-7/+14
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* PERL -> REINPLACEEdwin Groothuis2002-11-041-2/+3
| | | | | | | And some ports have USE_PERL5=yes now. Notes: svn path=/head/; revision=69436
* Fix PLIST (bento)Tilman Keskinoz2002-11-032-38/+38
| | | | | | | PR: 36792 Notes: svn path=/head/; revision=69391
* Add missing files and manpagesKris Kennaway2002-10-282-1/+3
| | | | Notes: svn path=/head/; revision=68996
* Update to 4.1.0.dev5.Shigeyuki Fukushima2002-10-133-4/+22
| | | | | | | Remove FORBIDDEN mark. Notes: svn path=/head/; revision=67981
* fix obscure signal-handling bugsYing-Chieh Liao2002-10-123-1/+27
| | | | | | | | | | add readline support PR: 43945 Submitted by: maintainer Notes: svn path=/head/; revision=67868
* Update to 2.01c.Akinori MUSHA2002-10-064-269/+2
| | | | Notes: svn path=/head/; revision=67497
* Update to release 2002-09-22.Christian Weisgerber2002-10-055-68/+3
| | | | | | | | PR: 43423 Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net> Notes: svn path=/head/; revision=67334
* Fix logic error when NOPORTDOCS is set.David E. O'Brien2002-09-293-6/+6
| | | | | | | | Submitted by: Peter Avalos <pavalos@theshell.com> PR: 43459 Notes: svn path=/head/; revision=67205
* Move files from illegal subdirectory src/ to files/ and fixKris Kennaway2002-09-295-1/+3
| | | | | | | extract procedure. Notes: svn path=/head/; revision=67204
* Mirror the patch files.David E. O'Brien2002-09-203-3/+9
| | | | Notes: svn path=/head/; revision=66764
* - Fix the .zip file list format.Akinori MUSHA2002-09-182-5/+5
| | | | | | | - Recognize .tar.z as tar+gz archive. Notes: svn path=/head/; revision=66630
* PERL -> USE_REINPLACEWill Andrews2002-09-171-1/+2
| | | | | | | Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=66512
* - Apply a couple of patches posted on the FD-clone mailing list,Akinori MUSHA2002-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). Notes: svn path=/head/; revision=66376
* Use offical vendor patches 1-4.David E. O'Brien2002-09-139-60/+27
| | | | Notes: svn path=/head/; revision=66224
* Add scponly 2.4, a tiny shell which only permits scp and sftp.Oliver Braun2002-09-106-0/+39
| | | | | | | | PR: ports/40935 Submitted by: Ken McGlothlen <mcglk@artlogix.com> Notes: svn path=/head/; revision=66096
* Use the offical vendor patch for the directory space vs. slash command nameDavid E. O'Brien2002-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 Notes: svn path=/head/; revision=65965
* Bump revision for directory command-line completion fix.David E. O'Brien2002-09-093-0/+3
| | | | | | | Always forgotten by: me Notes: svn path=/head/; revision=65900
* "In certain cases, Bash appends a space instead of a slash to a directory nameDavid E. O'Brien2002-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 Notes: svn path=/head/; revision=65876
* MASTER_SITE_SOURCEFORGE is not worth listing in MASTER_SITES becauseAkinori MUSHA2002-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 Notes: svn path=/head/; revision=65725
* We lie about fully having ISO C90 Amd.1 restartable wide and multibyteDavid E. O'Brien2002-08-266-0/+78
| | | | | | | character manipulation functions. Notes: svn path=/head/; revision=65014
* Fix core dump in glob expansion.Christian Weisgerber2002-08-202-1/+36
| | | | | | | | | PR: 41778 Submitted by: Joe Kelsey <joek@mail.flyingcroc.net> Obtained from: David Korn <dgk@research.att.com> Notes: svn path=/head/; revision=64694
* Really commit the pkg-plist change.Akinori MUSHA2002-08-151-0/+1
| | | | Notes: svn path=/head/; revision=64543
* Update to 4.0.6.Akinori MUSHA2002-08-142-3/+3
| | | | | | | | PR: ports/41662 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=64518
* - Update to 4.0.5.Akinori MUSHA2002-08-123-4/+38
| | | | | | | | | | | - Use the .tar.bz2 distribution files. PR: ports/41483 Submitted by: Sergei Kolobov <sergei@kolobov.com> Approved by: will (MAINTAINER) Notes: svn path=/head/; revision=64394
* - Recognize .tbz as a tar+bzip2 suffix.Akinori MUSHA2002-08-113-3/+11
| | | | | | | | - Expand the arch table size from 16 to 32. - Bump PORTREVISION accordingly. Notes: svn path=/head/; revision=64375
* Simply typing Shift-Enter in bash-2.05b causes it to enter some kind ofDavid E. O'Brien2002-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> Notes: svn path=/head/; revision=64090
* `make reinstall' clean.David E. O'Brien2002-08-063-3/+3
| | | | Notes: svn path=/head/; revision=64089
* Forgot to update pkg-plist with 5.0b upgrade.David E. O'Brien2002-08-043-6/+9
| | | | | | | Submitted by: Neil Darlow <neil@darlow.co.uk> Notes: svn path=/head/; revision=63986