aboutsummaryrefslogtreecommitdiff
path: root/shells/zsh
Commit message (Collapse)AuthorAgeFilesLines
* Update pkg-plist after add completion patches.Sergey A. Osokin2009-06-162-1/+4
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=236011
* Add some upstream completion patches + new completion files forDag-Erling Smørgrav2009-06-157-37/+171
| | | | | | | | | procstat, sockstat and fstat. Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com> Notes: svn path=/head/; revision=235876
* MAKE_JOBS_UNSAFEDag-Erling Smørgrav2009-06-081-1/+2
| | | | | | | | PR: ports/135350 Submitted by: pgollucci Notes: svn path=/head/; revision=235427
* Update to 4.3.10.Dag-Erling Smørgrav2009-06-046-531/+65
| | | | | | | PR: ports/135188 Notes: svn path=/head/; revision=235157
* Add an option to enable GDBM support.Hajimu UMEMOTO2009-05-172-2/+13
| | | | | | | | | PR: ports/134585 Submitted by: ume Approved by: des (maintainer) Notes: svn path=/head/; revision=234054
* When I upgraded to 4.3.9, which included Baptiste's completion definitionsDag-Erling Smørgrav2009-01-213-1/+463
| | | | | | | | for zfs(8) and zpool(8) which we had previously had as local patches, I blindly assumed that the upstream versions were correct. They weren't. Notes: svn path=/head/; revision=226620
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-3/+2
| | | | Notes: svn path=/head/; revision=225335
* Precompile functions and completion definitions at installation time.Dag-Erling Smørgrav2008-12-052-1/+31
| | | | | | | Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com> Notes: svn path=/head/; revision=223811
* Completion: improve portaudit, add pfctlDag-Erling Smørgrav2008-11-214-1/+122
| | | | | | | Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com> Notes: svn path=/head/; revision=223101
* Upstream patch to support unusual --help syntax used by fetchmail.Dag-Erling Smørgrav2008-11-172-1/+35
| | | | | | | Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com> Notes: svn path=/head/; revision=222968
* Kill the ZSH_ETCDIR, ZSH_FNDIR and ZSH_SITEFNDIR options. They're nice inDag-Erling Smørgrav2008-11-102-879/+855
| | | | | | | | | | theory, but in practice, things will break if you set them to non-default values. This allows us to unobfuscate the plist and fix a broken @dirrmtry. Convert the NO_SHARED option to a proper port option (ZSH_STATIC). Notes: svn path=/head/; revision=222700
* Upgrade to 4.3.9. Most of our local patches have been committed upstream.Dag-Erling Smørgrav2008-11-1016-744/+94
| | | | Notes: svn path=/head/; revision=222684
* Various command completion improvements for mount(8).Dag-Erling Smørgrav2008-10-293-6/+113
| | | | | | | | PR: ports/128450 Submitted by: scf@ Notes: svn path=/head/; revision=222202
* Move a comment that broke completion for 'zfs clone'.Dag-Erling Smørgrav2008-08-272-2/+2
| | | | Notes: svn path=/head/; revision=219319
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Regenerate some patches that were being incorrectly applied.Dag-Erling Smørgrav2008-08-134-61/+46
| | | | | | | Noticed by: garga Notes: svn path=/head/; revision=218511
* Previous commit did not update the plist.Dag-Erling Smørgrav2008-08-122-1/+8
| | | | Notes: svn path=/head/; revision=218458
* Break out BSD completion patches into separate files.Dag-Erling Smørgrav2008-08-1212-82/+627
| | | | | | | | | | | | | | Update csup, portsnap and portlint completion. Add completion for powerd, freebsd-update, fetch and portaudit (from submitter) as well as zfs and zpool (from zsh repo). Bump PORTREVISION. PR: ports/126457 Submitted by: baptiste.daroussin@gmail.com Notes: svn path=/head/; revision=218457
* The ncurses fix from early May was only partly correct. The configureDag-Erling Smørgrav2008-06-061-2/+2
| | | | | | | | | script arrived at the correct value for ZSH_NO_XOPEN, but since autoheader did not run, it did not propagate to config.h. Add autoheader to the USE_AUTOTOOLS list to correct this. Notes: svn path=/head/; revision=214426
* Explicitly disable multibyte support if the user doesn't want it.Dag-Erling Smørgrav2008-06-061-1/+3
| | | | | | | | PR: ports/122510 Submitted by: Jeff Blank <jfb@mr-happy.com> Notes: svn path=/head/; revision=214425
* - Fix segmentation fault on completionRenato Botelho2008-05-212-0/+29
| | | | | | | | | | | - Bump PORTREVISION PR: ports/123490 Submitted by: garga Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=213452
* Better version of the previous commit, with an unconditional patch thisDag-Erling Smørgrav2008-05-062-10/+7
| | | | | | | time. The patch has been submitted upstream. Notes: svn path=/head/; revision=212723
* An additional patch is required to build zsh on FreeBSD releases withDag-Erling Smørgrav2008-05-062-1/+64
| | | | | | | the old ncurses (6.2 and older). Notes: svn path=/head/; revision=212718
* Upgrade to 4.3.6, with kind assistance from Baptiste DaroussinDag-Erling Smørgrav2008-05-0210-393/+54
| | | | | | | | | <baptiste.daroussin@gmail.com> PR: ports/122116 Notes: svn path=/head/; revision=212504
* Assume maintainership.Dag-Erling Smørgrav2008-02-121-1/+1
| | | | | | | Approved by: maintainer timeout, portmgr (linimon) Notes: svn path=/head/; revision=207044
* Add vendor patch to fix subversion command completion.Dag-Erling Smørgrav2008-02-062-21/+22
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=206795
* Since zsh calls autoheader as part of the build phase:Ade Lovett2007-10-071-0/+1
| | | | | | | | | | | ===> Building for zsh-4.3.4_2 cd . && autoheader Include the autoconf-2.61 environment to actually allow this thing to build. Notes: svn path=/head/; revision=201027
* - Add Peter Stephenson's patch from Zsh CVS repo that adds (un)setenv()Sergei Kolobov2007-10-055-1/+327
| | | | | | | | | | | | | | | | | | | detection. This fixes the issue on 7-CURRENT where Zsh was manipulating environment directly in conflict with the new *env() functions: http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075538.html 6-STABLE continues to works correctly. More info about the patch: http://www.zsh.org/mla/workers/2007/msg00619.html - Fix completions for locate(1), mount(8), umount(8) to avoid some linuxisms and do the right thing under FreeBSD PR: ports/115094, ports/115702 Submitted by: Sean C. Farley (scf) Notes: svn path=/head/; revision=200897
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-1/+1
| | | | Notes: svn path=/head/; revision=200791
* - Add USE_LDCONFIG and fix last commit, zsh binary depends of a shared library.Renato Botelho2007-07-301-0/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196747
* - Update to 4.3.4Renato Botelho2007-07-308-141/+270
| | | | | | | | | | | | | | | | | | | | - Pet a bit portlint - OPTION'ify - Add PCRE support OPTION off by default - Add more MASTER_SITES - Remove ?= from MAINTAINER and COMMENT since there are no more slave ports - Remove CONFLICTS since conflicting ports doesn't exist anymore - Fix iconv detection and add USE_ICONV=yes - Use PORTDOCS and PORTEXAMPLES and cleanup pkg-plist - Respect NOPORTEXAMPLES - Add csup, portsnap and portlint Completions, it was already added to zsh cvs but add it here using a patch while new version don't come Reviewed by: sergei@ Approved by: sergei@ (maintainer) Notes: svn path=/head/; revision=196732
* - Use proper NO_SHARED knob instead of obsoleted NOSHAREDSergei Kolobov2007-03-211-2/+2
| | | | | | | | PR: ports/108327 Submitted by: Josh Carroll (floyd AT pflog DOT net) Notes: svn path=/head/; revision=187916
* - Remove dead and duplicite download locations, move a fast one to the topPav Lucistnik2006-11-211-6/+2
| | | | | | | | | PR: ports/104948 Submitted by: Geoff C. Wing <gcw@zsh.org> Approved by: maintainer timeout (sergei; 3 weeks) Notes: svn path=/head/; revision=177765
* - Add a patch from Zsh CVS to fix a bug with acroread(1) completion:Sergei Kolobov2006-09-202-1/+20
| | | | | | | | | | http://zsh.cvs.sourceforge.net/zsh/zsh/Completion/X/Command/_acroread?r1=1.5&r2=1.6 PR: ports/100614 Submitted by: Simon Olofsson <simon at olofsson dot de> Notes: svn path=/head/; revision=173462
* - Fix build under 4.x:Sergei Kolobov2006-05-021-4/+4
| | | | | | | | | | | | FreeBSD 4.x doesn't have wide character support, so avoid adding --enable-multibyte to CONFIGURE_ARGS on FreeBSD 4.x PR: ports/96645 [1] Submitted by: Tod McQuillin <devin@spamcop.net> [1], Hajimu UMEMOTO <ume@FreeBSD.org> (in private e-mail) Notes: svn path=/head/; revision=161171
* - Update to 4.3.2 [1], [3]Sergei Kolobov2006-04-303-40/+101
| | | | | | | | | | | | | | | | | | - Enable multibyte character support in Zsh by default [3], [4] - Added new knob (WITHOUT_ZSH_MULTIBYTE) to disable multibyte support - Fix zsh.info installation that was previously attempted before "su" (and thus could fail when running "make install" under a regular user) [2] - apply a different fix, though - move zsh.info generation from pre-install to post-build phase PR: ports/95970 [1], ports/94205 [2] Submitted by: Martin Wilke <freebsd@unixfreunde.de> [1], Michael Kuhn <mkuhn.nw@web.de> [2] umei [3] (in private e-mail), "J.R. Oldroyd" <jr@opal.com> [4] (in private e-mail) Notes: svn path=/head/; revision=160987
* - Update to 4.2.6, the latest stable releaseSergei Kolobov2005-12-083-8/+23
| | | | | | | | | PR: ports/89992 [1] Submitted by: KIMURA Yasuhiro <yasu at utahime dot org> [1], osa (in private e-mail) Notes: svn path=/head/; revision=150682
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-051-1/+0
| | | | Notes: svn path=/head/; revision=150432
* - Add SHA256 checksums to my portsSergei Kolobov2005-11-251-0/+2
| | | | Notes: svn path=/head/; revision=149422
* - Stop adding rzsh (restricted zsh) to /etc/shells [1]:Sergei Kolobov2005-09-062-6/+36
| | | | | | | | | | | | | | | | | | | | | | | | rzsh(1) is the restricted version of zsh(1), with various things disabled so as to provide a strictly limited access to the system. A user with a shell in /etc/shells can use chsh(1) to change their shell, can use FTP, can use other file-transfer services, etc. Thus, adding rzsh to /etc/shells could be a security risk in certain configurations. - zsh-mime-setup is set up to look for /etc/{mime.types,mailcap}. Neither of them should exist on a stock FreeBSD system. Teach it to look in ${LOCALBASE}/etc instead. [2] - Zsh completion doesn't know about bsdtar(1) achievements: it won't complete to foo.tar.gz if you just enter 'tar xf foo^D'. Teach zsh completion about this and other formats supported by bsdtar(1). NOTE: This is only applicable to FreeBSD 5.3-RELEASE or newer, where bsdtar(1) replaced GNU tar(1) in the base system. - Bump PORTREVISION PR: ports/82066 [2], ports/83023 [3] Submitted by: Phil Pennock <pdp@nl.demon.net> [1] Ulrich Spoerlein <q@galgenberg.net> [2] [3] Notes: svn path=/head/; revision=142091
* Remove mastersite which has gone away.Mark Linimon2005-09-011-1/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=141674
* - Update to 4.2.5Sergei Kolobov2005-04-193-15/+20
| | | | | | | | | | - Update MASTER_SITES based on the list at http://www.zsh.org/ PR: ports/79708 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=133694
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Update to 4.2.4Sergei Kolobov2005-02-072-5/+5
| | | | | | | | PR: ports/77172 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=128209
* - Update to 4.2.3Sergei Kolobov2005-01-243-6/+23
| | | | | | | | PR: ports/76268 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=127165
* - Fix package build on pointyhat and other environments whereSergei Kolobov2004-09-271-1/+2
| | | | | | | | | | | | there is no controlling tty by adding --with-tcsetpgrp argument to CONFIGURE_ARGS Pointed by: pointyhat (via kris, krion) Submitted by: eik (based on) Approved by: portmgr (eik) Notes: svn path=/head/; revision=118457
* - Move a faster site (archive.progeny.com) to the beginningSergei Kolobov2004-08-251-3/+4
| | | | | | | | | | of MASTER_SITES list because the primary distribution site zsh.org is "always damn slow" Prompted by: krion Notes: svn path=/head/; revision=117217
* - Remove dead mirrors, add few new onesSergei Kolobov2004-08-241-5/+6
| | | | | | | | PR: ports/70578 (also contains 4.2.1 update) Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=117203