aboutsummaryrefslogtreecommitdiffstats
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* This port are no longer used or cared for.nemysis2014-05-291-1/+1
| | | | | | | Justhin Smith <freebsd.users at gmail.com> wishes to maintain this port with my help. - Pass maintainership to freebsd.users at gmail.com
* - Update to 4.3.18ehaupt2014-05-272-2/+15
| | | | | | | - Port is sound enough to parallel build [1] PR: 189207 [1] Submitted by: Jia-Shiun Li <jiashiun@gmail.com> [1]
* shells/dash: add note, change maintainereadler2014-05-271-1/+2
| | | | | - Add note - Give up maintainer
* Update to 3.01b.knu2014-05-232-3/+3
|
* Convert all :U to :tu and :L to :tlbapt2014-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
* bash does NOT require procfs mounted.ehaupt2014-04-232-5/+2
|
* Add an install message about the fact that fdescfs has to be present.ehaupt2014-04-222-1/+17
| | | | Discussed on: ports@, amd64@
* Update to 4.3.11ehaupt2014-04-172-1/+7
|
* - Update to version 3.8miwi2014-04-116-43/+111
| | | | | PR: 187491 Submitted by: ports fury
* Update to 4.3.8ehaupt2014-04-072-4/+22
|
* correct misuse of X_CONFIGURE_ENABLEgirgen2014-03-151-9/+9
|
* Update my ports to the latest infrastructure changesbapt2014-03-132-47/+40
|
* shells/zoidberg: remove broken and abandonwarebapt2014-03-075-165/+0
|
* Support stagebapt2014-03-071-3/+2
|
* Remove a broken and abandonwarebapt2014-03-078-279/+0
|
* Support stagebapt2014-03-072-120/+39
| | | | Use options helpers
* Support stagebapt2014-03-073-12/+23
|
* Support stagebapt2014-03-072-29/+17
|
* Support stagebapt2014-03-071-5/+5
|
* Support stagebapt2014-03-072-17/+21
|
* Use OPTIONS helper to prevent needing to includeadamw2014-03-041-5/+1
| | | | bsd.port.options.mk.
* The distfile is finally up on the alioth files area,adamw2014-03-031-2/+1
| | | | so switch to it as the MASTER_SITE.
* Remove CONFLICTS against non-existant port.adamw2014-03-031-3/+1
|
* Remove bash-devel support now that it has been folded intoadamw2014-03-031-7/+3
| | | | shells/bash proper. Bump PORTREVISION on affected ports.
* Chase bash-devel, bash-static-devel removalehaupt2014-03-031-2/+0
|
* Now that we're at patchlevel 0 the current PORTVERSION definition has the effectehaupt2014-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
* More indentation fixes, sorry for the noise.ehaupt2014-03-031-4/+4
|
* Fix attribution (overwritten by previous merge)ehaupt2014-03-031-1/+1
| | | | Notified by: kwm
* - Reset maintainer of shells/bash, shells/bash-staticehaupt2014-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)
* Be more consistent with spacing/line wrapping.ehaupt2014-03-031-6/+8
|
* Update to 4.3 and also do a major Makefile cleanup by using new OPTIONS helper.ehaupt2014-03-038-224/+119
| | | | | PR: 187206 Submitted by: adamw
* - Convert to new options helpersunpoet2014-03-012-7/+3
| | | | | | | - Fix PLIST [1] - Bump PORTREVISION for package change Submitted by: olgeni [1]
* - Remove outdated PERL_LEVEL checksunpoet2014-02-281-7/+1
|
* - Fix build on i386sunpoet2014-02-282-0/+40
| | | | | PR: ports/185256 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
* post-install is not needed anymore when staged [1]bapt2014-02-261-12/+3
| | | | | | While here: use optionsng Reported by: miwi [1]
* Remove trailing whitespaces from category shellsehaupt2014-02-211-1/+1
|
* Fix mistake in the commited patch.rodrigo2014-02-191-13/+0
| | | | | PR: ports/181438 Approved by: bapt (mentor)
* fix staging issue ( missed in my first commit)rodrigo2014-02-191-0/+26
| | | | | PR: ports/181438 Approved by: bapt (mentor)
* Fix ksh after 10.0 by using a posix compliant syntax for sort invocation.rodrigo2014-02-183-8/+14
| | | | | | | | Fix staging PR: ports/181438 Submitted by: Chweigert Udo <Udo.Schweigert@siemens.com> Reviewed by: bapt (mentor)
* TIL option_XYZ_OFFadamw2014-02-141-7/+2
|
* Now that this port is staged and DOCS defined we can stop testing for DOCS inehaupt2014-02-131-4/+0
| | | | any install target.
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-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)
* Support staging.ehaupt2014-02-062-4/+3
|
* - Add rsync3 supportpawel2014-02-023-6/+115
| | | | | | | - Add LICENSE PR: ports/180573 Submitted by: maintainer
* Finish stage supportantoine2014-01-312-1/+3
|
* Update maintainer email addressrodrigo2014-01-291-1/+1
| | | | Approved by: bapt@ (co-mentor)
* - Add licenses (GPLv2)nemysis2014-01-252-0/+29
| | | | | | - Fix DOCS Option, add extra-patch-Makefile.in Reviewed by: horia
* - Update to 2.1.0nemysis2014-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
* Fix properties on pkg-plistbapt2014-01-224-4/+0
|
* This fixes /etc/shells. Due to the incorrect order of pkg-plist prior toehaupt2014-01-212-1/+3
| | | | exec/unexec the path to the manpage was written to /etc/shells.
* - Update to R49miwi2014-01-143-15/+7
| | | | | | | - Update pkg-desc PR: 185677 Submitted by: olivierd@
* - Update to R48bolivierd2014-01-103-5/+9
| | | | | | | | - Use option framework PR: 182358 Submitted by: myself Approved by: miwi@ (implicit, maintainer timeout 4 months)
* Fix staging.mat2014-01-101-1/+2
|
* Update to 5.0.5bapt2014-01-082-5/+5
|
* Host the bash-completion-2.1 distfile on MASTER_SITE_LOCAL.adamw2014-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.
* Fix plistantoine2014-01-041-1/+0
|
* - Finish stage supportantoine2014-01-042-1/+2
| | | | - Trim indefinite article from COMMENT
* Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-1/+0
|
* - Fix /etc/shells manipulationsunpoet2013-12-311-2/+2
| | | | | PR: ports/185255 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
* shells/bash-completion: Fix installationmarino2013-12-292-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)
* Support stage and fix shebangsbapt2013-12-271-2/+2
|
* Support stagebapt2013-12-272-4/+4
|
* Support stagebapt2013-12-272-23/+6
|
* Support stagebapt2013-12-272-17/+9
| | | | General cleanup
* Commit forgotten pkg-plist bitsbapt2013-12-271-0/+1
|
* Support stagebapt2013-12-271-12/+6
| | | | Mark as broken on every version not having fs/ntfs/ntfsmount.h
* Support stagebapt2013-12-273-19/+374
| | | | Fix build with clang on head (symbol collision)
* Support stagebapt2013-12-272-26/+8
|
* Support stagebapt2013-12-271-7/+2
| | | | | Allow packaging as a user Remove redundant strip (install -s already do it)
* Support stagebapt2013-12-272-21/+8
|
* Support stagebapt2013-12-272-19/+6
|
* Support stagebapt2013-12-272-14/+5
|
* Support stagebapt2013-12-272-28/+15
|
* Support stagebapt2013-12-271-20/+7
|
* Support stagebapt2013-12-271-21/+10
|
* Support stagebapt2013-12-271-8/+2
|
* Support stagebapt2013-12-271-5/+0
|
* Support stagebapt2013-12-272-11/+6
|
* - Support stagebapt2013-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.
* Fix packaging, (the master port is now staged)bapt2013-12-261-1/+0
|
* Fix inconsistency in building bashbapt2013-12-262-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)
* Update to 5.0.4bapt2013-12-213-32/+153
|
* Fix staging as non-root.adamw2013-12-212-6/+25
| | | | | | Submitted by: Anton Yuzhaninov <citrin@citrin.ru> While I'm here, convert bash selection to OPTIONS.
* - Fix build on -currentpawel2013-12-204-26/+48
| | | | | | | - Support staging PR: ports/184844 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* shells/jailkit: fix python usagewg2013-12-151-1/+2
| | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
* Stage support for non-IGNORED pear classesantoine2013-11-261-1/+0
| | | | | Tested by: poudriere Approved by: portmgr (bapt)
* - Wrap up cd && foo in parenthesis, it'd break with bmake -jmat2013-11-251-3/+3
| | | | - Replace some FIND ... CPIO with COPYTREE_SHARE.
* Reset maintainershipbapt2013-11-081-14/+10
| | | | | | While here support stage (cheating on PREFIX as the port does only use PREFIX to install) Submitted by: former maintainer
* - Support stagingmat2013-11-062-10/+8
| | | | | | maintainer timeout. PR: ports/183196 Submitted by: mat
* Support STAGEDIR.vanilla2013-11-062-9/+7
|
* Support staging.ehaupt2013-11-015-73/+11
|
* . Support staginggarga2013-10-244-80/+91
| | | | . Add devel/p5-Term-ReadLine-Perl as dependency, as suggested by install scripts
* Unquiet my ports to make debugging easier.eadler2013-10-241-1/+1
|
* Try and be consistent with what commands are silent and not in *install.mat2013-10-231-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@
* Add 10.0 RCS dependency.cy2013-10-111-1/+7
|
* Explicitly link libraries on 10 unmaintained portsmarino2013-10-081-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
* enable stage.ume2013-10-051-2/+1
|
* - Support STAGEDIRsunpoet2013-10-012-11/+9
|
* Fix using iconv at ports:bsam2013-10-011-1/+1
| | | | | | | | | | . shells/fish; . games/instead; . www/xapian-omega; . devel/xdg-user-dirs. Submitted by: marino (via e-mail) Approved by: portmgr (bapt, implicit)
* Staging support.adamw2013-09-302-13/+10
|
* - convert to stagingeadler2013-09-281-4/+2
|
* Convert to stage, while here, cleanup a bitbapt2013-09-242-24/+31
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-2142-77/+59
| | | | shells)
* - convert to the new perl5 frameworkaz2013-09-124-20/+10
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - Remove deprecated PTHREAD_*sunpoet2013-09-081-1/+1
|
* Update MAINTAINER to rodrigo@bebik.netskreuzer2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-5/+2
|
* Mark the port as broken on FreeBSD 10.0skreuzer2013-08-271-5/+6
| | | | | PR: ports/181438 Submitted by: Sean Bruno <sbruno@FreeBSD.org>
* - Convert to new options frameworksunpoet2013-08-251-2/+2
|
* - Fix a typo in configure argumentsbapt2013-08-231-1/+2
| | | | | | - Bump port revision as it concerns a default option Submitted by: Paul Mulders <justinkb@gmail.com> (by private mail)
* - Convert to new perl frameworksunpoet2013-08-211-1/+2
|
* - Try to unbreak parallel builds (-jX) by calling sub-makes correctlydanfe2013-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)
* - Remove MAKE_JOBS_SAFE variableak2013-08-154-4/+0
| | | | Approved by: portmgr (bdrewery)
* - Update INIT to 2013-05-24sunpoet2013-08-102-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
* - Convert to new perl frameworkaz2013-08-032-2/+4
| | | | - Trim Makefile header
* Remove now excess verbiage.eadler2013-07-171-2/+0
| | | | Reviewed by: bapt
* Mark jobs unsafebapt2013-07-101-0/+2
| | | | | Convert to USES=gmake where appropriate Trim headers
* - Pass maintainership to submittermiwi2013-07-101-6/+2
| | | | | | | - While here trim header PR: 180420 Submitted by: Jason Harris <jharris@widomaker.com>
* - Drop all my portspav2013-07-101-1/+1
|
* Fix plistantoine2013-07-091-3/+5
|
* Convert some of my ports from USE_GMAKE to USES=gmake.eadler2013-07-071-1/+2
| | | | The remainder have other pending patches which I must finish before conversion.
* - Add LICENSEsunpoet2013-06-221-8/+4
| | | | - Cleanup Makefile header
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)az2013-06-181-4/+0
| | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@)
* Fix a confusionbapt2013-06-141-1/+1
| | | | Reported by: wg
* Use new helpersbapt2013-06-141-48/+16
|
* Update to 3.01a.knu2013-06-082-3/+3
|
* - Update to 2.0.0miwi2013-05-286-194/+262
| | | | | PR: 178868 Submitted by: Ports Fury
* - Update to R46miwi2013-05-282-3/+3
|
* - Update to patchlevel 45miwi2013-05-252-1/+7
| | | | | | - Requested by: many
* - Update to R45miwi2013-05-102-3/+3
| | | | | PR: 178224 Submitted by: olivierd@
* Convert from USE_READLINE to USES=readlinebapt2013-05-071-1/+1
|
* Adopt USES=ncursesbapt2013-05-071-2/+1
|
* Convert USE_NCURSES by USES=ncursesbapt2013-05-061-1/+1
| | | | Convert USE_READLINE by USES=readline
* Inspired by bapt's recent commit to shells/bash-static adapt this port to alsoehaupt2013-05-061-2/+1
| | | | use OPTIONS_SLAVE.
* Fix bash-static slave ports with bash being now using new options frameworkbapt2013-05-052-7/+3
|
* Convert to new options frameworkbapt2013-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
* Fix build with clang disabling a bad test from configurebapt2013-05-041-5/+2
|
* - Work around what I believe is a bug in how binary existence in the basegjb2013-05-021-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]
* - If sftp is not available, use security/openssh-portable.bdrewery2013-04-291-0/+3
| | | | | | This is the case if running base with WITHOUT_OPENSSH Approved by: gjb (maintainer)
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-285-8/+5
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* Convert to USES=gettextehaupt2013-04-231-3/+3
|
* Update to 2.1.adamw2013-04-203-4/+41
| | | | Feature safe: yes
* Fix typo in options checkingbapt2013-04-041-1/+1
| | | | | | Reported by: bdrewery Approved by: portmgr (implicit) With hat: portmgr
* For perl@ owned ports:eadler2013-03-292-13/+4
| | | | | - Fix COMMENT - Trim header
* Style: tab -> space.eadler2013-03-291-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* Use OPTIONS_OVERRIDE instead of OPTIONS_SET. Also set NO_DIALOG for this stubehaupt2013-03-271-1/+2
| | | | port.
* Move USES prior to bsd.port.pre.mk otherwise the port won't build.ehaupt2013-03-181-1/+2
|
* In categories starting with [n-s], remove empty lines (and also few cases ofdanfe2013-03-172-2/+0
| | | | trailing slashes) from pkg-plist.
* Move USES prior to bsd.port.pre.mk in preparation of the move of the USES loadbapt2013-03-161-1/+2
|
* Update to 4.2.45ehaupt2013-03-112-2/+7
|
* - Update to R44miwi2013-03-102-3/+3
|
* Clean up my ports (and a couple of ports@ owned ones):eadler2013-03-091-1/+3
| | | | | | | | | | - Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc)
* Convert USE_BISON to USES= bisonbapt2013-03-082-8/+3
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* Remove useless echo message: the use of PREFIX is global to all ports.eadler2013-03-031-10/+1
| | | | Trim header while here
* Variable that start with _ are considered private to the definingeadler2013-03-021-1/+1
| | | | | | | makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe)
* _ Udpate to R43miwi2013-02-272-3/+3
|
* Take maintainershipgjb2013-02-261-1/+1
|
* - Update to r42miwi2013-02-132-3/+3
|
* - Update to 20120604miwi2013-02-042-8/+4
| | | | - Convert Header
* - Update to R41miwi2013-02-012-14/+5
| | | | | | | - Convert header PR: 174664 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* Update to Bash 4.2 patchlevel 42.obrien2013-01-232-1/+11
| | | | | | | | | | | | | | | | | * If a backslash-newline (which is removed) with no other input is given as input to `read', the shell tries to dereference a null pointer and seg faults. * Under certain circumstances, bash attempts to expand variables in arithmetic expressions even when evaluation is being suppressed. * Output redirection applied to builtin commands missed I/O errors if they happened when the file descriptor was closed, rather than on write (e.g., like with an out-of-space error on a remote NFS file system). * Process substitution incorrectly inherited a flag that inhibited using the (local) temporary environment for variable lookups if it was providing the filename to a redirection. The intent the flag is to enforce the POSIX command expansion ordering rules.
* Add support for WITH_BASH_DEVEL=yes to depend on shells/bash-devel.adamw2013-01-171-1/+7
| | | | Also, use MDOCS.
* Add LICENSEehaupt2013-01-161-0/+2
|
* Remove two unused comments (forgotten in previous commit).ehaupt2013-01-151-2/+0
|
* - Always use bundled FAQ file, it's the same as the one externally fetchedehaupt2013-01-152-106/+10
| | | | | | | | | | | | | - therefore get rid of discouraged IGNOREFILES - Use default SYSLOG definition - Remove unused WITHOUT_NLS variable assignment - Indentation - Adjust options description - Do not install help files, those are meant for translation. Change HELP option to either einable or disable builtin help where default is enabled [1] - Bump PORTREVISION Reviewed by: ak [1]
* Use pre-defined knob for the static build option (STATIC_BASH -> STATIC).ehaupt2013-01-142-4/+3
|
* Register CONFLICTSehaupt2013-01-141-2/+2
|
* Add shells/bash-static-devel. The goal of this port is to have a more up to dateehaupt2013-01-142-0/+9
| | | | | | version of shells/bash-static. This port has also been converted to use OPTIONSng.
* Add shells/bash-devel. The goal of this port is to have a more up to dateehaupt2013-01-1414-0/+801
| | | | | | version of shells/bash. This port has also been converted to use OPTIONSng.
* - Update to 2.15sylvio2013-01-082-9/+8
|
* - update to 5.0.2bapt2012-12-222-5/+5
|
* - update to 5.0.1bapt2012-12-213-17/+19
|
* - Convert to optionsNGrene2012-12-181-15/+11
| | | | - Strip Makefile header
* - Update MASTER_SITES.araujo2012-12-171-10/+16
| | | | | | | | | | - Add LICENSE. - Add MAKE_JOBS_SAFE. - Support USE_READLINE. - Support INFO_PATH. PR: ports/172066 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Convert to new option frameworkbapt2012-12-171-9/+6
|
* Convert to new option frameworkbapt2012-12-171-31/+30
| | | | | Bump port revision as the options name has change a lot Add CHDIR and DOCS to options
* Update PCRE to 8.32mm2012-12-111-1/+2
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.zi2012-12-072-2/+2
| | | | | Reported by: portscout Feature safe: yes
* - Fix typo in OPTIONS codepav2012-12-051-1/+1
| | | | | Spotted by: rm Feature safe: yes
* - Update to 2.3.4pav2012-12-053-11/+10
| | | | | | PR: ports/173980 Submitted by: nemysis <nemysis@gmx.ch> Feature safe: yes
* - Fix build with clanggahr2012-12-033-6/+13
| | | | | | | - Trim Makefile header - Update WWW in pkg-descr Feature safe: yes
* 2012-11-28 editors/glimmer: Depends on the expired gtkglarea through py-gtkbapt2012-11-285-46/+0
| | | | | | | | | | 2012-11-26 palm/txt2pdbdoc: No more public distfiles 2012-11-26 sysutils/xloadface: No more public distfiles 2012-11-26 shells/gscommander: Abandonware 2012-11-26 security/saferpay: No more public distfiles 2012-11-26 x11-wm/qvwm: No more public distfiles Feature safe: yes
* Update to 2.0.adamw2012-11-035-218/+561
| | | | | | | | Please note that the mechanism for activating the completions library has changed. You must source ${PREFIX}/share/bash-completion/bash_completion.sh from your .bashrc. Feature safe: yes
* Deprecate a bunch of ports that are either abandonware and/or for which no morebapt2012-10-261-0/+3
| | | | | | public distfiles are available Feature safe: yes
* - cleanup commentsdinoex2012-10-131-5/+0
| | | | Feature safe: yes
* - Update to 2012-08-01sunpoet2012-10-072-8/+8
| | | | | | | - Convert to new options framework Changes: http://www2.research.att.com/~gsf/download/gen/ast-ksh.html#ksh93 changes http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes
* Trim the headers in the ports I maintain.eadler2012-10-061-5/+0
|
* Change headers of all ports maintained by me to new formatgarga2012-10-051-5/+1
|
* Remove pointless header lines from ports I created once upon a time.naddy2012-09-161-4/+0
|
* - Update to 0.0022swills2012-09-022-4/+3
| | | | | PR: ports/171084 Approved by: Matsui Shinsuke <smatsui@karashi.org> (maintainer)
* shells/rssh: mark FORBIDDEN due to being vulnerablerea2012-08-241-0/+2
| | | | | | | | http://www.vuxml.org/freebsd/65b25acc-e63b-11e1-b81c-001b77d09812.html documents rather serious vulnerability that allows people to curcumvent protections put by rssh, thus making it a kind of non-usable tool. Security: 65b25acc-e63b-11e1-b81c-001b77d09812
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+3
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* Update to Bash 4.2 patchlevel 37.obrien2012-08-043-13/+37
| | | | | PR: 170283 Submitted by: Bryan Drewery <bryan@shatow.net>
* Update to 3.01.knu2012-08-032-3/+3
|
* Update to 3.00m.knu2012-07-296-67/+3
|
* - Add the documentation to distinfo [1]bapt2012-07-252-1/+2
| | | | | | - Fix plist Reported by: zi [1]
* - update to 5.0.0bapt2012-07-244-35/+23
| | | | | | | | no much changes for us (we where following the 4.3.x dev branch for a while) except we are back on an official stable branch Note that this version offers completion for dtrace, beadm (not tested with FreeBSD versions) and improved completion for zfs.
* Convert to new options frameworkbapt2012-07-211-8/+10
|
* Update to 3.00l + patches.knu2012-07-167-18/+67
|
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-10/+10
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-291-6/+6
|
* - reset MAINTAINERdinoex2012-06-261-1/+1
|
* - Fix build on system with source later than r227487 [1]sunpoet2012-06-191-0/+10
| | | | | | [1] http://svn.freebsd.org/changeset/base/227487 Submitted by: cy
* - Remove SITE_PERL from *_DEPENDSaz2012-06-051-1/+1
| | | | Approved by: maintainer (miwi@ via email)
* Update contact information.obrien2012-06-051-0/+8
| | | | Approved by: skreuzer
* Fix bug for add_glob:obrien2012-06-052-1/+11
| | | | | | | | | | | Do not stop scanning if we see '$' as it does more harm than good. For $HOME/tm we should return $HOME/tm* Set license to BSD (not "public domain" due to sigact.[ch]). Submitted by: Simon Gerraty <sjg@juniper.net> Obtained from: NetBSD Approved by: skreuzer
* - update png to 1.5.10dinoex2012-06-012-2/+2
|
* Double quotes not needed anymore for options descriptionbapt2012-05-311-2/+2
|
* Show up debug flagsbapt2012-05-291-1/+1
| | | | Add shared DEBUG description
* Fix descriptions with "()"bapt2012-05-291-2/+2
| | | | Reported by: freshports sanity check
* Convert to new option frameworkbapt2012-05-291-20/+21
|
* Prevent post-install from removing ksh93 from /etc/shellsskreuzer2012-05-221-1/+1
| | | | | PR: ports/168140 Submitted by: Rob Windsor <windsor@warthog.com>
* do not link against librt for clock_gettime(2)bapt2012-05-191-1/+2
| | | | | PR: ports/167857 Submitted by: Jan Beich <jbeich@tormail.org>
* Fix sysctl completion on freebsd 10+bapt2012-05-122-1/+12
|
* - Update to 0.9.15.1sylvio2012-05-082-4/+4
| | | | | PR: ports/167054 Submitted by: Ismail Yenigul <ismail.yenigul@surgate.com>
* Update to Bash 4.2 patchlevel 28.obrien2012-05-072-2/+10
|
* Force a package cluster rebuild.obrien2012-05-011-1/+1
|
* The UK now has their own .moobrien2012-05-011-0/+2
|
* Update version 4.2 to patchlevel 24.obrien2012-04-253-3/+9
|
* Update to 3.00k (patched).knu2012-04-244-66/+18
|
* switch from devel/p5-ReadLine-Perl to /devel/p5-ReadLine-Gnuaz2012-04-181-2/+3
| | | | since it more preferable way since 0.9(0).
* - Remove RESTRICTEDsunpoet2012-04-181-2/+0
| | | | Notified by: pfg
* - Update to R40fmiwi2012-04-102-3/+3
| | | | | PR: 166750 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* - Update to R40Emiwi2012-04-092-3/+3
| | | | | | PR: 166535 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Feature safe: yes
* Change the default behavior to create a dynamically linked binaryskreuzer2012-04-061-4/+8
| | | | | | | | Add a WITH_STATIC knob to create a statically linked binary Remove dead MASTER_SITE Reported by: Andy Kosela <akosela@andykosela.com> Feature safe: yes
* - Update to 2012-02-29sunpoet2012-03-293-19/+10
| | | | | | | | - Add LICENSE Changes: http://www2.research.att.com/~gsf/download/gen/ast-ksh.html#ksh93 changes http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes Feature safe: yes
* - fix plist from previous commit, bump PORTREVISIONjgh2012-03-272-2/+11
| | | | | PR: ports/166232 Feature safe: yes
* - Update to binary built for FreeBSD 9 [1].jgh2012-03-273-2248/+19
| | | | | | | | | | - move away from tar installation, extract to work and install [2] - use portdata from majority of pkg-plist entries [2] - pass maintainer-ship to conrads@cox.net [1] PR: ports/166232 Submitted by: conrads@cox.net [1], 5u623l20@gmail.com [1], jgh [2] Feature safe: yes
* - remove useless USE_LDCONFIGbapt2012-03-251-3/+1
| | | | | | - bump portrevision Feature safe: yes
* - remove invalid post-deinstall targetjgh2012-03-202-7/+8
| | | | | | | PR: ports/166093 Submitted by: jgh@ Approved by: maintainer, rfarmer@predatorlabs.net Feature safe: yes
* - Update to 7.0.0miwi2012-03-183-2015/+2073
| | | | | | | | - Pass maintainership to submitter PR: 166061 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Feature safe: yes
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-141-0/+4
| | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵pgollucci2012-03-091-4/+0
| | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
* - Fix build with CLANGmiwi2012-03-041-1/+1
| | | | PR: 164418
* - Drop conditional that was only relevant to 6.X and olderpav2012-03-031-7/+1
|
* - Restore shells/tcsh_nls, I have misread the OSVERSION conditionalpav2012-03-033-0/+81
| | | | | Requested by: ume Pointy hat to: pav
* - Retire shells/tcsh_nls, is included in base system since FreeBSD 7.0-RELEASEpav2012-03-023-81/+0
|
* - update to 4.3.17bapt2012-02-274-38/+18
|
* Bump pcre library dependency due to 8.30 updatemm2012-02-141-2/+2
|
* - Update to 0.92sunpoet2012-02-102-10/+9
| | | | | | | - Add BUILD_DEPENDS - Do not silence installation message Changes: http://search.cpan.org/dist/Term-ShellUI/Changes
* - Update to R40Dmiwi2012-02-072-4/+3
| | | | | PR: 164251 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - Update to 20120102miwi2012-01-152-3/+3
|
* - Update to 0.3.2miwi2012-01-152-16/+4
|
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-142-2/+2
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Fix buildmiwi2012-01-141-0/+2
| | | | With hat: portmgr
* add a patch from upstream to fix SIGWINCH detectionbapt2012-01-142-0/+31
| | | | Obtained from: zsh (cvs)
* Update to version 4.2 PL 20.obrien2012-01-133-31/+45
|
* - Update INIT to 2012-01-01 which also fixes 'make fetch' errorsunpoet2012-01-082-4/+5
| | | | | | - Bump PORTREVISION for package change Changes: http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes