aboutsummaryrefslogtreecommitdiff
path: root/shells/zsh
Commit message (Collapse)AuthorAgeFilesLines
* - update to 4.3.17Baptiste Daroussin2012-02-264-38/+18
| | | | Notes: svn path=/head/; revision=292285
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+2
| | | | Notes: svn path=/head/; revision=291338
* add a patch from upstream to fix SIGWINCH detectionBaptiste Daroussin2012-01-132-0/+31
| | | | | | | Obtained from: zsh (cvs) Notes: svn path=/head/; revision=289118
* 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
* - 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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-1/+2
| | | | Notes: svn path=/head/; revision=281668
* - update to 4.3.12Baptiste Daroussin2011-05-316-54/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 4.3.11 -------------------- The zsh/parameter module has a new readonly associative array $usergroups whose keys are the names of system groups of which the current user is a member and whose values are the corresponding group identifiers. The region_highlight array, which controls highlighting of the command line from zle widgets, is now updated dynamically as the command line is edited. In POSIX emulation ("emulate sh") the shell is more accurate about when it should or should not exit on errors. The ${NAME:OFFSET:LENGTH} syntax now supports negative LENGTH, which counts back from the end of the string. The (g:opts:) flag in parameter expansion processes escape sequences like the echo and print builtins. opts can be any combination of o, e and c. With e, acts like print rather than echo except for octal escapes which are controlled separately by the o option. With c, interpret control sequences like "^X" as bindkey does. Regardless of the opts, \c is not interpreted. Notes: svn path=/head/; revision=274883
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵Baptiste Daroussin2011-04-111-0/+1
| | | | | | | | | | | | | | | | | | | from ports. If a ports is linked against ncurses from base or from the ports, it should then add: USE_NCURSES=yes it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros: WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes PR: ports/155269 Submitted by: me Reviwed by: pav@ Approved by: portmgr (pav@) Exp-run by: portmgr (pav@) Notes: svn path=/head/; revision=272515
* - Take maintainership, des@ is no longer having enough time for zsh, he has ↵Baptiste Daroussin2011-02-2810-322/+68
| | | | | | | | | | | | | | | | done a really great job with zsh, thanks a lot. [1] - Upgrade to 4.3.11 - add linsysfs to the file system list for completion [2] - fix mount completion when adding available labels to the list of devices [3] PR: ports/141472 [2], ports/145657 [3] Submitted by: scf [2], Frédéric Perrin <frederic.perrin _at_ resel.fr> [3] Approved by: des@ [1] Notes: svn path=/head/; revision=269957
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Add rzsh to /etc/shells (this was handled correctly by pkg-plist whenDag-Erling Smørgrav2010-03-011-5/+5
| | | | | | | | | | installing from packages, just not when installing from ports) Noticed by: ru@ Feature safe: yes Notes: svn path=/head/; revision=250459
* Unset mark_dirs just in case the user has it in their zshenv.Dag-Erling Smørgrav2010-01-221-1/+3
| | | | | | | Don't USE_LDCONFIG if WITH_ZSH_STATIC. Notes: svn path=/head/; revision=248360
* * Fetch documentation from the zsh-doc-dev sourceforge project.Jimmy Olgeni2009-12-181-7/+8
| | | | | | | | | | | | | * Make portlint happy by using ${ECHO}, and TABs in assignments. PORTREVISION bump not required. PR: ports/141728 Submitted by: olgeni Approved by: des (by mail) Notes: svn path=/head/; revision=246148
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* 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