aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.0.5Baptiste Daroussin2014-01-082-5/+5
| | | | Notes: svn path=/head/; revision=339070
* Host the bash-completion-2.1 distfile on MASTER_SITE_LOCAL.Adam Weinberger2014-01-061-10/+10
| | | | | | | | | | | | | | I really have no idea what is going on with the distfile. The 2.1 tag has been in the b-c git tree for 9 months now, but their website hasn't been updated to reflect this. Their alioth area now shows no files whatsoever, which makes this version (and any other) unfetchable. Some distros are also using 2.1, some aren't. So, let's cut our losses and just host it ourselves. Hopefully this can help some other distros too. While I'm here, clean up the Makefile a bit to feed my OCD. Notes: svn path=/head/; revision=338885
* Fix plistAntoine Brodin2014-01-041-1/+0
| | | | Notes: svn path=/head/; revision=338643
* - Finish stage supportAntoine Brodin2014-01-042-1/+2
| | | | | | | - Trim indefinite article from COMMENT Notes: svn path=/head/; revision=338641
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338513
* - Fix /etc/shells manipulationSunpoet Po-Chuan Hsieh2013-12-311-2/+2
| | | | | | | | PR: ports/185255 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Notes: svn path=/head/; revision=338305
* shells/bash-completion: Fix installationJohn Marino2013-12-282-9/+21
| | | | | | | | | | | | | | | The bash-completion.pc and bash_completion.sh files were not getting installed in the correct location per pkg-plist, mainly because the Makefile.in was modified *after* the configuration target was complete, that is to say after Makefile has been generated. By improving the Makefile.am patch, the post-configure target can be simplified. Approved by: maintainer (adamw) Notes: svn path=/head/; revision=337881
* Support stage and fix shebangsBaptiste Daroussin2013-12-271-2/+2
| | | | Notes: svn path=/head/; revision=337662
* Support stageBaptiste Daroussin2013-12-272-4/+4
| | | | Notes: svn path=/head/; revision=337661
* Support stageBaptiste Daroussin2013-12-272-23/+6
| | | | Notes: svn path=/head/; revision=337660
* Support stageBaptiste Daroussin2013-12-272-17/+9
| | | | | | | General cleanup Notes: svn path=/head/; revision=337659
* Commit forgotten pkg-plist bitsBaptiste Daroussin2013-12-271-0/+1
| | | | Notes: svn path=/head/; revision=337658
* Support stageBaptiste Daroussin2013-12-271-12/+6
| | | | | | | Mark as broken on every version not having fs/ntfs/ntfsmount.h Notes: svn path=/head/; revision=337657
* Support stageBaptiste Daroussin2013-12-273-19/+374
| | | | | | | Fix build with clang on head (symbol collision) Notes: svn path=/head/; revision=337656
* Support stageBaptiste Daroussin2013-12-272-26/+8
| | | | Notes: svn path=/head/; revision=337655
* Support stageBaptiste Daroussin2013-12-271-7/+2
| | | | | | | | Allow packaging as a user Remove redundant strip (install -s already do it) Notes: svn path=/head/; revision=337654
* Support stageBaptiste Daroussin2013-12-272-21/+8
| | | | Notes: svn path=/head/; revision=337653
* Support stageBaptiste Daroussin2013-12-272-19/+6
| | | | Notes: svn path=/head/; revision=337652
* Support stageBaptiste Daroussin2013-12-272-14/+5
| | | | Notes: svn path=/head/; revision=337651
* Support stageBaptiste Daroussin2013-12-272-28/+15
| | | | Notes: svn path=/head/; revision=337650
* Support stageBaptiste Daroussin2013-12-271-20/+7
| | | | Notes: svn path=/head/; revision=337649
* Support stageBaptiste Daroussin2013-12-271-21/+10
| | | | Notes: svn path=/head/; revision=337648
* Support stageBaptiste Daroussin2013-12-271-8/+2
| | | | Notes: svn path=/head/; revision=337647
* Support stageBaptiste Daroussin2013-12-271-5/+0
| | | | Notes: svn path=/head/; revision=337646
* Support stageBaptiste Daroussin2013-12-272-11/+6
| | | | Notes: svn path=/head/; revision=337645
* - Support stageBaptiste Daroussin2013-12-272-19/+8
| | | | | | | | | - Remove condition around the rcs build depends: What ever the version of FreeBSD is it will only pulls in rcs from ports if and only if rcs is not in base. Notes: svn path=/head/; revision=337644
* Fix packaging, (the master port is now staged)Baptiste Daroussin2013-12-261-1/+0
| | | | Notes: svn path=/head/; revision=337477
* Fix inconsistency in building bashBaptiste Daroussin2013-12-252-4/+7
| | | | | | | | | | | | Ensure the configure script always activate the same features wether or not fdescfs is mounted: Always consider /dev/fd as absent Bump portrevision as packages on the cluster are built with fdescfs mounted. With hat: portmgr Reported: Derek Schrock (skered- via #poudriere) Notes: svn path=/head/; revision=337433
* Update to 5.0.4Baptiste Daroussin2013-12-213-32/+153
| | | | Notes: svn path=/head/; revision=337112
* Fix staging as non-root.Adam Weinberger2013-12-202-6/+25
| | | | | | | | | Submitted by: Anton Yuzhaninov <citrin@citrin.ru> While I'm here, convert bash selection to OPTIONS. Notes: svn path=/head/; revision=337087
* - Fix build on -currentPawel Pekala2013-12-194-26/+48
| | | | | | | | | | - Support staging PR: ports/184844 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=336965
* shells/jailkit: fix python usageWilliam Grzybowski2013-12-151-1/+2
| | | | | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336517
* Stage support for non-IGNORED pear classesAntoine Brodin2013-11-251-1/+0
| | | | | | | | Tested by: poudriere Approved by: portmgr (bapt) Notes: svn path=/head/; revision=334871
* - Wrap up cd && foo in parenthesis, it'd break with bmake -jMathieu Arnold2013-11-241-3/+3
| | | | | | | - Replace some FIND ... CPIO with COPYTREE_SHARE. Notes: svn path=/head/; revision=334748
* Reset maintainershipBaptiste Daroussin2013-11-081-14/+10
| | | | | | | | | While here support stage (cheating on PREFIX as the port does only use PREFIX to install) Submitted by: former maintainer Notes: svn path=/head/; revision=333218
* - Support stagingMathieu Arnold2013-11-062-10/+8
| | | | | | | | | maintainer timeout. PR: ports/183196 Submitted by: mat Notes: svn path=/head/; revision=332973
* Support STAGEDIR.Vanilla I. Shu2013-11-062-9/+7
| | | | Notes: svn path=/head/; revision=332952
* Support staging.Emanuel Haupt2013-11-015-73/+11
| | | | Notes: svn path=/head/; revision=332349
* . Support stagingRenato Botelho2013-10-234-80/+91
| | | | | | | . Add devel/p5-Term-ReadLine-Perl as dependency, as suggested by install scripts Notes: svn path=/head/; revision=331448
* Unquiet my ports to make debugging easier.Eitan Adler2013-10-231-1/+1
| | | | Notes: svn path=/head/; revision=331410
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-221-2/+2
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* Add 10.0 RCS dependency.Cy Schubert2013-10-101-1/+7
| | | | Notes: svn path=/head/; revision=330023
* Explicitly link libraries on 10 unmaintained portsJohn Marino2013-10-071-0/+1
| | | | | | | | | | | | The following ports will not build with a binutils 2.22+ linker built with standard options. This has been obvious with DPorts, but difficult to see on FreeBSD. However, setting the ports compiler as a recent gcc (e.g lang/gcc48) is an excellent way to detect the unspecified but needed libraries as these recent GCC compilers use the latest binutils linkers. These patches were tested on FreeBSD 8.4 and DragonFly 3.5 Notes: svn path=/head/; revision=329747
* enable stage.Hajimu UMEMOTO2013-10-041-2/+1
| | | | Notes: svn path=/head/; revision=329354
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-11/+9
| | | | Notes: svn path=/head/; revision=328874
* Fix using iconv at ports:Boris Samorodov2013-09-301-1/+1
| | | | | | | | | | | | | . shells/fish; . games/instead; . www/xapian-omega; . devel/xdg-user-dirs. Submitted by: marino (via e-mail) Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=328855
* Staging support.Adam Weinberger2013-09-302-13/+10
| | | | Notes: svn path=/head/; revision=328796
* - convert to stagingEitan Adler2013-09-281-4/+2
| | | | Notes: svn path=/head/; revision=328553
* Convert to stage, while here, cleanup a bitBaptiste Daroussin2013-09-232-24/+31
| | | | Notes: svn path=/head/; revision=328020
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-2042-77/+59
| | | | | | | shells) Notes: svn path=/head/; revision=327770