Commit Graph

82 Commits

Author SHA1 Message Date
Sergei Kolobov
ee6478c3fc SIZE *DOES* MATTER. 2004-01-30 16:03:29 +00:00
Sergei Kolobov
b98be73a9f - Update to 4.0.9
- Temporarily switch to gzipped tarballs
- Utilize INFO
2003-12-19 23:24:26 +00:00
Sergei Kolobov
b5ac288585 Change to my @FreeBSD.org address.
Approved by:	krion
2003-10-23 05:42:49 +00:00
Edwin Groothuis
03b9396d76 [patch][non-maintainer] remove dead master site from shells/zsh
Per Fenner's logs, ftp://uiarchive.uiuc.edu disappeared around
        July 22nd of this year.  It should be removed from this port.

PR:		ports/57563
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-10-04 07:43:07 +00:00
Sergey A. Osokin
893b6ff7ec Fix NOSHARED (produce static executable)
Noticed by:	Dan Nelson
Submitted by:	Sergei Kolobov <sergei@kolobov.com> (maintainer)
PR:		54699, 54700
2003-07-21 12:42:34 +00:00
Will Andrews
49f332b8cf Update to 4.0.7 and turn over this port to the submitter. This update
includes a large number of new options as well.

PR:		53512
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-07-20 04:18:18 +00:00
Akinori MUSHA
2cbde522d4 De-pkg-decomment zsh master-slave ports. Allow overriding MAINAINER
while I'm hre.
2003-02-18 05:58:39 +00:00
Peter Wemm
ec2320a569 Make zsh not segfault on ia64 due to a generic misconfiguration that
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.
2003-01-11 23:45:20 +00:00
Will Andrews
fe2235cdce PERL -> USE_REINPLACE
Submitted by:	David Yeske <dyeske@yahoo.com>
2002-09-17 14:58:44 +00:00
Akinori MUSHA
e675f0bc21 MASTER_SITE_SOURCEFORGE is not worth listing in MASTER_SITES because
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
2002-09-06 12:06:00 +00:00
Akinori MUSHA
efbdb92482 Really commit the pkg-plist change. 2002-08-15 15:15:16 +00:00
Akinori MUSHA
e4594fd355 Update to 4.0.6.
PR:		ports/41662
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2002-08-14 21:28:36 +00:00
Akinori MUSHA
b5f4a336a7 - Update to 4.0.5.
- Use the .tar.bz2 distribution files.

PR:		ports/41483
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
Approved by:	will (MAINTAINER)
2002-08-12 02:40:34 +00:00
Akinori MUSHA
77f6c01ede Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
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.
2002-01-29 11:58:52 +00:00
Will Andrews
d2c7ce6629 Update to 4.0.4.
PR:		31872
Submitted by:	Anders Andersson <anders@codefactory.se>
2001-11-10 02:24:46 +00:00
Will Andrews
3a8f58edc3 Update to 4.0.2.
- 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>
2001-07-03 04:47:28 +00:00
Will Andrews
44b2d737c9 Enable maildir support.
Requested by:	David Thiel <lx@redundancy.redundancy.org>
2001-06-16 10:05:04 +00:00
Will Andrews
c4314f0ecb Upgrade Zsh to 4.0.1:
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)
2001-06-03 18:43:08 +00:00
Will Andrews
18c5813da4 Remove nonexistent master site.
Submitted by:	ben
2001-01-08 23:50:22 +00:00
Will Andrews
357e848c7f Update MD5. Since ftp.freebsd.org never got a copy (and I don't have one)
of the original, I could not check the diff.

Submitted by:	ade
2000-07-10 15:22:18 +00:00
Will Andrews
0778a5cda7 Update to 3.0.8. Remove useless echo in Makefile. 2000-07-01 22:42:42 +00:00
Maxim Sobolev
7c22eb053a Add MASTER_SITE_SOURCEFORGE.
Submitted by:	Ollivier Robert <roberto@keltia.freenix.fr>
2000-06-15 10:24:55 +00:00
Will Andrews
c7096e4c53 Take over MAINTAINER since the current one is inactive. Also allow people
to build a static binary without having to touch the Makefile.

Approved by:	asami
2000-05-19 19:03:06 +00:00
Michael Haro
4cf4ab0a2f Correct whitespace introduced during PORTNAME conversion and portlint 2000-04-21 08:19:33 +00:00
Chris Piazza
3df86a88a9 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:34:06 +00:00
Satoshi Asami
62eda254b9 As per prior decision, move NO_LATEST_LINK from zsh to zsh-devel. As
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.
2000-02-22 06:15:57 +00:00
Torsten Blum
3e8c8b4996 Fix a problem with zsh.texi introduced when we upgraded our base-system
texinfo to 4.0. Things could be easier if people would use manpages instead
of texinfo & Co.
2000-02-13 18:20:45 +00:00
Bill Fumerola
6b481caceb Add NO_LATEST_LINK, zsh-devel is the prefered port for now. 2000-02-12 03:49:44 +00:00
Michael Haro
27dc806060 add WWW:
PR:		16261, 16262, 16263
Submitted by:	joseph.scott@owp.csus.edu
2000-01-22 09:08:01 +00:00
Ade Lovett
87233b0f99 Remove info/dir from PLIST
PR:		15945
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-01-07 20:08:57 +00:00
Bill Fumerola
4d2abe5e75 Merge from zsh-devel: build zshall(1) correctly. 1999-12-07 18:43:06 +00:00
Bill Fumerola
62b5e5bf4e Intelligent packaging. Portlint.
Inspired by:
PR:		ports/15306
Submitted by:	MIHIRA Yoshiro <sanpei@sanpei.org>
1999-12-06 20:14:38 +00:00
Joseph Koshy
e41f4b8142 Upgrade to v3.0.7. 1999-11-25 09:03:32 +00:00
Satoshi Asami
c777255c41 Fix packaging. Move all version info out of PLIST using PLIST_SUB. 1999-09-11 10:00:18 +00:00
Torsten Blum
804b487d8e building a static binary has been broken. fix that 1999-09-10 22:03:36 +00:00
Torsten Blum
7ab1607ae2 Upgrade to zsh 3.0.6. 1999-09-10 20:42:23 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
a53421230c $Id$ -> $FreeBSD$ 1999-08-31 01:53:22 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]

I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.

Before I forget....

Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit.  See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
SADA Kenji
bc11037df4 One of MASTER_SITES is disappeared, one is changed. 1999-06-08 04:57:15 +00:00
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Masafumi Max NAKANE
7d889fa355 Update /etc/shells upon make install. 1998-08-27 02:33:51 +00:00
David E. O'Brien
d265ace04d Removed manpages from pkg/PLIST 1998-08-13 21:30:07 +00:00
Torsten Blum
bed1863567 Upgrade to 3.0.5 1997-09-26 08:23:15 +00:00
Masafumi Max NAKANE
3f73d91a41 @exec/@unexec directives that use %[FD] should never be put at the
very beginning of the file.  This has been causing pkg_add to fail.
1997-09-06 17:52:52 +00:00
Torsten Blum
6740f47b6f Update from 3.0.2 to 3.0.4 1997-06-25 05:24:46 +00:00
Masafumi Max NAKANE
e61e2fecb8 Use install-info to edit the dir file. 1997-06-16 11:51:14 +00:00
Masafumi Max NAKANE
a89d03ad2a Patch for zsh.texi to to add @direntry and @dircategory. 1997-06-16 11:50:33 +00:00
Masafumi Max NAKANE
619aa31ea8 Patch for Doc/Makefile.in to:
- Add --no-split to the makeinfo command line.
- Remove info files before makeinfo.
1997-06-16 11:49:17 +00:00
Torsten Blum
75e87cb8da update checksum - the distfile has changed 1996-12-20 09:05:19 +00:00