aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-124-20/+10
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327035
* - Remove deprecated PTHREAD_*Sunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326674
* Update MAINTAINER to rodrigo@bebik.netSteven Kreuzer2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326149
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-5/+2
| | | | Notes: svn path=/head/; revision=326089
* Mark the port as broken on FreeBSD 10.0Steven Kreuzer2013-08-271-5/+6
| | | | | | | | PR: ports/181438 Submitted by: Sean Bruno <sbruno@FreeBSD.org> Notes: svn path=/head/; revision=325457
* - Convert to new options frameworkSunpoet Po-Chuan Hsieh2013-08-251-2/+2
| | | | Notes: svn path=/head/; revision=325331
* - Fix a typo in configure argumentsBaptiste Daroussin2013-08-221-1/+2
| | | | | | | | | - Bump port revision as it concerns a default option Submitted by: Paul Mulders <justinkb@gmail.com> (by private mail) Notes: svn path=/head/; revision=325238
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Try to unbreak parallel builds (-jX) by calling sub-makes correctlyAlexey Dokuchaev2013-08-153-22/+60
| | | | | | | | | | | | | | - Do not mention PORTNAME in the COMMENT (according to PH section 5.6) - Avoid .for loop when installing portdocs, slightly cleanup Makefile - Reformat pkg-descr nicely (now perfectly aligned on both sides) and pacify portlint(1) by using correct delimiter after WWW line (space, per PH section 3.2.1). Reported by: marino Approved by: miwi, bapt (portmgr, implicit) Notes: svn path=/head/; revision=324765
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-144-4/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update INIT to 2013-05-24Sunpoet Po-Chuan Hsieh2013-08-092-5/+6
| | | | | | | | | | - Bump PORTREVISION for INIT udpate Changes: http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes http://www2.research.att.com/~gsf/download/release.2013-05-24.2013-05-21.html Notes: svn path=/head/; revision=324455
* - Convert to new perl frameworkAndrej Zverev2013-08-022-2/+4
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324166
* Remove now excess verbiage.Eitan Adler2013-07-161-2/+0
| | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=323129
* Mark jobs unsafeBaptiste Daroussin2013-07-101-0/+2
| | | | | | | | Convert to USES=gmake where appropriate Trim headers Notes: svn path=/head/; revision=322689
* - Pass maintainership to submitterMartin Wilke2013-07-101-6/+2
| | | | | | | | | | - While here trim header PR: 180420 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=322611
* - Drop all my portsPav Lucistnik2013-07-091-1/+1
| | | | Notes: svn path=/head/; revision=322581
* Fix plistAntoine Brodin2013-07-081-3/+5
| | | | Notes: svn path=/head/; revision=322535
* Convert some of my ports from USE_GMAKE to USES=gmake.Eitan Adler2013-07-061-1/+2
| | | | | | | The remainder have other pending patches which I must finish before conversion. Notes: svn path=/head/; revision=322403
* - Add LICENSESunpoet Po-Chuan Hsieh2013-06-221-8/+4
| | | | | | | - Cleanup Makefile header Notes: svn path=/head/; revision=321545
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)Andrej Zverev2013-06-181-4/+0
| | | | | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=321187
* Fix a confusionBaptiste Daroussin2013-06-141-1/+1
| | | | | | | Reported by: wg Notes: svn path=/head/; revision=320934
* Use new helpersBaptiste Daroussin2013-06-141-48/+16
| | | | Notes: svn path=/head/; revision=320930
* Update to 3.01a.Akinori MUSHA2013-06-082-3/+3
| | | | Notes: svn path=/head/; revision=320260
* - Update to 2.0.0Martin Wilke2013-05-286-194/+262
| | | | | | | | PR: 178868 Submitted by: Ports Fury Notes: svn path=/head/; revision=319306
* - Update to R46Martin Wilke2013-05-282-3/+3
| | | | Notes: svn path=/head/; revision=319298
* - Update to patchlevel 45Martin Wilke2013-05-252-1/+7
| | | | | | | | | - Requested by: many Notes: svn path=/head/; revision=319053
* - Update to R45Martin Wilke2013-05-102-3/+3
| | | | | | | | PR: 178224 Submitted by: olivierd@ Notes: svn path=/head/; revision=317818
* Convert from USE_READLINE to USES=readlineBaptiste Daroussin2013-05-061-1/+1
| | | | Notes: svn path=/head/; revision=317553
* Adopt USES=ncursesBaptiste Daroussin2013-05-061-2/+1
| | | | Notes: svn path=/head/; revision=317529
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-1/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* Inspired by bapt's recent commit to shells/bash-static adapt this port to alsoEmanuel Haupt2013-05-061-2/+1
| | | | | | | use OPTIONS_SLAVE. Notes: svn path=/head/; revision=317517
* Fix bash-static slave ports with bash being now using new options frameworkBaptiste Daroussin2013-05-052-7/+3
| | | | Notes: svn path=/head/; revision=317405
* Convert to new options frameworkBaptiste Daroussin2013-05-052-29/+21
| | | | | | | This fixes build with nls not correctly pulling in libintl given USES= gettext was set after pre.mk which is forbidden Notes: svn path=/head/; revision=317402
* Fix build with clang disabling a bad test from configureBaptiste Daroussin2013-05-031-5/+2
| | | | Notes: svn path=/head/; revision=317241
* - Work around what I believe is a bug in how binary existence in the baseGlen Barber2013-05-011-0/+3
| | | | | | | | | | | | system are tracked. Without this "fix", /usr/bin/sftp is not recongnized to negate the build dependency of openssh-portable. [1] - Bump PORTREVISION. Discussed with: bdrewery [1] Notes: svn path=/head/; revision=317053
* - If sftp is not available, use security/openssh-portable.Bryan Drewery2013-04-291-0/+3
| | | | | | | | | This is the case if running base with WITHOUT_OPENSSH Approved by: gjb (maintainer) Notes: svn path=/head/; revision=316827
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-275-8/+5
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683