aboutsummaryrefslogtreecommitdiff
path: root/shells/zsh
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix static build against devel/ncurses by correcting how zsh tries to linkAdam Weinberger2015-12-151-9/+9
| | | | | | | | | | | | | against the terminal libraries. No PORTREVISION bump as this shouldn't really change the generated packages. PR: 181720 Submitted by: wulf@mail.mipt.ru While here, fix a spacing nit and wrap compound commands in parens. Notes: svn path=/head/; revision=403755
* I'll take this port.Adam Weinberger2015-12-081-1/+1
| | | | Notes: svn path=/head/; revision=403278
* Make zsh read again conf in /etcBaptiste Daroussin2015-12-081-3/+3
| | | | | | | Drop maintainership Notes: svn path=/head/; revision=403266
* We do not have yet the need for that new timestamp :)Baptiste Daroussin2015-12-051-1/+0
| | | | Notes: svn path=/head/; revision=403015
* Update to zsh 5.2Baptiste Daroussin2015-12-044-7/+32
| | | | | | | | | | | | While here: - ensure zsh looks ${PREFIX}/etc for zshrc [1] - hook the testsuite to our test framework PR: 201866 Submitted by: Georgy <delycid@gmail.com> Notes: svn path=/head/; revision=403014
* - Switch to options helpersDmitry Marakasov2015-09-231-8/+8
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=397670
* Update to 5.1.1Baptiste Daroussin2015-09-122-5/+5
| | | | Notes: svn path=/head/; revision=396728
* Update to 5.1Baptiste Daroussin2015-08-305-31/+24
| | | | | | | Switch the default mirror to zsh.org until the distfiles appears on sourceforge Notes: svn path=/head/; revision=395638
* - Fix shebangsDmitry Marakasov2015-07-311-2/+13
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=393309
* Move the SF mirrors first againBaptiste Daroussin2015-06-161-3/+4
| | | | Notes: svn path=/head/; revision=389833
* Fix du(1) completionBaptiste Daroussin2015-06-152-1/+10
| | | | | | | | PR: 200768 Obtained from: ZSH upstream Notes: svn path=/head/; revision=389703
* Really fix the plistBaptiste Daroussin2015-06-022-10/+35
| | | | | | | | Pointyhat to: bapt Reported by: many Notes: svn path=/head/; revision=388388
* Forgot about the plistBaptiste Daroussin2015-06-021-0/+5
| | | | Notes: svn path=/head/; revision=388385
* Update to 5.0.8Baptiste Daroussin2015-06-025-40/+19
| | | | | | | | | Among the usual updates, users will be happy to discover plenty of new FreeBSD related completion as well as zpty working out of box (which wasn't the case anymore for a while) Notes: svn path=/head/; revision=388381
* shells/zsh: Fix runtime error when built by gcc-5 with upstream patchJohn Marino2015-05-262-3/+3
| | | | | | | | | The previous approved fix for building with gcc5 still didn't work right. Sure enough, upstream updated their patch. When we take that update, zshell finally behaves. Piggybacking on previous approval. Notes: svn path=/head/; revision=387463
* shells/zsh: Fix runtime error when built by gcc-5 with upstream patchJohn Marino2015-04-261-0/+22
| | | | | | | | | | | | ZSH was misbuilt on gcc-5 due to an intentional change in behavior of gcc5's cpp. This patch to execute cpp with the -P switch comes from upstream. No revbump necessary as GCC5 isn't used by default on FreeBSD. Reported by: DragonFly ZSH users Approved by: maintainer (bapt, IRC) Notes: svn path=/head/; revision=384799
* Stop installing info files, the manpages already covers the full documentationBaptiste Daroussin2015-03-251-13/+2
| | | | | | | Add --as-needed to LDFLAGS to avoid overlinking with some options Notes: svn path=/head/; revision=382277
* Correct time report after r367805Baptiste Daroussin2015-01-012-3/+3
| | | | | | | | PR: 367805 Submitted by: peterj Notes: svn path=/head/; revision=375921
* Add a patch the kld* completion to find modules in /boot/modules [1]Baptiste Daroussin2014-11-223-1/+23
| | | | | | | | | | While here, fix manpages so they render correctly with mandoc PR: 194621 [1] Submitted by: clutton@zoho.com [1] Notes: svn path=/head/; revision=373026
* Update to 5.0.7Baptiste Daroussin2014-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. Notes: svn path=/head/; revision=370504
* Make zsh look at its config files in localbase in priorityBaptiste Daroussin2014-09-272-7/+3
| | | | | | | | | Cleanup a bit more the plist Submitted by: Rolf Nielsen <rmg1970swe@gmail.com> Notes: svn path=/head/; revision=369375
* Fix stage violation/allow staging as a regular userAntoine Brodin2014-09-231-1/+1
| | | | Notes: svn path=/head/; revision=369108
* Clean up directory handlingBaptiste Daroussin2014-09-221-34/+1
| | | | Notes: svn path=/head/; revision=368806
* Regenerate the patch that corrects memory report for builtin time commandBaptiste Daroussin2014-09-102-0/+31
| | | | Notes: svn path=/head/; revision=367805
* Update to 5.0.6Baptiste Daroussin2014-08-284-56/+23
| | | | | | | | | Only build with multibyte (disabling leads to weird bugs) [1] Reported by: adamw [1] Notes: svn path=/head/; revision=366450
* Fix build with texinfo from portsBaptiste Daroussin2014-06-251-0/+1
| | | | Notes: svn path=/head/; revision=359290
* Fix building zsh on a FreeBSD which is a NIS client [1]Baptiste Daroussin2014-06-221-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] Notes: svn path=/head/; revision=358869
* Test ICONV_LIB instead of being dependant on an OSVERSIONBaptiste Daroussin2014-06-181-5/+3
| | | | | | | Submitted by: tijl Notes: svn path=/head/; revision=358233
* Only pickup iconv from base even if libiconv is installed [1]Baptiste Daroussin2014-06-151-1/+6
| | | | | | | | | While here do not leak stage path info zwc bytecode Reported & tested by: dim [1] Notes: svn path=/head/; revision=357933
* Add an @shell keyword to handle adding and remove a shell path in /etc/shellBaptiste Daroussin2014-06-111-6/+2
| | | | | | | | | | | Bump port revision of all ports that were doing it wrong prior to the keyword CR: D208 Reviewed by: antoine With hat: portmgr Notes: svn path=/head/; revision=357511
* Update my ports to the latest infrastructure changesBaptiste Daroussin2014-03-132-47/+40
| | | | Notes: svn path=/head/; revision=348070
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Update to 5.0.5Baptiste Daroussin2014-01-082-5/+5
| | | | Notes: svn path=/head/; revision=339070
* Update to 5.0.4Baptiste Daroussin2013-12-213-32/+153
| | | | Notes: svn path=/head/; revision=337112
* Convert to stage, while here, cleanup a bitBaptiste Daroussin2013-09-232-24/+31
| | | | Notes: svn path=/head/; revision=328020
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | shells) Notes: svn path=/head/; revision=327770
* - Fix a typo in configure argumentsBaptiste Daroussin2013-08-221-1/+2
| | | | | | | | | - Bump port revision as it concerns a default option Submitted by: Paul Mulders <justinkb@gmail.com> (by private mail) Notes: svn path=/head/; revision=325238
* Fix a confusionBaptiste Daroussin2013-06-141-1/+1
| | | | | | | Reported by: wg Notes: svn path=/head/; revision=320934
* Use new helpersBaptiste Daroussin2013-06-141-48/+16
| | | | Notes: svn path=/head/; revision=320930
* Adopt USES=ncursesBaptiste Daroussin2013-05-061-2/+1
| | | | Notes: svn path=/head/; revision=317529
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Variable that start with _ are considered private to the definingEitan Adler2013-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) Notes: svn path=/head/; revision=313182
* - update to 5.0.2Baptiste Daroussin2012-12-222-5/+5
| | | | Notes: svn path=/head/; revision=309379
* - update to 5.0.1Baptiste Daroussin2012-12-203-17/+19
| | | | Notes: svn path=/head/; revision=309333
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - Add the documentation to distinfo [1]Baptiste Daroussin2012-07-242-1/+2
| | | | | | | | | - Fix plist Reported by: zi [1] Notes: svn path=/head/; revision=301480
* - update to 5.0.0Baptiste Daroussin2012-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. Notes: svn path=/head/; revision=301463
* Double quotes not needed anymore for options descriptionBaptiste Daroussin2012-05-311-2/+2
| | | | Notes: svn path=/head/; revision=297864
* Show up debug flagsBaptiste Daroussin2012-05-291-1/+1
| | | | | | | Add shared DEBUG description Notes: svn path=/head/; revision=297685
* Fix descriptions with "()"Baptiste Daroussin2012-05-291-2/+2
| | | | | | | Reported by: freshports sanity check Notes: svn path=/head/; revision=297682