aboutsummaryrefslogtreecommitdiffstats
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-2610-31/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* - Update to 20141024johans2014-11-263-11/+12
| | | | - Adopt port
* Let the ports tree determine the DISTFILES namebapt2014-11-221-2/+1
|
* Fix manpagebapt2014-11-221-0/+13
| | | | Spotted by: make check-man
* Add a patch the kld* completion to find modules in /boot/modules [1]bapt2014-11-223-1/+23
| | | | | | | While here, fix manpages so they render correctly with mandoc PR: 194621 [1] Submitted by: clutton@zoho.com [1]
* - Fix pkg versionolivierd2014-11-221-1/+4
| | | | | | - Bump PORTREVISION Pointed by: bapt@
* Take maintainershipolivierd2014-11-191-1/+1
|
* Reset miwi's maintainership per his demandbapt2014-11-184-4/+4
| | | | Hope to see you back! Thank for all the work!
* Cleanup plistantoine2014-11-129-21/+1
|
* Simplify plistbapt2014-10-311-5/+2
|
* Modernize plistbapt2014-10-311-2/+1
|
* - Update to R50dolivierd2014-10-303-4/+3
| | | | | | | | - Drop @dirrm in pkg-plist PR: 194232 Submitted by: myself Approved by: @miwi (maintainer, timeout)
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,mva2014-10-202-3/+3
| | | | | | x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit)
* Update to 5.0.7bapt2014-10-094-12/+11
| | | | | | | | | | | | Note from upstream release note: Note in particular there is a security fix to disallow evaluation of the initial values of integer variables imported from the environment (they are instead treated as literal numbers). That could allow local privilege escalation, under some specific and atypical conditions where zsh is being invoked in privilege elevation contexts when the environment has not been properly sanitized, such as when zsh is invoked by sudo on systems where "env_reset" has been disabled.
* Update to 4.3.30ehaupt2014-10-062-1/+3
|
* - Update to patchlevel 4.3.29.bdrewery2014-10-042-1/+3
| | | | | | | | | | | This addresses the local crash from CVE-2014-6277. Note that the fixes applied in 4.3.25_2 (and upstream 4.3.27) already made this non-exploitable remotely. This makes 'bashcheck' [1] fully green now. It had a soft warning before for CVE-2014-6277. [1] https://github.com/hannob/bashcheck
* Take maintainershipbdrewery2014-10-031-1/+1
|
* - Update to patchlevel 28 which fixes issues that were mostly addressedbdrewery2014-10-023-88/+4
| | | | already in r369684.
* Add RedHat's patch for CVE-2014-7186, commonly known as "redir_stack" overflow,bdrewery2014-10-012-1/+87
| | | | | | which has not been shown to be as critical as "shellshock" currently. Security: CVE-2014-7186
* - Update to 2.1.1bdrewery2014-09-303-10/+3
| | | | | | | | Security: CVE-2014-2905 Security: CVE-2014-2906 Security: CVE-2014-3856 Security: CVE-2014-2914 Security: CVE-2014-3219
* shells/dash: update 0.5.7 -> 0.5.8robak2014-09-292-3/+3
| | | | Approved by: mentors (implicit)
* - Update to patchlevel 27 which changes how functions are exported.bdrewery2014-09-293-12/+37
| | | | | | | | This should eliminate the recent vulnerabilities, but keep the requirement for --import-functions/IMPORTFUNCTIONS option for now. - Loosen the --import-functions requirement so it is not needed when running an interactive shell. It is already disallowed for privileged/setuid mode. - Show an error on stderr when an imported function is ignored.
* Make zsh look at its config files in localbase in prioritybapt2014-09-272-7/+3
| | | | | | Cleanup a bit more the plist Submitted by: Rolf Nielsen <rmg1970swe@gmail.com>
* Update to patchlevel 26. This is a NOP as r369261 already covered it.bdrewery2014-09-273-15/+4
|
* Disable function importing from the environment by default. This can bebdrewery2014-09-272-1/+54
| | | | | | | | | | | | | | | | | | | | | enabled by using --import-functions or enabling the IMPORTFUNCTIONS option. This removes the risk of further parser bugs leading to code execution, as well as the risk to setuid scripts and poorly written applications that do not cleanse their environment [1][2]. Also note that there is an unofficial 4.3.26 floating around that has not yet been officially released. r369261 covers the change in 4.3.26. See also: http://seclists.org/oss-sec/2014/q3/747 [1] http://seclists.org/oss-sec/2014/q3/746 [2] http://seclists.org/oss-sec/2014/q3/755 [3] Obtained from: NetBSD (based on) [3] PR: 193932 Reviewed by: Eric Vangyzen With hat: portmgr
* Convert to USES=pearbapt2014-09-261-7/+2
|
* Fix CVE-2014-3659. The original fix in 25 was not enough.bdrewery2014-09-252-1/+17
| | | | | Obtained from: http://seclists.org/oss-sec/2014/q3/690 (bash developer) Security: CVE-2014-3659
* - Update to patch level 25 (4.3.25)ehaupt2014-09-252-2/+5
| | | | | | | - Provide CPE information [1] Provided by: des Notified by: Chet Ramey <chet.ramey@case.edu>
* Fix stage violation/allow staging as a regular userantoine2014-09-241-1/+1
|
* Simplify plistbapt2014-09-231-4/+2
|
* Clean up directory handlingbapt2014-09-221-34/+1
|
* Regenerate the patch that corrects memory report for builtin time commandbapt2014-09-102-0/+31
|
* Update to 5.0.6bapt2014-08-294-56/+23
| | | | | | Only build with multibyte (disabling leads to weird bugs) [1] Reported by: adamw [1]
* shells/mksh: R49 -> R50pi2014-08-272-4/+3
| | | | | | PR: 191582 Submitted by: olivierd Approved by: miwi (maintainer)
* - Update to 4.3.24ehaupt2014-08-203-5/+5
| | | | - Don't attempt to remove directories owned by a dependency
* - Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,mva2014-08-171-1/+0
| | | | | | there is no need to touch the plist. With hat: python@
* Fix build on -current.adamw2014-08-172-1/+12
|
* shells/lshell: Upgrade version 0.9.15.1 => 0.9.16marino2014-08-104-23/+36
| | | | | PR: 191828 Submitted by: Ports Fury
* Update to 4.3.22ehaupt2014-08-022-2/+10
|
* Rename shells/ patch-xy patches to reflect the files they modify.adamw2014-07-2913-0/+0
|
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-07-172-2/+2
| | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
* Add DOCS option where PORTDOCS is in plist.adamw2014-07-161-0/+2
|
* - Fix PLISTsunpoet2014-07-162-3/+1
| | | | | | - Bump PORTREVISION for package change Reported by: swills
* - Add LICENSEsunpoet2014-07-132-1/+3
| | | | - Use single space after WWW:
* - Add LICENSEsunpoet2014-07-132-14/+16
| | | | | | | - Remove unnecessary SHELLS - Use ETCDIR - Fix and sort PLIST - Bump PORTREVISION for package change
* multiple: avoid RUN_DEPENDS=${BUILD_DEPENDS} anti-patterneadler2014-07-011-1/+1
| | | | | | | The ports infrastructure may insert additional content into the BUILD_DEPENDS variable which is not supposed to be a run depend. Approved by: portmgr (bapt)
* Fix build with texinfo from portsbapt2014-06-261-0/+1
|
* Fix build without texinfo in basebapt2014-06-251-1/+1
|
* Fix building zsh on a FreeBSD which is a NIS client [1]bapt2014-06-231-1/+3
| | | | | | | | Fix hangs upon '>(command)' redirections (enforce always using pipes) [2] PR: 183253 [1], 180178 [2] Submitted by: Yasuhiro KIMURA <yasu@utahime.org> [1], danielsh@apache.org [2] With help of: jilles [2]
* Package somethingantoine2014-06-222-0/+4
|
* Correct typo... it's tar:bzip2, not tar:bz2.adamw2014-06-204-4/+4
|
* Use the @shell helper instead of custom pkg-install/deinstall scripts.adamw2014-06-203-45/+0
|
* Use the USES=tar:... variants.adamw2014-06-208-15/+11
|
* USES, and remove unnecessary +='s from OPTIONS helpers.adamw2014-06-201-4/+4
|
* NOPORTEXAMPLES :(adamw2014-06-201-3/+2
|
* No need to include bsd.options.mk here. While here, sort plist.adamw2014-06-202-5/+1
|
* Test ICONV_LIB instead of being dependant on an OSVERSIONbapt2014-06-181-5/+3
| | | | Submitted by: tijl
* Only pickup iconv from base even if libiconv is installed [1]bapt2014-06-161-1/+6
| | | | | | While here do not leak stage path info zwc bytecode Reported & tested by: dim [1]
* - Update MASTER_SITESsunpoet2014-06-131-1/+1
| | | | | PR: ports/190692 Submitted by: Mat <mathieu.sim@gmail.com>
* Reset the 99 ports still listed under sylvio@marino2014-06-122-2/+2
| | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit)
* Add an @shell keyword to handle adding and remove a shell path in /etc/shellbapt2014-06-1224-69/+28
| | | | | | | | Bump port revision of all ports that were doing it wrong prior to the keyword CR: D208 Reviewed by: antoine With hat: portmgr
* Use @samplebapt2014-06-121-3/+1
|
* Remove all space characters from Makefile assignments.olgeni2014-06-091-1/+1
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* - Update to 20140410miwi2014-06-033-5/+5
|
* 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