Commit Graph

639 Commits

Author SHA1 Message Date
Oliver Eikemeier
0ddba63255 add three fixes from bug-bash@:
- pipefail option
- broken array expansion
- segmentation fault in unset typeset array variable
2004-08-19 09:15:47 +00:00
Oliver Lehmann
3d232da302 update to 040812 2004-08-15 17:39:28 +00:00
Oliver Eikemeier
0a3a06544f mark bash1 DEPRECATED, with EXPIRATION_DATE 2004-08-25 2004-08-11 17:37:26 +00:00
Oliver Eikemeier
884571212b move shells/bash3 -> shells/bash 2004-08-11 17:20:38 +00:00
Oliver Eikemeier
764c05e57a Fix nested brace vs. variable expansion 2004-08-10 19:32:19 +00:00
Oliver Eikemeier
fa4d9be814 Fix segfault when accessing an unset array 2004-08-10 19:04:41 +00:00
David E. O'Brien
fedc890b9e Ignore /dev/fd/ on FreeBSD 5.x -- devfs doesn't provide a full /dev/fd/
and so Bash's process substitution feature doesn't work when 'configure'
finds we do have /dev/fd/ and tries to use it vs. named pipes.

PR:		48434
Submitted by:	naddy
2004-08-09 17:43:53 +00:00
Oliver Eikemeier
f55e7a8694 Add bash3, The GNU Bourne-Again SHell version 3.00
http://cnswww.cns.cwru.edu/~chet/bash/NEWS
2004-07-30 22:01:13 +00:00
Pav Lucistnik
497288280d - Update to 20040711
PR:		ports/69769
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Approved by:	maintainer
2004-07-29 23:45:52 +00:00
Volker Stolz
870da68c71 Remove references to mirror.ac.uk
PR:		ports/69481
Submitted by:	Tim Bishop
2004-07-26 12:13:47 +00:00
Kirill Ponomarev
66424cf8d3 Update to 3.11
PR:		ports/69179
Submitted by:	maintainer
2004-07-17 13:02:01 +00:00
Akinori MUSHA
513298597b Integrate bug fixes from [FDclone-users:00310], [FDclone-users:00311]
and [FDclone-users:00313].
2004-07-17 05:32:11 +00:00
Volker Stolz
62ff1e0074 - Update to 0.9.5
- Fix linker-brokeness introduced by patch-aa

Closes PR:	ports/57143
Submitted by:	Dan Mahoney
2004-07-16 17:08:25 +00:00
Ying-Chieh Liao
5e6e91a938 upgrade to 1.0124 2004-07-15 09:04:05 +00:00
Akinori MUSHA
d426a97830 Update to 2.05g. 2004-07-10 13:17:48 +00:00
Volker Stolz
688ea8e6d6 Fix location of binary in man-page
PR:		ports/42729
Submitted by:	Harold Gutch
Approved by:	maintainer timeout
2004-07-08 11:44:12 +00:00
Volker Stolz
7e857913fd Fix packaging w/ NOSHARED.
PR:		ports/65468
Submitted by:	Dimitry Andric
Approved by:	maintainer timeout
2004-06-30 10:17:33 +00:00
Akinori MUSHA
73739ff800 Update to 2.05f. 2004-06-24 16:49:14 +00:00
Pav Lucistnik
6b787b91fc Add v7sh, the original Steve R. Bourne shell from the 7th edition Unix including
System III, 4.3BSD-Reno, Ultrix 3.1 and `home made'' fixes and enhancements

PR:		ports/68127
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2004-06-22 08:24:19 +00:00
David E. O'Brien
edd5ce97c3 Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}'
will not segfault and dump core.

Submitted by:	Robert Nagy <robert@openbsd.org>
2004-06-20 22:37:22 +00:00
Norikatsu Shigemura
34ef1d3e07 Fix MASTER_SITES.
PR:		ports/66867
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
Approved by:	maintainer timeout(3 weeks)
2004-06-13 11:37:52 +00:00
Norikatsu Shigemura
ae542eef63 Fix MASTER_SITES.
PR:		ports/66868
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
Approved by:	shige (blanket)
2004-06-13 11:35:33 +00:00
Akinori MUSHA
b97e137237 Fix a bug where a \ at EOL did not work as escape character.
Obtained from:	[FDclone-users:00287]
2004-06-12 18:00:41 +00:00
Akinori MUSHA
f90b3577ae Update to 2.05e. 2004-06-09 12:01:12 +00:00
Pav Lucistnik
40ba6356cc - Postfix fix: don't expect postconf be in /usr/sbin, rely on it being in PATH
PR:		ports/63314
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Approved by:	maintainer timeout (1 month)
2004-06-05 14:55:37 +00:00
Patrick S. Gardella
c406ff2fd8 Putting commit bit in storage. I don't have the time
to work on FreeBSD for now.  Should have done this a while back.
2004-06-02 22:17:13 +00:00
Kris Kennaway
0cfa268ebb Don't remove directories we didn't install 2004-05-31 08:07:43 +00:00
Akinori MUSHA
8db03a4582 Double MAXLAUNCHTABLE and MAXFUNCLINES. 2004-05-27 04:03:18 +00:00
Akinori MUSHA
f021c59ba0 Readd a correct fix against the glob expansion bug. 2004-05-25 18:56:27 +00:00
Akinori MUSHA
c66bda3113 Back out part of the previous commit. Turned out that the fixes in
[FDclone-users:00266] and [FDclone-users:00274] have bugs...
2004-05-25 10:00:23 +00:00
Akinori MUSHA
f0b978d01b Apply fixes against recently reported bugs.
[FDclone-users:00266]
  Properly expand globs like <"/usr/"*> and </usr\/*>.

[FDclone-users:00274]
  Complete the previous fix and make <'/usr/'*> work.

[FDclone-users:00275]
  Fix a bug where a recursive copy fails when the destination directory
  has a trailing slash.

[FDclone-users:00276]
  Remove superfluous calls of chflags(2) to supress errors on filesystems
  that do not support file flags.

[FDclone-users:00278]
  Disable path name completion RENAME_FILE.
2004-05-25 05:17:40 +00:00
Clement Laforet
af9fb6a9a7 - Mark rssh as IGNORE on 4.x (wordexp() is not supported)
Maintainer informed.
2004-05-23 13:31:11 +00:00
Clement Laforet
288e67f0c1 Add rssh 2.1.1, a Restricted Secure SHell only for sftp or/and scp.
rssh is a Restricted Secure SHell that allow only the use of sftp or
scp. It could be use when you need an account (and a valid shell) in
order to execute sftp or scp but when you don't want to give the
possibility to log in to this user.

WWW: http://www.pizzashack.org/rssh/index.shtml

PR:		ports/65860
Submitted by:	enigmatyc
2004-05-21 13:37:24 +00:00
Kirill Ponomarev
1d22e7b199 - Fix MASTER_SITES
- Pet portlint

PR:		ports/66861
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-19 08:52:30 +00:00
Akinori MUSHA
aee61b5a05 Update to 2.05d. 2004-05-13 07:44:12 +00:00
Mark Linimon
94b931b806 Update to osh-040421
PR:		ports/65962
Submitted by:	Jeffrey Allen Neitzel <jneitzel@sdf.lonestar.org>
2004-05-10 20:09:17 +00:00
Kirill Ponomarev
431dc081a7 - Update to version 20040331
PR:		ports/65606
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Approved by:	maintainer
2004-04-16 14:09:54 +00:00
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +00:00
Kirill Ponomarev
83a8686a57 - Update to version 040216
PR:		ports/65369
Submitted by:	Ports Fury
2004-04-09 18:22:27 +00:00
Clement Laforet
113d291e1d - tar -> ${TAR} (since we have now a bsdtar ;) 2004-04-07 13:26:20 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Pav Lucistnik
575e4029db - Fix CONFIGURE_ARGS handling
PR:		ports/64823
Submitted by:	Serge Gagnon <gagnon_s@sympatico.ca>
2004-04-02 06:09:43 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Akinori MUSHA
4c1b9d2889 Catch up with the master port's update to 4.2.0. 2004-03-25 10:57:46 +00:00
Akinori MUSHA
9437cc29fa Rename a wrongly named patch. 2004-03-25 10:54:05 +00:00
Akinori MUSHA
03d8d03e83 Add a patch to fix a minor bug with deleting a multibyte character at
BOL.
2004-03-24 19:48:12 +00:00
Sergei Kolobov
9ae19b8850 - Update to 4.2.0 [1]
- Fix a bug introduced in the previous commit when trying to utilize INFO
  macro: zsh.info was not added to generated pkg-plist because it is
  installed via post-install target, while pkg-plist is updated in
  add-plist-info target which gets run earlier. Revert to previous behavior
  of explicitly listing this single zsh.info file in pkg-plist for now.
  Thanks to Dimitry Andric for his excellent analysis of the problem. [2]
- Update pkg-plist

PR:		ports/64499 [1], ports/64540
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org> [1],
		Dimitry Andric <dimitry@andric.com> [2]
2004-03-24 07:03:01 +00:00
Clement Laforet
f8e5f5ce76 - Update to 1.0115
- Clean Makefile
- Make portlint happy
2004-03-22 15:30:06 +00:00
Clement Laforet
f1e16e48bb Use PORTDOCS macro. 2004-03-22 15:22:52 +00:00
Norikatsu Shigemura
b4d15e998a Remove old version's SIZE.
Submitted by:	rushani (maintainer)
Committed at:	CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
2004-03-20 11:53:48 +00:00