aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* bash does NOT require procfs mounted.Emanuel Haupt2014-04-222-5/+2
| | | | Notes: svn path=/head/; revision=351864
* Add an install message about the fact that fdescfs has to be present.Emanuel Haupt2014-04-222-1/+17
| | | | | | | Discussed on: ports@, amd64@ Notes: svn path=/head/; revision=351779
* Update to 4.3.11Emanuel Haupt2014-04-172-1/+7
| | | | Notes: svn path=/head/; revision=351460
* - Update to version 3.8Martin Wilke2014-04-116-43/+111
| | | | | | | | PR: 187491 Submitted by: ports fury Notes: svn path=/head/; revision=350947
* Update to 4.3.8Emanuel Haupt2014-04-072-4/+22
| | | | Notes: svn path=/head/; revision=350493
* correct misuse of X_CONFIGURE_ENABLEPalle Girgensohn2014-03-151-9/+9
| | | | Notes: svn path=/head/; revision=348329
* Update my ports to the latest infrastructure changesBaptiste Daroussin2014-03-132-47/+40
| | | | Notes: svn path=/head/; revision=348070
* shells/zoidberg: remove broken and abandonwareBaptiste Daroussin2014-03-065-165/+0
| | | | Notes: svn path=/head/; revision=347291
* Support stageBaptiste Daroussin2014-03-061-3/+2
| | | | Notes: svn path=/head/; revision=347290
* Remove a broken and abandonwareBaptiste Daroussin2014-03-068-279/+0
| | | | Notes: svn path=/head/; revision=347289
* Support stageBaptiste Daroussin2014-03-062-120/+39
| | | | | | | Use options helpers Notes: svn path=/head/; revision=347288
* Support stageBaptiste Daroussin2014-03-063-12/+23
| | | | Notes: svn path=/head/; revision=347286
* Support stageBaptiste Daroussin2014-03-062-29/+17
| | | | Notes: svn path=/head/; revision=347285
* Support stageBaptiste Daroussin2014-03-061-5/+5
| | | | Notes: svn path=/head/; revision=347283
* Support stageBaptiste Daroussin2014-03-062-17/+21
| | | | Notes: svn path=/head/; revision=347282
* Use OPTIONS helper to prevent needing to includeAdam Weinberger2014-03-031-5/+1
| | | | | | | bsd.port.options.mk. Notes: svn path=/head/; revision=346942
* The distfile is finally up on the alioth files area,Adam Weinberger2014-03-031-2/+1
| | | | | | | so switch to it as the MASTER_SITE. Notes: svn path=/head/; revision=346910
* Remove CONFLICTS against non-existant port.Adam Weinberger2014-03-031-3/+1
| | | | Notes: svn path=/head/; revision=346909
* Remove bash-devel support now that it has been folded intoAdam Weinberger2014-03-031-7/+3
| | | | | | | shells/bash proper. Bump PORTREVISION on affected ports. Notes: svn path=/head/; revision=346905
* Chase bash-devel, bash-static-devel removalEmanuel Haupt2014-03-031-2/+0
| | | | Notes: svn path=/head/; revision=346903
* Now that we're at patchlevel 0 the current PORTVERSION definition has the effectEmanuel Haupt2014-03-031-3/+4
| | | | | | | | | | | | that we're at version "4.3.". Set PORTVERSION to 4.3.${PATCHLEVEL} until we have the first patch released upstream. Also bump PORTREVISION to make sure all port tools deal with this correctly. Notified by: "Matthew D. Fuller" <fullermd@over-yonder.net> Discussed with: kwm Notes: svn path=/head/; revision=346876
* More indentation fixes, sorry for the noise.Emanuel Haupt2014-03-031-4/+4
| | | | Notes: svn path=/head/; revision=346870
* Fix attribution (overwritten by previous merge)Emanuel Haupt2014-03-031-1/+1
| | | | | | | Notified by: kwm Notes: svn path=/head/; revision=346868
* - Reset maintainer of shells/bash, shells/bash-staticEmanuel Haupt2014-03-0324-863/+55
| | | | | | | | | | | | - Takeover maintainership - Merge changes from shells/bash-devel this updates the port to 4.3 - Remove the now useless -devel ports - Document change in ports/MOVED Approved by: portmgr (bapt) Notes: svn path=/head/; revision=346866
* Be more consistent with spacing/line wrapping.Emanuel Haupt2014-03-031-6/+8
| | | | Notes: svn path=/head/; revision=346861
* Update to 4.3 and also do a major Makefile cleanup by using new OPTIONS helper.Emanuel Haupt2014-03-038-224/+119
| | | | | | | | PR: 187206 Submitted by: adamw Notes: svn path=/head/; revision=346860
* - Convert to new options helperSunpoet Po-Chuan Hsieh2014-03-012-7/+3
| | | | | | | | | | - Fix PLIST [1] - Bump PORTREVISION for package change Submitted by: olgeni [1] Notes: svn path=/head/; revision=346594
* - Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2014-02-281-7/+1
| | | | Notes: svn path=/head/; revision=346424
* - 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