summaryrefslogtreecommitdiff
path: root/shells
AgeCommit message (Collapse)Author
2014-02-12Now that this port is staged and DOCS defined we can stop testing for DOCS inEmanuel Haupt
any install target.
2014-02-10According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt
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)
2014-02-06Support staging.Emanuel Haupt
2014-02-01- Add rsync3 supportPawel Pekala
- Add LICENSE PR: ports/180573 Submitted by: maintainer
2014-01-30Finish stage supportAntoine Brodin
2014-01-29Update maintainer email addressRodrigo Osorio
Approved by: bapt@ (co-mentor)
2014-01-25- Add licenses (GPLv2)Rusmir Dusko
- Fix DOCS Option, add extra-patch-Makefile.in Reviewed by: horia
2014-01-25- Update to 2.1.0Rusmir Dusko
- 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
2014-01-21Fix properties on pkg-plistBaptiste Daroussin
2014-01-21This fixes /etc/shells. Due to the incorrect order of pkg-plist prior toEmanuel Haupt
exec/unexec the path to the manpage was written to /etc/shells.
2014-01-14- Update to R49Martin Wilke
- Update pkg-desc PR: 185677 Submitted by: olivierd@
2014-01-10- Update to R48bOlivier Duchateau
- Use option framework PR: 182358 Submitted by: myself Approved by: miwi@ (implicit, maintainer timeout 4 months)
2014-01-09Fix staging.Mathieu Arnold
2014-01-08Update to 5.0.5Baptiste Daroussin
2014-01-06Host the bash-completion-2.1 distfile on MASTER_SITE_LOCAL.Adam Weinberger
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.
2014-01-04Fix plistAntoine Brodin
2014-01-04- Finish stage supportAntoine Brodin
- Trim indefinite article from COMMENT
2014-01-03Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin
2013-12-31- Fix /etc/shells manipulationSunpoet Po-Chuan Hsieh
PR: ports/185255 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
2013-12-28shells/bash-completion: Fix installationJohn Marino
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)
2013-12-27Support stage and fix shebangsBaptiste Daroussin
2013-12-27Support stageBaptiste Daroussin
2013-12-27Support stageBaptiste Daroussin
2013-12-27Support stageBaptiste Daroussin
General cleanup
2013-12-27Commit forgotten pkg-plist bitsBaptiste Daroussin
2013-12-27Support stageBaptiste Daroussin
Mark as broken on every version not having fs/ntfs/ntfsmount.h
2013-12-27Support stageBaptiste Daroussin
Fix build with clang on head (symbol collision)
2013-12-27Support stageBaptiste Daroussin
2013-12-27Support stageBaptiste Daroussin
Allow packaging as a user Remove redundant strip (install -s already do it)
2013-12-27Support stageBaptiste Daroussin
2013-12-27Support stageBaptiste Daroussin
2013-12-27Support stageBaptiste Daroussin
2013-12-27Support stageBaptiste Daroussin
2013-12-27Support stageBaptiste Daroussin
2013-12-27Support stageBaptiste Daroussin
2013-12-27Support stageBaptiste Daroussin
2013-12-27Support stageBaptiste Daroussin
2013-12-27Support stageBaptiste Daroussin
2013-12-27- Support stageBaptiste Daroussin
- 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.
2013-12-26Fix packaging, (the master port is now staged)Baptiste Daroussin
2013-12-25Fix inconsistency in building bashBaptiste Daroussin
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)
2013-12-21Update to 5.0.4Baptiste Daroussin
2013-12-20Fix staging as non-root.Adam Weinberger
Submitted by: Anton Yuzhaninov <citrin@citrin.ru> While I'm here, convert bash selection to OPTIONS.
2013-12-19- Fix build on -currentPawel Pekala
- Support staging PR: ports/184844 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2013-12-15shells/jailkit: fix python usageWilliam Grzybowski
Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
2013-11-25Stage support for non-IGNORED pear classesAntoine Brodin
Tested by: poudriere Approved by: portmgr (bapt)
2013-11-24- Wrap up cd && foo in parenthesis, it'd break with bmake -jMathieu Arnold
- Replace some FIND ... CPIO with COPYTREE_SHARE.
2013-11-08Reset maintainershipBaptiste Daroussin
While here support stage (cheating on PREFIX as the port does only use PREFIX to install) Submitted by: former maintainer
2013-11-06- Support stagingMathieu Arnold
maintainer timeout. PR: ports/183196 Submitted by: mat
2013-11-06Support STAGEDIR.Vanilla I. Shu