Commit graph

337 commits

Author SHA1 Message Date
Kevin Lo
55fb3c2319 Update to version 0.9.4
PR: 24676
Submitted by: Ports Fury
2001-01-28 08:07:45 +00:00
Jacques Vidrine
5230c3cfb1 Master site disappeared. Use MASTER_SITE_LOCAL.
Noticed by:	fenner
2001-01-22 12:52:01 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Will Andrews
18c5813da4 Remove nonexistent master site.
Submitted by:	ben
2001-01-08 23:50:22 +00:00
Kevin Lo
41fb4f91f2 Update to 0.9.3
PR: 24097
Submitted by: Ports Fury
2001-01-06 16:40:16 +00:00
Will Andrews
60f2b6b7a8 Goodbye, YEAR2000. Hello, 2001.
Approved by:	asami
2001-01-01 10:15:16 +00:00
Will Andrews
58e54dfd23 Add pash 2.2, a full-screen shell, similar to Midnight Commander. Some
patches were included to fix various bugs (including what I believe are
potential overflow bugs involving gets()).

PR:		23949
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2000-12-31 06:02:40 +00:00
Will Andrews
0f61d2fb57 Add osh 001127, a reimplementation of the old and obsolete shell version
that was in standard use up to UNIX 6th Edition and was supplied as osh
with UNIX 7th Edition.  Its command language is a sparse subset of those
of modern shells and is mostly common to both sh(1) and csh(1).

PR:		23943
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2000-12-30 01:31:08 +00:00
David E. O'Brien
2b4f8fb8a8 Fix typo
PR:	23202
2000-12-22 22:43:41 +00:00
Steve Price
85c67c3149 Update to version 6.10.00.
PR:		23078
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-11 02:19:19 +00:00
Peter Pentchev
6aca2d86dd Well, basic reading skills certainly do help occassionally - Loren
James Rittle suggested that he be added as port maintainer with another
e-mail address.
2000-12-08 13:08:16 +00:00
Peter Pentchev
d3a106dccb Bump PORTREVISION because of the added efree()/erealloc() patch.
Also, let people blame Loren James Rittle for future es problems ;)

Submitted by:	Loren James Rittle <rittle@latour.rsch.comm.mot.com>
2000-12-08 13:06:26 +00:00
Peter Pentchev
df14c0842b free() before realloc() is bad, bad, bad.
Submitted by:	Loren James Rittle <rittle@latour.rsch.comm.mot.com>
2000-12-08 13:04:24 +00:00
David E. O'Brien
64ae670e6c It's my main shell, so I have in interest in seeing it maintained. 2000-11-30 11:42:35 +00:00
Andrey A. Chernov
44f5c19e81 Drop my maintainership 2000-11-30 01:32:31 +00:00
David E. O'Brien
d7c478016d Also fix the symlink race vulnerability in bashbug.sh.
Obtained from:	bash-1.14.7-23.5x.src.rpm
2000-11-29 19:52:06 +00:00
David E. O'Brien
f1a492cf44 Fix the symlink vulnerability noted at http://www.securityfocus.com/bid/2006
Obtained from:	RedHat bash-1.14.7-23.5x.src.rpm
2000-11-29 19:48:15 +00:00
David E. O'Brien
1ceded9e6e Add $FreeBSD$'s which help me in problem reports. 2000-11-22 00:17:18 +00:00
Kris Kennaway
dfd5e25155 Fix the temporary file creation problem with << 2000-11-20 02:45:47 +00:00
Thomas Gellekum
dd27a5d8b0 Depend on ncurses.5 after the upgrade of devel/ncurses. 2000-11-16 13:14:26 +00:00
Jeroen Ruigrok van der Werven
934391a193 Make sure to point this to my local distfile directory instead of
obrien's.
2000-11-09 20:22:10 +00:00
Jeroen Ruigrok van der Werven
efab9c8d0c Update port to the 20001106 version, which fixes a temporary
file creation security problem.

Approved by:	obrien
2000-11-06 12:15:53 +00:00
Jeroen Ruigrok van der Werven
d4966af41a Mark forbidden for now, due to tempfile creation issues.
Approved by:	obrien [well, not really, but he knows I was working
			on fixing this and he urged me to reroll the
			distfile with the fix]
2000-11-05 21:46:45 +00:00
Shigeyuki Fukushima
a2ddabb4c8 Correct MASTER_SITES.
Submitted by:	Brett M Hogden <hogden@rge.com>
2000-10-27 16:37:56 +00:00
Patrick S. Gardella
99ecdb95cb Remove an unnecessary "strip" line in post-install.
Submitted by: knu
2000-10-18 16:06:59 +00:00
Kevin Lo
dd2c027702 Update to 1.03o
PR: 21928
Submitted by: MAINTAINER
2000-10-12 15:31:09 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Asami
4391c4675d Rename PLIST.nobuild to pkg-plist.nobuild. 2000-10-08 06:05:59 +00:00
Satoshi Asami
d241076aed Rename PLIST.doc to pkg-plist.doc. 2000-10-08 06:04:55 +00:00
Satoshi Asami
5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00
Akinori MUSHA
5fe6c3dc48 Update _kld to look (also) into /boot/kernel for kernel modules. 2000-09-06 15:07:31 +00:00
Alexander Langer
3bbbb772e7 - Update to 0.5.2
- Add NOPORTDOCS hunks
2000-07-22 10:28:46 +00:00
Alexander Langer
9dd4f9878a Correct OSVERSION, which I raised for testing but forgot to
set correctly after that.
2000-07-22 08:42:17 +00:00
Alexander Langer
60619f6fe5 Update to patchlevel 3. 2000-07-21 13:00:24 +00:00
Alexander Langer
54f9fd8835 - Add support for sigset_t - changes.
- Claim maintainership.

Approved by:	cracauer
2000-07-19 14:54:42 +00:00
Alexander Langer
1f23d427f6 - Update to verison 6.09.01
- Create symlink for /bin/tcsh (instead of installing full package)
  for -current/-stable (requested by obrien)

PR:		19853
Submitted by:	Ports Fury
2000-07-16 13:02:30 +00:00
David E. O'Brien
a9d4d05c94 Push the FreeBSD version check down to 400021 for tcsh in base system. 2000-07-11 17:16:31 +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
Steve Price
5073598e5f Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities. 2000-07-07 18:44:49 +00:00
Will Andrews
0778a5cda7 Update to 3.0.8. Remove useless echo in Makefile. 2000-07-01 22:42:42 +00:00
Akinori MUSHA
afd6b6f4e1 Get rid of the workaround regarding the libzsh-3.1.x.so generation, as
zsh 3.1.9 was found to generate it also on 3-STABLE.

This should fix the breakage of the package for 3-STABLE.

Pointed out by:	Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
Reviewed by:	shige (Maintainer)
2000-06-30 08:12:40 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Satoshi Asami
be6c01ee85 Use ${MASTER_SITE_LOCAL}. 2000-06-29 02:31:42 +00:00
Will Andrews
f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Jacques Vidrine
6dc9bdb0c8 Locally hosted distfiles moved to ftp.freebsd.org. 2000-06-20 13:37:39 +00:00
Steve Price
30563b5399 Use the distfiles now on ftp.freebsd.org instead of from my home directory
on freefall.
2000-06-17 00:14: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
Akinori MUSHA
734603bc20 The zsh-functions distfile has been moved from freefall to ftp. 2000-06-08 14:53:07 +00:00
Shigeyuki Fukushima
d2cb670101 Update to 3.1.9. 2000-06-08 14:34:59 +00:00
Maxim Sobolev
e2548f2fb4 Unbroke the port.
The distfile is still available from www.research.att.com/sw/tools/reuse
under the original conditions.

PR:		18989
Submitted by:	Jonathan Fosburgh <jonathan@fosburgh.org>
2000-06-07 15:39:37 +00:00