summaryrefslogtreecommitdiff
path: root/shells (follow)
Commit message (Collapse)AuthorAgeFilesLines
* -Patch SECURITY doc to include note about bypassing rsync argument checking ↵Wen Heping2010-12-153-81/+56
| | | | | | | | | | | | | | | | | | | with popt (from upstream) and tell people to read it -Drop long comment describing knobs - it just duplicates OPTIONS -For SCPONLY_DEFAULT_CHDIR, print a note about setting it. I'm not sure if post-patch is the best place for this, though? -Drop dead site and just use Sourceforge -Use the PORTDOCS variable -Install some useful docs and drop useless one (TODO) -Drop pre-everything message about defaults changing; that was 5 years ago -LOCALBASE vs. PREFIX correction -Add post-install messages to the plist so package users see them too PR: ports/153115 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Notes: svn path=/head/; revision=266327
* - Fix support for rsync 3.0Olli Hauer2010-12-074-7/+123
| | | | | | | | | | | | | | | Rsync 3 needs the "-e" option, which is blocked without this patch by scponly Patch pulled from upstream CVS, which states a full release will come soon: http://lists.ccs.neu.edu/pipermail/scponly/2010-November/002170.html Reported by: Frank Bartels <knarf _at_ knarf.de> PR: 152869 Submitted by: Rob Farmer <rfarmer _at_ predatorlabs.net> (maintainer) Notes: svn path=/head/; revision=265822
* Sync to new bsd.autotools.mkAde Lovett2010-12-042-2/+2
| | | | Notes: svn path=/head/; revision=265663
* Remove shells/bash-completion-classic, the amd64 workaround is no longerEmanuel Haupt2010-11-296-95/+0
| | | | | | | required as shells/bash-completion works with amd64. Notes: svn path=/head/; revision=265379
* - 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
* This patch hopefully fixes bash freezing on amd64 when using host-basedAdam Weinberger2010-11-213-6/+22
| | | | | | | | | | | | completions. Tons of thanks to Raphael Kubo da Costa for identifying the fix and providing us with a patch, and to ehaupt for testing! PR: ports/150322 Submitted by: Raphael Kubo da Costa <kubito@gmail.com> Reviewed by: ehaupt Notes: svn path=/head/; revision=264859
* - Update to 0.3.1Martin Wilke2010-11-042-6/+5
| | | | Notes: svn path=/head/; revision=264070
* - Drop maintainershipEmanuel Haupt2010-10-212-1/+9
| | | | | | | | | - Mark the port DEPRECATED with the message to use shells/bash or shells/bash-static instead - Set an EXPIRATION_DATE of 3 months Notes: svn path=/head/; revision=263406
* Update to Bash 4.1 patchlevel 9.David E. O'Brien2010-10-202-2/+8
| | | | Notes: svn path=/head/; revision=263311
* Punt autoconf267->autoconf268Ade Lovett2010-10-162-2/+2
| | | | Notes: svn path=/head/; revision=263089
* Update to 0.5.6.1Max Brazhnikov2010-10-022-4/+4
| | | | | | | | PR: ports/150956 Submitted by: Eitan Adler (maintainer) Notes: svn path=/head/; revision=262316
* Change my MAINTAINER addressEmanuel Haupt2010-09-291-1/+1
| | | | Notes: svn path=/head/; revision=262108
* Update to 3.00j w/ a patch.Akinori MUSHA2010-09-283-4/+67
| | | | | | | Declare the port MAKE_JOBS_SAFE. Notes: svn path=/head/; revision=262031
* connect shells/bash-completion-classicEmanuel Haupt2010-09-211-0/+1
| | | | Notes: svn path=/head/; revision=261522
* Bring back the classic version of shells/bash-completion.Emanuel Haupt2010-09-217-226/+65
| | | | | | | | | | shells/bash-completion is developed by a new group and has some very nice new features. Unfortunately, the new version currently causes problems on amd64 systems. People with amd64 systems may use this classic version as an alternative. Notes: svn path=/head/; revision=261521
* Now that shells/bash-completion-classic is in the tree, register aAdam Weinberger2010-09-202-7/+4
| | | | | | | | | | | conflict with it. Also, remove the rsync-disable hack on amd64, and replace it with a simple BROKEN message. Note that shells/bash-completion-classic is currently an unedited repocopy, but I know ehaupt is working to get it up and running. Notes: svn path=/head/; revision=261508
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-152-4/+4
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Update to 2.12Sylvio Cesar Teixeira2010-09-132-4/+4
| | | | Notes: svn path=/head/; revision=261088
* Add OPTIONS processing.David E. O'Brien2010-09-102-2/+12
| | | | Notes: svn path=/head/; revision=260906
* - Remove iconv dependency if WITHOUT_NLS is definedEmanuel Haupt2010-09-092-13/+8
| | | | | | | | | | | - Bump PORTREVISION PR: 149981 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (via ports) Approved by: obrien (maintainer-timeout; 14 days) Notes: svn path=/head/; revision=260845
* The rsync completion plugin causes the shell to freeze on amd64.Adam Weinberger2010-09-064-6/+28
| | | | | | | | | | | Until that gets resolved, I'm disconnecting the rsync plugin from the build on amd64. PR: ports/150322 Submitted by: ehaupt Notes: svn path=/head/; revision=260658
* Add pkg-plist, forgotten in bash-completion-1.2 commit.Adam Weinberger2010-09-042-0/+332
| | | | Notes: svn path=/head/; revision=260559
* Replace bash-completion with a new package.Adam Weinberger2010-09-0412-126/+104
| | | | | | | | | | | | The previous bash-completion package hadn't been updated since 2006. A new group has picked up the package and continued development. The old completions should remain, so I'm not going to update UPDATING. I'm taking maintainership of this as well. Many thanks to Kirk, the previous maintainer! Notes: svn path=/head/; revision=260558
* - Depend on libiconv in order to fix package installationEmanuel Haupt2010-08-061-1/+2
| | | | | | | | | | | | | - Bump PORTREVISION PR: 147747, 148329, 149218 Submitted by: Alex Goncharov <alex-goncharov@comcast.net>, Garrett Wollman <wollman@khavrinen.csail.mit.edu> yar Approved by: obrien (maintainer timeout; > 50 days) Notes: svn path=/head/; revision=258841
* - Fix in @exec installs incorrect fileSylvio Cesar Teixeira2010-08-052-1/+2
| | | | | | | | PR: ports/149081 Submitted by: Jimmy Olgeni <olgeni@freebsd.org> Notes: svn path=/head/; revision=258807
* Typo fix.Jimmy Olgeni2010-07-301-1/+1
| | | | Notes: svn path=/head/; revision=258500
* Update to 3.00i.Akinori MUSHA2010-07-282-4/+4
| | | | Notes: svn path=/head/; revision=258363
* - Do not redefine EXAMPLESDIR to respect PREFIXMartin Wilke2010-07-121-3/+1
| | | | | | | | | | - Remove erroneous @dirrm from PLIST_DIRS PR: 148043 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> (maintainer) Notes: svn path=/head/; revision=257658
* Make notes for setting up a chroot cage a bit more precise.Stefan Walter2010-06-281-2/+4
| | | | | | | | | | PR: 144059 Submitted by: Michael Meelis <m.meelis@easybow.com> Patch by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=257109
* Update to 4.1.7Emanuel Haupt2010-06-162-2/+8
| | | | | | | | PR: 147172 Approved by: obrien (maintainer timeout; > 14 days) Notes: svn path=/head/; revision=256601
* Update to 3.00h.Akinori MUSHA2010-06-143-19/+4
| | | | Notes: svn path=/head/; revision=256518
* Mark IGNORE on 8.0 and higher.Koop Mast2010-06-111-1/+7
| | | | | | | | | Doesn't handle pseudo-terminal names (/dev/pts/%d). Submitted by: Andrius Morkunas <kinokind@gmail.com>, Ed Schouten Notes: svn path=/head/; revision=256385
* Apply a quick-fix against the problem introduced in 3.00g.Akinori MUSHA2010-06-072-0/+15
| | | | Notes: svn path=/head/; revision=255970
* LICENSE GPLv2Dirk Meyer2010-06-041-1/+1
| | | | Notes: svn path=/head/; revision=255720
* LICENSE GPLv2Dirk Meyer2010-06-041-0/+2
| | | | Notes: svn path=/head/; revision=255719
* Update to 3.00g.Akinori MUSHA2010-06-043-19/+4
| | | | Notes: svn path=/head/; revision=255703
* Bump PORTREVISION after gettext update - not sure how this one was missed.Ade Lovett2010-05-311-1/+1
| | | | | | | Submitted by: Herbert J. Skuhra <h.skuhra (at) gmail.com> Notes: svn path=/head/; revision=255383
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* This is the patch.Akinori MUSHA2010-05-301-0/+15
| | | | Notes: svn path=/head/; revision=255322
* Update to 3.00f with a quick fix applied.Akinori MUSHA2010-05-302-4/+4
| | | | Notes: svn path=/head/; revision=255321
* - drop USE_GNUSTEP_PREFIXDirk Meyer2010-05-302-12/+11
| | | | Notes: svn path=/head/; revision=255316
* - Update to 0.9.12Sylvio Cesar Teixeira2010-05-282-4/+4
| | | | Notes: svn path=/head/; revision=255246
* - Update to 0.5.6Sylvio Cesar Teixeira2010-05-282-5/+5
| | | | | | | | PR: ports146866 Submitted by: Eitan Adler <lists@eitanadler.com> Notes: svn path=/head/; revision=255241
* - Update to 0.9.11Sylvio Cesar Teixeira2010-05-222-4/+4
| | | | Notes: svn path=/head/; revision=254835
* - Fix statically linked versionEmanuel Haupt2010-05-112-1/+12
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (miwi) Notes: svn path=/head/; revision=254122
* Fix plistIon-Mihai Tetcu2010-05-111-0/+2
| | | | | | | | Submitted by: QAT Approved by: portmgr (self, to get lots of gnome building) Notes: svn path=/head/; revision=254118
* Update to Bash 4.1 patchlevel 5.David E. O'Brien2010-05-102-110/+20
| | | | Notes: svn path=/head/; revision=254093
* - Update to 20100430Martin Wilke2010-05-092-4/+4
| | | | Notes: svn path=/head/; revision=253984
* Update to 3.2.51Emanuel Haupt2010-05-032-1/+4
| | | | Notes: svn path=/head/; revision=253628
* - Update to 0.9.10Sylvio Cesar Teixeira2010-04-173-6/+7
| | | | | | | Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252841