1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
Commit Graph

704 Commits

Author SHA1 Message Date
Oliver Eikemeier
47f3195355 Fix process substitution on systems without fdescfs (FreeBSD 5.x, 6.x)
While I'm here, use the official patchset instead of the custom ones
and reflect the port revision in the version number.

Submitted by:	Reinhard Speyerer <rspmn@arcor.de>
Approved by:	portmgr (krion)
2004-10-09 10:16:33 +00:00
Alexey Dokuchaev
afadaecf27 Unbreak on 5.X and -CURRENT.
Reported by:	kris
Approved by:	portmgr (krion), fjoe (mentor, implicit)
2004-10-07 10:02:13 +00:00
Kris Kennaway
90abb24f53 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-29 05:45:34 +00:00
Sergei Kolobov
09bcb2273b - Fix package build on pointyhat and other environments where
there is no controlling tty by adding --with-tcsetpgrp argument
  to CONFIGURE_ARGS

Pointed by:	pointyhat (via kris, krion)
Submitted by:	eik (based on)
Approved by:	portmgr (eik)
2004-09-27 12:20:52 +00:00
Yen-Ming Lee
8795b919c3 - rssh < 2.2.1 has information disclosure vulnerability, so update to 2.2.1
- rssh depends on rsync and rdist (optionally)

PR:		71472
Submitted by:	leeym
Approved by:	portmgr (marcus)
2004-09-21 20:37:18 +00:00
Oliver Eikemeier
86cbd1f021 update to version 3.7 2004-09-03 14:46:59 +00:00
Oliver Eikemeier
a55fe984d5 - add FAQ
- experimental shopt `implicitcd'
- fix `Tags out of Date' in texinfo pages
- fix line wrap bug in libreadline
- set LATEST_LINK to `bash', so that `pkg_add -r bash' works
2004-09-03 09:21:31 +00:00
David E. O'Brien
320c42d1d2 Reenable 'pkg_add -r' usefullness. 2004-08-26 20:30:54 +00:00
Volker Stolz
38c453278b Add patch-set which fixes various bugs including a stack overflow.
PR:		ports/70953
Submitted by:	Jeffrey Allen Neitzel (author)
2004-08-26 07:28:03 +00:00
Shigeyuki Fukushima
f36eefa4d6 Deprecated. 2004-08-25 17:25:39 +00:00
Sergei Kolobov
26a7578418 - Move a faster site (archive.progeny.com) to the beginning
of MASTER_SITES list because the primary distribution site
  zsh.org is "always damn slow"

Prompted by:	krion
2004-08-25 04:43:55 +00:00
Sergei Kolobov
9aba722079 - Remove dead mirrors, add few new ones
PR:		ports/70578 (also contains 4.2.1 update)
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2004-08-24 16:05:58 +00:00
Sergei Kolobov
bd1ed6e42b - Update to 4.2.1 [1]
- Install rzsh - restricted-mode zsh [2]
- Fix static version (NOSHARED=yes) build [3]
- Utilize INFO macro again

Submitted by:	osa [1], ceri [2],
		Dan Nelson <dnelson@allantgroup.com> [3]
2004-08-24 14:04:39 +00:00
David E. O'Brien
4f69eea4ca We now have the C99 wide/multibyte character functions bash needs.
PR:		69652
Submitted by:	tjr
2004-08-23 04:31:07 +00:00
David E. O'Brien
044af49c52 Add the 'DEBUG' build option. 2004-08-23 04:30:04 +00:00
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
Norikatsu Shigemura
939e3a7436 Update to 3.9(support for WinSCP3).
PR:		ports/64076
Submitted by:	Jim Shewmaker <jims@bluenotch.com>
Reviewed by:	rushani (maintainer)
Committed at:	CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
2004-03-20 09:54:30 +00:00
Kris Kennaway
b32681a60b Fix build on amd64, and make this port actually run on 5.x.
Submitted by:	maintainer
2004-03-18 12:06:59 +00:00
Kirill Ponomarev
945230ca12 - SIZE'ify
PR:		ports/64396
Submitted by:	rushani
2004-03-18 09:04:45 +00:00
Greg Lewis
3777838d51 . New victim^Wmaintainer.
PR:		64392
Submitted by:	Joe Kelsey <joe@zircon.seattle.wa.us>
2004-03-18 02:07:14 +00:00
Greg Lewis
4d0febb95d . Unbreak by updating to 2004-02-29.
PR:		64370
Submitted by:	Gautam Gopalakrishnan <ggop@myrealbox.com>
2004-03-18 01:51:29 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Kris Kennaway
fbbf6f6877 BROKEN: Distfile is unfetchable 2004-03-17 12:49:12 +00:00
Kris Kennaway
5e2674b52a BROKEN on amd64: Does not compile 2004-03-14 03:40:14 +00:00
Kris Kennaway
f20537279a BROKEN on ia64: Does not compile 2004-03-07 05:06:59 +00:00
Christian Weisgerber
a2867397a4 Drop maintainership. I don't use this.
The license is byzantine and restrictive, the build system is complex
and unlike any other, the codebase doesn't inspire confidence.
2004-03-05 23:53:39 +00:00
Kris Kennaway
3fb9d1b171 BROKEN on sparc64: Does not compile 2004-03-05 12:13:42 +00:00
Dirk Meyer
4857d67313 - add SIZE 2004-02-26 05:56:07 +00:00
Akinori MUSHA
e5416d7fa9 Update to 2.05c. 2004-02-25 12:58:03 +00:00
Kirill Ponomarev
45325003d1 - Update to version 20040214
PR:		ports/63023
Submitted by:	maintainer
2004-02-18 20:43:09 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Sergei Kolobov
ee6478c3fc SIZE *DOES* MATTER. 2004-01-30 16:03:29 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Michael Haro
c6c298912b Update to 20040101
PR:		61177
Submitted by:	maintainer
2004-01-10 18:16:44 +00:00
Sergey A. Osokin
047429fb2a Fix pkg-plist (NOPORTDOCS knob).
Use DOCSDIR macro.

Approved by:	obrien (maintainer)
2004-01-02 18:11:09 +00:00
Sergey A. Osokin
472bacc3d9 Use DOCSDIR macro.
Approved by:	knu (maintainer)
2003-12-30 21:35:31 +00:00
Sergey A. Osokin
e81ad71842 Use DOCSDIR macro. 2003-12-30 17:13:27 +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
David E. O'Brien
ab8dd75a02 Also pay attention to NOSHARED=yes as /usr/src and zsh does.
Requested by:	Richard Coleman <richardcoleman@mindspring.com>
2003-12-15 08:23:29 +00:00
David E. O'Brien
bc6d44c895 The option to enable network redirection is removed since this is the
default behavior.

PR:		60222
Submitted by:	David Yeske <dyeske@yahoo.com>
2003-12-14 07:09:14 +00:00
David E. O'Brien
ed3714f6d6 Build bash dynamic unless either WANT_STATIC_BASH or NO_DYNAMICROOT
is defined.
2003-12-14 07:05:40 +00:00
Pav Lucistnik
0fe91a205b - Fix build on non-i386 platforms.
Tested ok on: i386/stable, i386/current, amd64
  Fails later on: ia64 (pluto2)

PR:		ports/60176
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-12-12 16:25:25 +00:00
Akinori MUSHA
221bb3525c Update to 2.05a, which fixes a bug in a builtin command "checkid". 2003-12-10 03:57:28 +00:00
Akinori MUSHA
248c1bc249 Update to 2.05. 2003-12-08 18:46:34 +00:00
David E. O'Brien
a8010e0abe Add 'cvs blame' support. 2003-12-06 21:30:01 +00:00
James E. Housley
ec0975dc4d scponly dist includes a script which setup chroot cage, which
depends a location of run-time link-editor.  Since FreeBSD has
dynamic root capability from __FreeBSD_version == 501105, we
should add new location to unbreak the script.

PR:		59511
Submintted by:	MAINTAINER
2003-11-21 00:59:01 +00:00
Akinori MUSHA
2bd1b7fa39 Apply a patch that fixes segv in group lookups.
Obtained from:	[FDclone-users:00244]
2003-11-20 05:09:20 +00:00
Kirill Ponomarev
b18e5f4f22 - fix build with gcc 3.3.x
- unmark as BROKEN
- use %%DATADIR%% and %%DOCSDIR%%
- pkg-plist is NOPORTSDOC compliant
- make portlint happy

PR:		59427
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-11-18 20:29:21 +00:00
Kirill Ponomarev
1feae9145a - Update to version 20031112
PR:		59343
Submitted by:	Kirk Strauser <kirk@strauser.com> (maintainer)
2003-11-16 20:54:17 +00:00
Pav Lucistnik
e993ddae38 Update to 031112 and unbreak, old version was not fetchable anymore.
Approved by:	adamw (mentor)
2003-11-15 12:31:38 +00:00