aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on i386Sunpoet Po-Chuan Hsieh2014-02-282-0/+40
| | | | | | | | PR: ports/185256 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Notes: svn path=/head/; revision=346423
* post-install is not needed anymore when staged [1]Baptiste Daroussin2014-02-261-12/+3
| | | | | | | | | While here: use optionsng Reported by: miwi [1] Notes: svn path=/head/; revision=346118
* Remove trailing whitespaces from category shellsEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345434
* Fix mistake in the commited patch.Rodrigo Osorio2014-02-191-13/+0
| | | | | | | | PR: ports/181438 Approved by: bapt (mentor) Notes: svn path=/head/; revision=345065
* fix staging issue ( missed in my first commit)Rodrigo Osorio2014-02-191-0/+26
| | | | | | | | PR: ports/181438 Approved by: bapt (mentor) Notes: svn path=/head/; revision=345064
* Fix ksh after 10.0 by using a posix compliant syntax for sort invocation.Rodrigo Osorio2014-02-183-8/+14
| | | | | | | | | | | Fix staging PR: ports/181438 Submitted by: Chweigert Udo <Udo.Schweigert@siemens.com> Reviewed by: bapt (mentor) Notes: svn path=/head/; revision=344843
* TIL option_XYZ_OFFAdam Weinberger2014-02-131-7/+2
| | | | Notes: svn path=/head/; revision=344145
* Now that this port is staged and DOCS defined we can stop testing for DOCS inEmanuel Haupt2014-02-121-4/+0
| | | | | | | any install target. Notes: svn path=/head/; revision=343994
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Support staging.Emanuel Haupt2014-02-062-4/+3
| | | | Notes: svn path=/head/; revision=343088
* - Add rsync3 supportPawel Pekala2014-02-013-6/+115
| | | | | | | | | | - Add LICENSE PR: ports/180573 Submitted by: maintainer Notes: svn path=/head/; revision=342195
* Finish stage supportAntoine Brodin2014-01-302-1/+3
| | | | Notes: svn path=/head/; revision=341896
* Update maintainer email addressRodrigo Osorio2014-01-291-1/+1
| | | | | | | Approved by: bapt@ (co-mentor) Notes: svn path=/head/; revision=341704
* - Add licenses (GPLv2)Rusmir Dusko2014-01-252-0/+29
| | | | | | | | | - Fix DOCS Option, add extra-patch-Makefile.in Reviewed by: horia Notes: svn path=/head/; revision=340982
* - Update to 2.1.0Rusmir Dusko2014-01-255-64/+28
| | | | | | | | | | | | | - Simplify master site - Take maintainership - Add PORTDOCS=* and remove DOCS from pkg-plist - Remove obsolete patches, changed by Upstream - Change REINPLACE_CMD for proper pkg message Reviewed by: horia Notes: svn path=/head/; revision=340975
* Fix properties on pkg-plistBaptiste Daroussin2014-01-214-4/+0
| | | | Notes: svn path=/head/; revision=340674
* This fixes /etc/shells. Due to the incorrect order of pkg-plist prior toEmanuel Haupt2014-01-212-1/+3
| | | | | | | exec/unexec the path to the manpage was written to /etc/shells. Notes: svn path=/head/; revision=340583
* - Update to R49Martin Wilke2014-01-143-15/+7
| | | | | | | | | | - Update pkg-desc PR: 185677 Submitted by: olivierd@ Notes: svn path=/head/; revision=339692
* - Update to R48bOlivier Duchateau2014-01-103-5/+9
| | | | | | | | | | | - Use option framework PR: 182358 Submitted by: myself Approved by: miwi@ (implicit, maintainer timeout 4 months) Notes: svn path=/head/; revision=339341
* Fix staging.Mathieu Arnold2014-01-091-1/+2
| | | | Notes: svn path=/head/; revision=339295
* 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