aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-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 Notes: svn path=/head/; revision=289563
* - Update to 20120102Martin Wilke2012-01-142-3/+3
| | | | Notes: svn path=/head/; revision=289217
* - Update to 0.3.2Martin Wilke2012-01-142-16/+4
| | | | Notes: svn path=/head/; revision=289178
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-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. Notes: svn path=/head/; revision=289156
* - Fix buildMartin Wilke2012-01-141-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=289142
* add a patch from upstream to fix SIGWINCH detectionBaptiste Daroussin2012-01-132-0/+31
| | | | | | | Obtained from: zsh (cvs) Notes: svn path=/head/; revision=289118
* Update to version 4.2 PL 20.David E. O'Brien2012-01-123-31/+45
| | | | Notes: svn path=/head/; revision=289056
* - Update INIT to 2012-01-01 which also fixes 'make fetch' errorSunpoet Po-Chuan Hsieh2012-01-072-4/+5
| | | | | | | | | - Bump PORTREVISION for package change Changes: http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes Notes: svn path=/head/; revision=288705
* End WWW CPAN URL with a "/"Emanuel Haupt2011-12-281-1/+1
| | | | Notes: svn path=/head/; revision=288161
* Mark as broken on powerpc.Mark Linimon2011-12-281-1/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=288153
* - Update website linkEitan Adler2011-12-251-1/+1
| | | | | | | | | PR: ports/163597 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Feature Safe: yes Notes: svn path=/head/; revision=287991
* Add the forgotten checksum for zsh-docBaptiste Daroussin2011-12-181-0/+2
| | | | | | | Submitted by: zi Notes: svn path=/head/; revision=287604
* - update to 4.3.15Baptiste Daroussin2011-12-183-5/+4
| | | | Notes: svn path=/head/; revision=287591
* Fix distfile fetching with NOPORTDOCS=yesBaptiste Daroussin2011-12-091-2/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=287106
* - update to 4.3.14Baptiste Daroussin2011-12-083-7/+17
| | | | | | | | | | - remove unnecessary USE_AUTOTOOLS - fixes libiconv detection Feature safe: yes Notes: svn path=/head/; revision=287057
* - Make sure after deinstall /etc/shells is cleanMartin Wilke2011-11-252-2/+6
| | | | | | | | | | | - Bump PORTREVISION PR: 160528 Submitted by: Kaspars Bankovskis <kaspars@bankovskis.lv> Feature safe: yes Notes: svn path=/head/; revision=286436
* - Update to R40cMartin Wilke2011-11-242-3/+3
| | | | | | | | | PR: 162778 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=286380
* - Fix build for badly upgraded systems which have both utmp.h and utmpx.hBaptiste Daroussin2011-11-131-0/+15
| | | | | | | | | PR: ports/156263 Submitted by: Matthew Cashdollar <matthew@cashdollar.org> Feature safe: yes Notes: svn path=/head/; revision=285690
* Add the right patchBaptiste Daroussin2011-11-071-3/+8
| | | | | | | Reported by: Jan Beich <jbeich@tormail.net> (by private mail) Notes: svn path=/head/; revision=285222
* and with the patch it is even betterBaptiste Daroussin2011-11-061-0/+40
| | | | Notes: svn path=/head/; revision=285185
* - split the zsh_mem option into zsh_mem and zsh_secure_free activate ↵Baptiste Daroussin2011-11-061-8/+19
| | | | | | | | | | | | | | secure_free my default disable mem by default[1] - correct memory report for time builtin [2] - bump portrevision PR: ports/143981 [1], ports/152820 [2] Submitted by: Richard Kolkovich <sarumont@sigil.org> [1], Anonymous <swell.k@gmail.com> and Tsu <inyaoo@gmail.com> [2] Hurried by: miwi :) Notes: svn path=/head/; revision=285184
* - Update to 20111027Martin Wilke2011-10-282-5/+4
| | | | Notes: svn path=/head/; revision=284531
* Fix a variable substitution.Adam Weinberger2011-10-262-2/+2
| | | | | | | | | | | Note that this was the intended fix in PORTREVISION 3, the previous commit, and was the change intended by ports/161999. PR: ports/161999 Submitted by: Eugene Paskevich <eugene@raptor.kiev.ua> Notes: svn path=/head/; revision=284392
* Fix a // in path which apparently breaks portinstall's ability to parseAdam Weinberger2011-10-252-2/+2
| | | | | | | | | | INDEX. PR: ports/161999 Submitted by: Eugene Paskevich <eugene@raptor.kiev.ua> Notes: svn path=/head/; revision=284317
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-242-6/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Add p5-Bash-Completion 0.008Sunpoet Po-Chuan Hsieh2011-10-235-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | bash completion should just work when you install new commands. Bash::Completion is a system to use and write bash completion rules. For end-users, you just need to add this line to your .bashrc or .bash_profile: setup-bash-complete This will load all the installed Bash::Completion plugins, make sure they should be activated and generate the proper bash code to setup bash completion for them. If you later install a new command line tool, and it has a Bash::Completion::Plugin -based plugin, all your new shells will have bash completion rules for it. You can also force immediate setup by running the same command: setup-bash-complete To write a new Bash::Completion plugin, see Bash::Completion::Plugin. WWW: http://search.cpan.org/dist/Bash-Completion/ Notes: svn path=/head/; revision=284156
* - Update MASTER_SITES and WWWWen Heping2011-10-172-3/+2
| | | | | | | | PR: ports/161650 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=283666
* - Bugfix: ksh segfaults on suspendSunpoet Po-Chuan Hsieh2011-10-052-1/+11
| | | | | | | | | | - Bump PORTREVISION for package change Reported by: Greg Rivers <gcr+freebsd-ports@tharned.org> Obtained from: https://bugzilla.redhat.com/show_bug.cgi?id=691077 Notes: svn path=/head/; revision=282988
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-234-9/+6
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Use @dirrmtry for PREFIX/etc/bash_completion.dSunpoet Po-Chuan Hsieh2011-09-192-15/+14
| | | | | | | | | | | | | | Other ports (e.g. devel/glib20) install files to this directory. - Costmetic change: put build-related knobs together - Sort PLIST - Space/tab twiddle PR: ports/160202 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 24 days) Notes: svn path=/head/; revision=282011
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-1/+2
| | | | Notes: svn path=/head/; revision=281668
* Ambit, at its simplest, uses Bash Brace Expansion to expand and listEitan Adler2011-08-295-0/+72
| | | | | | | | | | | | | | | | | | | | | hostnames OR commands. First and foremost Ambit is meant to be a general purpose hostlist enumerator to be used by other applications or scripts. Additionally Ambit can be used to manage User Specific as well as System-Wide HostGroups. It can also be used to query Network HostGroups. Finally, Ambit is able to detect when it is expanding a command (rather than a host list), allowing for the command to be expanded and executed synchronously. This means Ambit can expand and run just about anything on the command line and usually works in places where Bash Brace Expansion might fail. WWW: http://m.a.tt/er/ambit/ PR: 159769 Submitted by: Sascha Klauder <sklauder@trimind.de> Approved by: sahil (mentor) Notes: svn path=/head/; revision=280731
* Update to Bash 4.1 patchlevel 11.David E. O'Brien2011-08-292-1/+3
| | | | | | | | | | | Under certain circumstances, running `fc -l' two times in succession with a relative history offset at the end of the history will result in an incorrect calculation of the last history entry and a seg fault PR: 160239 Notes: svn path=/head/; revision=280717
* - Update to R40bMartin Wilke2011-08-262-3/+3
| | | | | | | | PR: 158989 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=280498
* - change the email address I use to maintain portsEitan Adler2011-08-211-1/+1
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=280136
* - change the email address I use to maintain portsEitan Adler2011-08-211-1/+1
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=280123
* - Remove MANUAL_PACKAGE_BUILD: tinderbox build was fixed in Makefile r1.62Sunpoet Po-Chuan Hsieh2011-08-201-1/+0
| | | | | | | | PR: ports/159921 Submitted by: gjb Notes: svn path=/head/; revision=280057
* - add MASTER_SITE_LOCALDirk Meyer2011-08-081-1/+3
| | | | Notes: svn path=/head/; revision=279252
* Remove WWW entries from unmaintained ports that return 404 or where the domainEmanuel Haupt2011-08-021-2/+0
| | | | | | | disappeared. Notes: svn path=/head/; revision=278829
* Fix master_siteBaptiste Daroussin2011-08-021-1/+1
| | | | Notes: svn path=/head/; revision=278800
* Fix completions for portinstall, an indexing error.Adam Weinberger2011-08-012-1/+2
| | | | | | | | PR: ports/152387 Submitted by: Martin GlaC <glaszig@gmail.com> Notes: svn path=/head/; revision=278746
* - Update to 0.5.7Frederic Culot2011-07-272-3/+3
| | | | | | | | PR: ports/159235 Submitted by: Eitan Adler <lists@eitanadler.com> (maintainer) Notes: svn path=/head/; revision=278418
* The file completion bugfix for 8.X and 9.X introduced a bug underCy Schubert2011-07-051-1/+1
| | | | | | | 7.X. This commit fixes this. Notes: svn path=/head/; revision=277114
* Previous commit introduced a file completion bug under FreeBSDCy Schubert2011-07-051-4/+6
| | | | | | | versions prior to 8.X (7.X and earlier). This commit fixes that. Notes: svn path=/head/; revision=277113
* Fix patch phase error.Cy Schubert2011-07-051-1/+1
| | | | Notes: svn path=/head/; revision=277088
* As with other shells, link this shell dynamically.Cy Schubert2011-07-052-1/+11
| | | | Notes: svn path=/head/; revision=277087
* Fix file completion bug.Cy Schubert2011-07-052-0/+41
| | | | | | | PR: 140557 Notes: svn path=/head/; revision=277086
* - Kick MD5Martin Wilke2011-07-022-2/+0
| | | | Notes: svn path=/head/; revision=276937
* Fix error introduced by previous commit.Cy Schubert2011-06-281-0/+1
| | | | | | | Pointy hat to: me Notes: svn path=/head/; revision=276608