aboutsummaryrefslogtreecommitdiff
path: root/shells/zsh/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix NOSHARED (produce static executable)Sergey A. Osokin2003-07-211-0/+1
| | | | | | | | | Noticed by: Dan Nelson Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer) PR: 54699, 54700 Notes: svn path=/head/; revision=85291
* Update to 4.0.7 and turn over this port to the submitter. This updateWill Andrews2003-07-201-51/+93
| | | | | | | | | | includes a large number of new options as well. PR: 53512 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=85221
* De-pkg-decomment zsh master-slave ports. Allow overriding MAINAINERAkinori MUSHA2003-02-181-1/+2
| | | | | | | while I'm hre. Notes: svn path=/head/; revision=75782
* Make zsh not segfault on ia64 due to a generic misconfiguration thatPeter Wemm2003-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | just happens to be fatal there, and a coding botch. The first problem is that it assumes a termcap interface (which is an emulation on freebsd), and provides its own terminfo wrappers around termcap.. so that's two avoidable translation layers... termcap file -> terminfo (libncurses) -> termcap API emulation (libncurses) -> terminfo (zsh emlulation). zsh forgot to prototype the tiget* functions (which return pointers) so we have an integer (implicit declaration) being cast to a pointer which is fatal. The second problem is that zsh tries to use _mktemp() to get around the __warn_references in our C library, but also neglects a prototype there and has the same fatal int/pointer problem. It is likely all the zsh* ports need these fixes. A test compile on pluto1.freebsd.org will highlight the problem. I do not know why the packaging fails for ia64. termcap.so and terminfo.so are not being built for some reason, this change doesn't solve that problem. Notes: svn path=/head/; revision=72926
* PERL -> USE_REINPLACEWill Andrews2002-09-171-1/+2
| | | | | | | Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=66512
* MASTER_SITE_SOURCEFORGE is not worth listing in MASTER_SITES becauseAkinori MUSHA2002-09-061-3/+6
| | | | | | | | | | | it is slow and does not mirror bz2 distfiles at all. Remove it and add four other working mirror sites instead. PR: ports/41960 (different solution) Submitted by: keramida Notes: svn path=/head/; revision=65725
* Update to 4.0.6.Akinori MUSHA2002-08-141-1/+1
| | | | | | | | PR: ports/41662 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=64518
* - Update to 4.0.5.Akinori MUSHA2002-08-121-2/+4
| | | | | | | | | | | - Use the .tar.bz2 distribution files. PR: ports/41483 Submitted by: Sergei Kolobov <sergei@kolobov.com> Approved by: will (MAINTAINER) Notes: svn path=/head/; revision=64394
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53959
* Update to 4.0.4.Will Andrews2001-11-101-1/+1
| | | | | | | | PR: 31872 Submitted by: Anders Andersson <anders@codefactory.se> Notes: svn path=/head/; revision=49906
* Update to 4.0.2.Will Andrews2001-07-031-10/+23
| | | | | | | | | | | | | | | | | - Remove patches (merged into distribution). - Add zsh-doc distribution. - Remove USE_AUTOCONF. - Remove extraneous shells.bak after /etc/shells update. - Adjust to slide .info under NOPORTDOCS and such. - Spelling fix in descr. Thanks to Pete for his work. PR: 28657 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=44674
* Enable maildir support.Will Andrews2001-06-161-1/+2
| | | | | | | Requested by: David Thiel <lx@redundancy.redundancy.org> Notes: svn path=/head/; revision=44061
* Upgrade Zsh to 4.0.1:Will Andrews2001-06-031-11/+26
| | | | | | | | | | | | | | | | | | | | | C1) Turn shells/zsh-devel into a stub which prints a message that points people at the new shells/zsh, upgraded to 4.0.1. M1) Add patch to fix some functions included in 4.0.1. M2) Remove obsolete patches. M3) Remove MASTER_SITE_LOCAL since we can't use knu's version now. W1) Remove MASTER_SITE_LOCAL fully. W2) Put patch-aa in patch-ab for backwards-compatible diffing. W3) Do C1 with the least diff, using pre-everything:: and then ${FALSE}'ing out after printing the message. Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>, Christian Weisgerber <naddy@mips.inka.de> Noted by: Cyrille Lefevre <clefevre@redirect.to>, Øyvind Kolbu <oyvind@kebab.gaffel.nu> Approved by: shige (C1) Notes: svn path=/head/; revision=43472
* Remove nonexistent master site.Will Andrews2001-01-081-1/+0
| | | | | | | Submitted by: ben Notes: svn path=/head/; revision=36964
* Update to 3.0.8. Remove useless echo in Makefile.Will Andrews2000-07-011-2/+1
| | | | Notes: svn path=/head/; revision=30051
* Add MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-151-1/+3
| | | | | | | Submitted by: Ollivier Robert <roberto@keltia.freenix.fr> Notes: svn path=/head/; revision=29607
* Take over MAINTAINER since the current one is inactive. Also allow peopleWill Andrews2000-05-191-3/+4
| | | | | | | | | to build a static binary without having to touch the Makefile. Approved by: asami Notes: svn path=/head/; revision=28609
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* As per prior decision, move NO_LATEST_LINK from zsh to zsh-devel. AsSatoshi Asami2000-02-221-1/+0
| | | | | | | | | | it is obvious from their names, NO_LATEST_LINK should have been in zsh-devel/Makefile when it was committed. We will revisit this issue after the release. Notes: svn path=/head/; revision=26130
* Fix a problem with zsh.texi introduced when we upgraded our base-systemTorsten Blum2000-02-131-0/+1
| | | | | | | | texinfo to 4.0. Things could be easier if people would use manpages instead of texinfo & Co. Notes: svn path=/head/; revision=25771
* Add NO_LATEST_LINK, zsh-devel is the prefered port for now.Bill Fumerola2000-02-121-0/+1
| | | | Notes: svn path=/head/; revision=25679
* Merge from zsh-devel: build zshall(1) correctly.Bill Fumerola1999-12-071-0/+11
| | | | Notes: svn path=/head/; revision=23640
* Intelligent packaging. Portlint.Bill Fumerola1999-12-061-3/+2
| | | | | | | | | Inspired by: PR: ports/15306 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org> Notes: svn path=/head/; revision=23626
* Upgrade to v3.0.7.Joseph Koshy1999-11-251-2/+2
| | | | Notes: svn path=/head/; revision=23321
* Fix packaging. Move all version info out of PLIST using PLIST_SUB.Satoshi Asami1999-09-111-0/+1
| | | | Notes: svn path=/head/; revision=21656
* building a static binary has been broken. fix thatTorsten Blum1999-09-101-1/+1
| | | | Notes: svn path=/head/; revision=21619
* Upgrade to zsh 3.0.6.Torsten Blum1999-09-101-2/+2
| | | | Notes: svn path=/head/; revision=21603
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* One of MASTER_SITES is disappeared, one is changed.SADA Kenji1999-06-081-4/+3
| | | | Notes: svn path=/head/; revision=19303
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-051-4/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Update /etc/shells upon make install.Masafumi Max NAKANE1998-08-271-1/+6
| | | | Notes: svn path=/head/; revision=12876
* Upgrade to 3.0.5Torsten Blum1997-09-261-4/+4
| | | | Notes: svn path=/head/; revision=8027
* Update from 3.0.2 to 3.0.4Torsten Blum1997-06-251-4/+4
| | | | Notes: svn path=/head/; revision=7068
* Use install-info to edit the dir file.Masafumi Max NAKANE1997-06-161-1/+7
| | | | Notes: svn path=/head/; revision=6967
* Upgrade to 3.0.2Torsten Blum1996-12-191-4/+7
| | | | Notes: svn path=/head/; revision=5035
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-10/+4
| | | | Notes: svn path=/head/; revision=4575
* Upgrade to 3.0.1Torsten Blum1996-11-151-4/+4
| | | | Notes: svn path=/head/; revision=4479
* Upgrade to 3.0.0Torsten Blum1996-09-141-4/+4
| | | | Notes: svn path=/head/; revision=3779
* Upgrade to 3.0 pre 2Torsten Blum1996-07-091-5/+5
| | | | | | | Approved-By: asami Notes: svn path=/head/; revision=3331
* Upgrade to 2.6 beta 21Torsten Blum1996-06-241-4/+4
| | | | | | | OK'ed by: gpalmer Notes: svn path=/head/; revision=3273
* the path on the master sites have changed...Torsten Blum1996-05-161-9/+9
| | | | Notes: svn path=/head/; revision=3094
* Conditionalize man page compression on NOMANCOMPRESS. Use a .for loopSatoshi Asami1996-05-151-5/+7
| | | | | | | instead of a humongous gzip command line. Notes: svn path=/head/; revision=3088
* Update to beta 17Torsten Blum1996-05-151-3/+3
| | | | Notes: svn path=/head/; revision=3085
* upgrade to beta 13Torsten Blum1996-03-061-5/+6
| | | | Notes: svn path=/head/; revision=2786
* update (to 2.6-beta 10)Torsten Blum1995-07-011-3/+3
| | | | Notes: svn path=/head/; revision=1911
* Add official mirror sitesTorsten Blum1995-06-251-2/+8
| | | | Notes: svn path=/head/; revision=1875
* Changed directory name in MASTER_SITES.Satoshi Asami1995-06-021-2/+2
| | | | | | | Submitted by: torstenb Notes: svn path=/head/; revision=1818
* - updateTorsten Blum1995-05-061-3/+9
| | | | | | | - compress manpages Notes: svn path=/head/; revision=1660