aboutsummaryrefslogtreecommitdiff
path: root/shells/es
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Rename shells/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-292-0/+0
| | | | Notes: svn path=/head/; revision=363330
* Support stageBaptiste Daroussin2014-03-061-5/+5
| | | | Notes: svn path=/head/; revision=347283
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | shells) Notes: svn path=/head/; revision=327770
* Fix build with clang disabling a bad test from configureBaptiste Daroussin2013-05-031-5/+2
| | | | Notes: svn path=/head/; revision=317241
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Fix runtime error by disabling gcc optimizationsPav Lucistnik2010-11-241-0/+1
| | | | | | | | PR: ports/152499 Submitted by: Harald Hanche-Olsen <hanche@math.ntnu.no> Notes: svn path=/head/; revision=265110
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* - Fix runtimePav Lucistnik2006-01-102-16/+13
| | | | | | | | | PR: ports/91540 Submitted by: Sam Sirlin <swsirlin@earthlink.net> Approved by: maintainer Notes: svn path=/head/; revision=153214
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Fix build on amd64, and make this port actually run on 5.x.Kris Kennaway2004-03-183-8/+33
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=104433
* BROKEN on amd64: Does not compileKris Kennaway2004-03-141-1/+7
| | | | Notes: svn path=/head/; revision=103949
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* 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
* Well, basic reading skills certainly do help occassionally - LorenPeter Pentchev2000-12-081-1/+1
| | | | | | | | James Rittle suggested that he be added as port maintainer with another e-mail address. Notes: svn path=/head/; revision=35767
* Bump PORTREVISION because of the added efree()/erealloc() patch.Peter Pentchev2000-12-081-1/+2
| | | | | | | | | Also, let people blame Loren James Rittle for future es problems ;) Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com> Notes: svn path=/head/; revision=35766
* free() before realloc() is bad, bad, bad.Peter Pentchev2000-12-081-0/+13
| | | | | | | Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com> Notes: svn path=/head/; revision=35765
* PORTVERSION=0.9b1 -> PORTVERSION=0.9.b1Tim Vanderhoek2000-06-041-1/+1
| | | | Notes: svn path=/head/; revision=29169
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsiveKris Kennaway2000-04-231-1/+1
| | | | | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich Notes: svn path=/head/; revision=27941
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27426
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Removed manpages from pkg/PLISTDavid E. O'Brien1998-08-131-1/+0
| | | | Notes: svn path=/head/; revision=12505
* Update to 0.9beta1.Martin Cracauer1998-06-084-93/+42
| | | | | | | | | | | | | | | | | | | | | This version is now GNU configure driven. A word of warning for future committers so that you don't fall into the same trap as I did: The source has an printf-style funtion "print". This doesn't understand "%u", so the usual print-casting stuff for long long ints isn't printf("%u", (unsigned int)foo); but print("%d", (int)foo); which obviously looses in some cases, but I didn't take the effort to extend this function to take 64 bit value (just unsigned is limited as well). In this case, it isn't that bad, since it is used to print limits, but memory limits are internally stored as "mega" or "kilo" anyway. Notes: svn path=/head/; revision=11355
* fix handling of builtin limit command.Eric L. Hernes1997-04-101-36/+54
| | | | | | | closes ports/3037 Notes: svn path=/head/; revision=6176
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Move es from plan9 to shells. (It has already been copied to shellsSatoshi Asami1996-07-301-2/+2
| | | | | | | by Peter.) Notes: svn path=/head/; revision=3456
* Typo.Satoshi Asami1996-07-101-1/+1
| | | | | | | Submitted by: James Raynard <fports@jraynard.demon.co.uk> Notes: svn path=/head/; revision=3351
* added myself as MAINTAINEREric L. Hernes1995-10-281-1/+3
| | | | Notes: svn path=/head/; revision=2372
* fixed COMMENTSEric L. Hernes1995-10-281-1/+1
| | | | Notes: svn path=/head/; revision=2371
* Take out $Revision$ string from patch.Satoshi Asami1995-08-151-13/+0
| | | | | | | Pointed out by: jkh Notes: svn path=/head/; revision=2063
* Various plan9 utilities. It's such a complete collection, I'm goingSatoshi Asami1995-08-146-0/+120
to import it all at once! Submitted by: Eric L. Hernes <erich@lodgenet.com> Notes: svn path=/head/; revision=2055