1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

840 Commits

Author SHA1 Message Date
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
Kirill Ponomarev
54fcdf01f1 - Update to version 20031022
PR:		59018
Submitted by:	maintainer
2003-11-06 21:46:20 +00:00
Mark Linimon
cbd28b2896 Some days it doesn't pay to try to try to chew through the leather straps. 2003-11-05 12:06:21 +00:00
Mark Linimon
1492eb5e4b Reset maintainer to ports@FreeBSD.org. Requested by: kris. 2003-11-03 07:28:44 +00:00
Mark Linimon
c4d5657cc3 Reset maintainer to ports@. Reviewed by: kris. 2003-11-03 01:15:00 +00:00
Mark Linimon
0df636564e Update to current version. PR ports/58192. 2003-11-03 01:14:29 +00:00
Kris Kennaway
6160dc3d41 Reset maintainer of ports owned by inactive committers who were just retired. 2003-11-03 00:54:32 +00:00
Mark Linimon
8a6737b447 Move inclusion of bsd.port.pre.mk past variable definitions. 2003-10-29 04:14:07 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Sergei Kolobov
b5ac288585 Change to my @FreeBSD.org address.
Approved by:	krion
2003-10-23 05:42:49 +00:00
Mark Linimon
2250196ba7 All right, that's it, no more commits at 4am for me.
But I'm still going to leave it marked broken on all the other architectures.
That's because I think it really is broken on all the other architectures.
If it is not broken on all the other architectures, I am going to stick
my fingers in my ears and chant la-la-la-can't-hear-you.

arrrrrgh
2003-10-20 21:24:19 +00:00
Mark Linimon
d3eb56dbcc Remove BROKEN case for i386 4.x.
Previous attempt at deprecation objected to by: krion
2003-10-20 20:45:09 +00:00
Mark Linimon
c9aac656dc Per bento logs, this is broken on 5.x. Rather than marking it so only
for 5.x, mark it as generally broken; the latest distfile in the 1.x
series was in 1996 and this isn't even it (this one is from 1994).  The
bash2 releases began in 1996.

Unless there is some absolute need to maintain this port for backwards
compatibility, it should probably just be deleted.
2003-10-20 19:43:32 +00:00
Dirk Meyer
a58da456de - Layout for GnuSTEP 1.8.0 2003-10-19 11:14:19 +00:00
Akinori MUSHA
32f2c2e39e Update to 2.04c. 2003-10-18 10:40:29 +00:00
Kris Kennaway
042afb8649 Before committing the previous BROKEN changes I carefully checked the status
of each port on bento and for recent fixes.  Unfortunately at some point I
got confused and switched to the wrong list :-)  As a result I picked up a
number of ports that were fixed a while ago.  Sorry for the false alarm,
maintainers.

Pointy hat to:	kris
2003-10-16 04:15:48 +00:00
Kris Kennaway
efd3830f38 BROKEN on 5.x: does not compile 2003-10-16 01:31:58 +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
Kirill Ponomarev
9eaa7dfa63 - Update to version 20030929
PR:		57373
Submitted by:	Kirk Strauser <kirk@strauser.com> (maintainer)
2003-09-29 21:41:11 +00:00
Edwin Groothuis
8707ef668e New port: shells/bash-completion
The shells/bash-completion port installs Ian Macdonald's
	programmable completion library for Bash 2.04 and above.
	This gives users context- sensitive tab-completion for such
	things as program arguments, SSH hostnames, NFS mounts, and
	so on.

PR:		ports/52790
Submitted by:	Kirk Strauser <kirk@strauser.com>
2003-09-29 12:44:15 +00:00
Kirill Ponomarev
61959d9b05 - Fix build on -current
Reported by:	kris via bento
2003-09-27 23:28:10 +00:00
Edwin Groothuis
f07f504808 KATO mega patch
- ECHO -> ECHO_MSG

For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD

PR:		ports/56820-56858
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 01:01:08 +00:00
Sean Chittenden
59f64fda70 Fixup tcsh_config to look in ${PREFIX}/share instead of /usr/share.
Pointed out by:	demon
2003-09-10 16:56:50 +00:00
Sean Chittenden
70600f0af0 After using tcsh for 4 years and having just discovered the 'rprompt'
parameter, I conclude my hunt for other nifty shell tricks by adding a
port of the .tcshrc project.
2003-09-09 22:12:10 +00:00
Norikatsu Shigemura
861d1d47ce o Respect scponly default configuration.
o Introduce WITH_SCPONLY_CHROOT knob.
o Use ${DOCSDIR} in Makefile.

PR:		ports/56300
Submitted by:	rushani (maintainer)
2003-09-02 08:47:16 +00:00
Kirill Ponomarev
f344055e07 - Fix typo in COMMENT [1]
- Use INFO

Submitted by:	Anthraxz <bouloumag@hotmail.com> [1]
2003-09-01 14:50:15 +00:00
David E. O'Brien
47846ba268 Fix build on -current (varargs -> stdarg)
[don't propagate the poorly named patch files from the PR]

PR:		56146
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2003-08-31 08:08:47 +00:00
Kirill Ponomarev
d947a3194c - Fix build on -current (varargs -> stdarg)
PR:		56146
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2003-08-30 08:12:13 +00:00
Kirill Ponomarev
9af525b6e5 - Fix build on -current
PR:		56107
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2003-08-29 05:52:48 +00:00
Dirk Meyer
960b679f10 - use new hook USE_GNUSTEP in bsd.port.mk 2003-08-28 01:42:30 +00:00
Alexander Leidinger
5c27c74a91 Remove tcsh.
Approved by:	portmgr (marcus)
2003-08-21 13:53:59 +00:00
Christian Weisgerber
8048900df4 Forced update to release 2003-07-24.
Submitted by:	Daniel Rudy <dcrudy@pacbell.net>
2003-08-01 22:02:17 +00:00
Akinori MUSHA
e87e0fc0b2 Update to 2.04a. 2003-07-29 06:09:54 +00:00
Dirk Meyer
96a945b3c6 - flat layout 2003-07-26 14:52:10 +00:00
Maho Nakata
72649077ec Fix compatibility with rsync (depend explicitly on rsync).
PR:		54844
Submitted by:	rushani (maintainer)
2003-07-25 23:15:46 +00:00
Maho Nakata
fdb6019669 fix configure arguments for gftp stuff.
PR:		54843
Submitted by:	rushani (maintainer)
2003-07-25 23:12:03 +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
Christian Weisgerber
e8060b65d8 Update to release 2003-06-21.
Submitted by:	fenner (portsurvey)
2003-07-08 02:16:13 +00:00
Shigeyuki Fukushima
d6622ef721 Update to 4.1.1.
PR:		ports/53513
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-07-04 15:12:52 +00:00
Dirk Meyer
9ecc8eeb8b - Drop obsolete defines 2003-07-04 01:48:24 +00:00
Akinori MUSHA
1474b06c7b Update to 2.04. 2003-06-30 05:58:03 +00:00
Christian Weisgerber
2b0d90006e Add "test" target to exercise regression tests; from NetBSD. 2003-06-24 18:16:19 +00:00
Dirk Meyer
81cc6cf002 - don't package ~/GNUSstep 2003-06-18 04:07:19 +00:00
Dirk Meyer
193f0869c3 - remove empty dirs
- fix plist
2003-06-10 13:04:35 +00:00
David E. O'Brien
e71a26d5c9 Fetch patches from MASTER_SITE_GNU also. 2003-05-19 21:33:35 +00:00
David E. O'Brien
20f489073d Properly configure on FreeBSD/amd64. 2003-05-16 19:56:09 +00:00
David E. O'Brien
d002bc7def Update to patchlevel 7. 2003-05-16 19:14:10 +00:00
Akinori MUSHA
555de78a8b Update to 2.03b. 2003-05-15 05:57:42 +00:00
Norikatsu Shigemura
7030f304fe Change maintainership to submitter.
Submitted by:	Hideyuki KURASHINA <rushani@FreeBSD.org>
Approved by:	Ken McGlothlen <mcglk@artlogix.com> (maintainer)
2003-05-10 21:54:40 +00:00
Norikatsu Shigemura
fee6c4272c Update to 3.8.
PR:		ports/51633
Submitted by:	rushani
Approved by:	maintainer implicitly
2003-05-03 15:53:06 +00:00
Christian Weisgerber
9c6a399b10 Update to release 2003-04-22.
PR:		51524
Submitted by:	Kevin Tower <ktower@towerfamily.org>
2003-05-01 18:48:59 +00:00
Akinori MUSHA
fa75d09d69 Apply a fix against a macro expansion problem and bump PORTREVISION
accordingly.
2003-04-23 10:20:11 +00:00
Akinori MUSHA
a818e9a307 Update to 2.03a + readlink fix. 2003-04-19 12:35:58 +00:00
Norikatsu Shigemura
6a246b2a89 o Update to 3.7.
o Take up more safety default setting.

PR:		ports/48480, ports/48492, ports/50899
Submitted by:	Sergey A. Osokin <osa@FreeBSD.org.ru>
		Adam Jette <jettea@fuzzynerd.com>
		Miguel Mendez <flynn@energyhq.homeip.net>
Reviewed by:	Sergey A. Osokin <osa@FreeBSD.org.ru>
		Miguel Mendez <flynn@energyhq.homeip.net>
		Ken McGlothlen <mcglk@artlogix.com> (maintainer)
Approved by:	Ken McGlothlen <mcglk@artlogix.com> (maintainer)
2003-04-17 18:40:51 +00:00
Christian Weisgerber
db69286f17 Oops, put the correct file into /etc/shells.
Submitted by:	jhb
2003-04-15 22:01:54 +00:00
Dirk Meyer
78917e617a - Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
PR:		50479
2003-04-13 07:38:27 +00:00
Shigeyuki Fukushima
1b18ca6529 Update to 4.1.0.dev7.
PR:		ports/50451
Submitted by:	Anders Andersson <anders@andersa.net>
2003-04-04 12:44:52 +00:00
Edwin Groothuis
5859f9359b update shells/rc to version 1.7, with readline
PR:		ports/48843
Submitted by:	Scott Kenney <saken@hotel.rmta.org>
2003-03-30 04:43:13 +00:00
Akinori MUSHA
4717afbb1c Update to 2.03. 2003-03-28 10:13:10 +00:00
David E. O'Brien
273ccf2e3b Support /dev/(tcp|udp)/host/port redirection.
Submitted by:	David Yeske <dyeske@yahoo.com>
2003-03-24 18:57:50 +00:00
Dirk Meyer
7137ca1141 GSCommander is a simple unix command monitor for GNUstep.
WWW: http://www.nice.ch/~phip/softcorner.html#cmdr
2003-03-23 19:32:44 +00:00
Foxfair Hu
c09e09e877 PR: 49067
Submitted by:	Yonatan@xpert.com <Yonatan@xpert.com>
Switch MASTER_SITE to make this port fetchable.
2003-03-23 15:30:03 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Ade Lovett
a5be358b9d More manual pkg-comment cleanups.
Approved by:	portmgr (implicitly)
2003-03-06 21:01:40 +00:00
Akinori MUSHA
3947d1c81a Update to 2.02b. 2003-03-03 00:16:54 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Christian Weisgerber
32b8021ea5 pkg-comment -> COMMENT 2003-02-21 12:52:52 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Akinori MUSHA
a6b10352a7 Bump PORTREVISION for a couple of fixes I applied. 2003-02-19 08:48:16 +00:00
Akinori MUSHA
3e04b06448 Add a patch to fix a fatal problem on *BSD/sparc64 that fd falls into
background as soon as it is invoked.
2003-02-19 08:46:56 +00:00
Akinori MUSHA
45de60a197 Add a patch to fix a glob expansion problem where special character
escaping does not work.
2003-02-19 08:44:58 +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
Akinori MUSHA
1f7c47a812 De-pkg-comment my non-ruby ports as well. 2003-02-18 05:52:56 +00:00
Christian Weisgerber
6492f3715f URL updates.
PR:		48167
Submitted by:	tadalunch@sources.redhat.com
2003-02-12 12:29:46 +00:00
Kris Kennaway
02baa4219f Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by:	lioux
2003-02-10 09:04:04 +00:00
Ying-Chieh Liao
0639074505 upgrade to 1.0107 2003-01-24 13:33:46 +00:00
Kris Kennaway
cae02560c6 Add missing manpage 2003-01-14 05:33:26 +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
Peter Wemm
42dce6e924 Make this work on ia64. 2003-01-11 23:17:57 +00:00
Christian Weisgerber
d52ab23550 Update to release 2002-12-21. Notable changes:
* SIGALRM can now be used in applications.
* Numerous bug fixes.
2003-01-08 00:46:01 +00:00
Akinori MUSHA
a5b4c2a618 Ignore error in updating /etc/shells so that a normal user can build
and install this port.
2003-01-05 19:14:20 +00:00
Ying-Chieh Liao
1eebc3bb6b fix plist
PR:		46781
Submitted by:	Philip Paeps <philip@vitaya.be>
2003-01-05 18:30:28 +00:00
Ying-Chieh Liao
b688565f8f upgrade to 3.4
PR:		46243
Submitted by:	maintainer
2003-01-03 18:15:43 +00:00
Akinori MUSHA
4d347582f3 Update to 2.02a. 2003-01-03 11:20:51 +00:00
Kris Kennaway
8301ced068 Fix build on 5.0 (chase /usr/include/msdosfs to /usr/include/fs/msdosfs) 2002-11-30 22:52:07 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Edwin Groothuis
37f2224fa6 PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Tilman Keskinoz
ee40b04c65 Fix PLIST (bento)
PR:	36792
2002-11-03 23:39:37 +00:00
Kris Kennaway
f7d17ed2a2 Add missing files and manpages 2002-10-28 01:58:35 +00:00
Shigeyuki Fukushima
bde1614b6b Update to 4.1.0.dev5.
Remove FORBIDDEN mark.
2002-10-13 17:11:37 +00:00
Ying-Chieh Liao
7c19b9d582 fix obscure signal-handling bugs
add readline support

PR:		43945
Submitted by:	maintainer
2002-10-12 15:36:57 +00:00
Akinori MUSHA
c464828073 Update to 2.01c. 2002-10-06 18:52:30 +00:00
Christian Weisgerber
004568ebc8 Update to release 2002-09-22.
PR:		43423
Submitted by:	Joe Kelsey <joek@zircon.staff.flyingcroc.net>
2002-10-05 16:34:42 +00:00
David E. O'Brien
06c98b8989 Fix logic error when NOPORTDOCS is set.
Submitted by:	Peter Avalos <pavalos@theshell.com>
PR:		43459
2002-09-29 01:44:12 +00:00
Kris Kennaway
5d09c4546f Move files from illegal subdirectory src/ to files/ and fix
extract procedure.
2002-09-29 01:42:08 +00:00
David E. O'Brien
4aa5fb5d56 Mirror the patch files. 2002-09-20 00:13:43 +00:00
Akinori MUSHA
333a3e55be - Fix the .zip file list format.
- Recognize .tar.z as tar+gz archive.
2002-09-18 18:57:53 +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
6a228fad08 - Apply a couple of patches posted on the FD-clone mailing list,
which fix bugs in file name completion and handling of tar archives
  that contain ".".

- Update fd2rc:
  o Properly call zip(1) with -r (recursive).
  o Make some file extensions case insensitive.
  o Source /etc/fd2rc.local so administrators can put their own local
    configurations in it.
  o Set FD_WRITEFS to 1 (do not ask).
  o Set FD_INHERITCOPY to 1 (preserve timestamps).
2002-09-15 20:55:58 +00:00
David E. O'Brien
a146f053ab Use offical vendor patches 1-4. 2002-09-13 00:43:09 +00:00
Oliver Braun
4eef8272b2 Add scponly 2.4, a tiny shell which only permits scp and sftp.
PR:		ports/40935
Submitted by:	Ken McGlothlen <mcglk@artlogix.com>
2002-09-10 22:18:46 +00:00
David E. O'Brien
f71e7b3c60 Use the offical vendor patch for the directory space vs. slash command name
completion problem.

Submitted by:	Chet Ramey <chet@po.CWRU.Edu>
Bash PR:	http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
2002-09-09 22:25:50 +00:00
David E. O'Brien
fe3f550a4e Bump revision for directory command-line completion fix.
Always forgotten by:	me
2002-09-09 06:50:17 +00:00
David E. O'Brien
ce9d222b68 "In certain cases, Bash appends a space instead of a slash to a directory name
relative to the current directory when performing command name completion.
This affects partial completion of intermediate directory names."  Fix this.

Bash PR:	http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
Obtained from:	http://www.geocrawler.com/mail/msg.php3?msg_id=9514404&list=342
2002-09-09 01:19:52 +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
David E. O'Brien
00c6d9d8ea We lie about fully having ISO C90 Amd.1 restartable wide and multibyte
character manipulation functions.
2002-08-26 03:42:41 +00:00
Christian Weisgerber
e4f94a5977 Fix core dump in glob expansion.
PR:		41778
Submitted by:	Joe Kelsey <joek@mail.flyingcroc.net>
Obtained from:	David Korn <dgk@research.att.com>
2002-08-20 14:36:32 +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
54801c4c69 - Recognize .tbz as a tar+bzip2 suffix.
- Expand the arch table size from 16 to 32.
- Bump PORTREVISION accordingly.
2002-08-11 13:28:31 +00:00
David E. O'Brien
dfa32123f5 Simply typing Shift-Enter in bash-2.05b causes it to enter some kind of
CPU-consuming loop. A kill -9 from another terminal is required to end it.

Submitted by:	Chet Ramey <chet@nike.ins.cwru.edu>
2002-08-06 07:22:41 +00:00
David E. O'Brien
1659aea7bb `make reinstall' clean. 2002-08-06 07:21:44 +00:00
David E. O'Brien
b51fd57a8d Forgot to update pkg-plist with 5.0b upgrade.
Submitted by:	Neil Darlow <neil@darlow.co.uk>
2002-08-04 18:42:09 +00:00
David E. O'Brien
421df473ba Update to version 2.05b.
PR:		41176
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-08-04 06:57:11 +00:00
Christian Weisgerber
e2f5a7ed7e Re-enable statvfs() tests now that -CURRENT has the function.
Improve build reliability:
* Make very sure that the build script is run with /bin/sh.
* Add a dubious patch to libast/comp/conf.sh that is reported to fix
  the build for some -STABLE users.

Install example functions.

PR:		39783, 40857

Parts
Submitted by:	Joe Kelsey <joek@mail.flyingcroc.net>
2002-07-22 14:52:05 +00:00
Christian Weisgerber
da694b766b Build in a clean environment to prevent sporadic interference from
environment variables.

Requested by:	Ken Stailey <kstailey@speakeasy.net>
2002-07-17 11:30:06 +00:00
Christian Weisgerber
6d7a9aa8dd -CURRENT has <sys/statvfs.h> but no actual statvfs() implementation,
which badly confuses the configure tests that check for this
functionality.  Remove the tests for the time being.
2002-07-17 01:40:37 +00:00
George C A Reid
ceec39b761 Update to 020214
PR:		37851
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>
2002-07-16 15:20:34 +00:00
Akinori MUSHA
f172aa6926 - Update to 2.01b.
- Honor CC and CFLAGS. (which hasn't been working since 2.0)
2002-07-13 04:19:38 +00:00
Pete Fritchman
2c046af0e6 Add nologinmsg 1.0, more functional native binary replacement for
/sbin/nologin.

Submitted by:	Richard Rose <freebsd-security@rikrose.net>
2002-07-10 17:48:16 +00:00
Christian Weisgerber
4c3bd14e9a Update to release 2002-06-28. 2002-06-28 16:17:51 +00:00
Patrick Li
850379f680 PERL -> REINPLACE_CMD
PR:		ports/39731, ports/39732, ports/39733, ports/39734, ports/39735
		ports/39736, ports/39737, ports/39738, ports/39739 ports/39740
Submitted by:	Scott Flatman <sf@dsinw.com>
2002-06-23 20:29:01 +00:00
Christian Weisgerber
f59cb6af19 Update to release 2002-06-14. Changes in this release:
* Numerous bug fixes.

Submitted by:	Jerry A! <jerry@thehutt.org>
2002-06-23 11:55:28 +00:00
Kris Kennaway
1c26f5eca3 Fix build on -current.
Submitted by:	mike
2002-06-16 09:03:53 +00:00
Akinori MUSHA
7c4a48cf79 Update to 2.01a.
Adjust tar_format for the latest GNU tar.
2002-06-11 12:31:41 +00:00
Kris Kennaway
ac4044231a Remove scsh after repo-copy.
Pointy hat to:	alex
2002-06-04 00:24:52 +00:00
Alexander Langer
2b4934106b Move this file to the "lang" category, since it is not an interactive
shell like all other shells in "shells".

Suggested by:	nectar
2002-05-28 19:35:23 +00:00
Alexander Langer
01ee33ab8f Update port to version 0.6.2 2002-05-27 13:21:11 +00:00
Shigeyuki Fukushima
391a77aac8 Update to 4.1.0.dev4, new zsh development version. 2002-05-22 16:28:04 +00:00
Kris Kennaway
e86f9a98b7 Move a pre-everything target which displays a message and exits to
a FORBIDDEN tag.
2002-05-18 02:59:03 +00:00
Thomas Gellekum
0f235f3ad7 Serves me right to commit something in a hurry, untested. <:-(
Fix fetching.

PR:		38144
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2002-05-17 10:05:18 +00:00
Thomas Gellekum
414e8bb34f Change version number from 5.2.14.p2 to 5.2.14p2, so our package
tools see this as an upgrade from 5.2.14.

PR:		38131
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2002-05-16 11:11:54 +00:00
Cy Schubert
2aac6117f5 Distfile has a home once again. 2002-05-16 00:32:52 +00:00
Akinori MUSHA
dfe1d08ca5 Update to 2.01.
Add compression/uncompression definitions for .Z/.gz/.bz2.
2002-05-15 18:17:31 +00:00
Thomas Gellekum
22263f8e81 Include distributed patches.
PR:		38071
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-05-15 11:49:00 +00:00
Akinori MUSHA
09bc82b7a0 Add pkg-descr.
Suggested by:	max
2002-05-12 17:40:05 +00:00
Akinori MUSHA
f1f99beceb Add zsh+euc, Zsh with EUC encoding support.
This is just an experimental hack and cannot happily be merged into
the upstream.  Zsh's line editor apparently needs a rewrite in order
to support multi-byte encodings because it strongly relies on the
single-byte character scheme.

These patches are mostly based on the work by ono@ono.org (Thanks!):

	http://www.ono.org/software/zsh-euc/

What I did over this is disable the hack for non-EUC locales.  Maybe
the patches can be moved to shells/zsh in the future, but it's
premature for the moment.

Notes:
- forward-char, backward-char and backward-delete-char with no numeric
  argument should work properly with this hack.
- Completion and redisplay should work fine.
- There can be some trivial side-effects.
- JIS X0201-Roman and JIS X0208-Kanji are supported.
- JIS X0201-Katakana and JIS X0212 Kanji are NOT supported.
- Only tested with the EUC-JP (ja_JP.eucJP) locale.  I'm not sure if
  it works for GB 2312/CNS 11643-1/KS X 1001.  Any feedbacks is
  welcome, especially a patch if it does not work. :)
2002-05-11 21:48:26 +00:00
David E. O'Brien
45666060ec To ports@freebsd.org. 2002-05-08 21:03:16 +00:00
Kris Kennaway
99f937e31b eaccess() only exists on recent versions of -current, not on -stable.
Pointy hat to:	obrien
2002-05-05 04:09:03 +00:00
Christian Weisgerber
09bc821134 Install man page under ${MANPREFIX} rather than ${PREFIX}.
PR:		37670
Submitted by:	Joe Kelsey <joek@mail.flyingcroc.net>
2002-05-03 22:32:21 +00:00
Akinori MUSHA
c453eb1186 - Add a patch from the author that fixes a bug in file name
completion.  Bump PORTREVISION accordingly.

- Default the number of columns to 1.

- Add some nifty launcher definitions.

  Submitted by:	nork (partly)
2002-04-15 17:55:19 +00:00
Alexander Langer
3dd44d03ca Fix MASTER_SITES.
Submitted by:	Jason R. Mastaler <jason-dated-1018213461.54d8b1@mastaler.com>
2002-04-03 15:31:25 +00:00
Akinori MUSHA
cabf887bfe Update to 2.00b. 2002-03-31 18:28:32 +00:00
David E. O'Brien
4a5f3b215c No longer need to explicitly provide a GNU autconf target. 2002-03-28 02:13:55 +00:00
Christian Weisgerber
5cd40233a7 Update to release 2002-03-17. 2002-03-26 16:19:08 +00:00
Akinori MUSHA
7181051572 Add a patch supplied by the author to fix a bug in glob expansion
where a series of globs was only partially expanded. (`echo a* b*' ->
`echo a aa aaa b*')

Bump PORTREVISION accordingly.
2002-03-25 21:04:50 +00:00
David E. O'Brien
a9b41500db Make FINGORE gain a brain. If NO_FORCE_FIGNORE is set, and a file in the
FIGNORE list is the only possible match, expand it.
2002-03-25 03:18:52 +00:00
Akinori MUSHA
a12636276d "GUI-based ... for text terminal" -> "CUI-based"
Suggested by:	ume
2002-02-10 17:35:23 +00:00
Akinori MUSHA
6648b0f821 Update FD, a GUI-based file and directory management tool for text
terminal to version 2.00a.

Put MAINTAINER's suggestions into the default configuration file.

Transfer the maintainership over to knu@FreeBSD.org.

Approved by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (ex-MAINTAINER)
2002-02-10 17:12:36 +00:00
David E. O'Brien
6c19fe9879 Make compile on FreeBSD/sparc64 ! 2002-02-10 10:58:07 +00:00
Jacques Vidrine
7a2c36bffc Update 0.8 -> 0.8.5.
Release MAINTAINER.
2002-02-06 22:40:05 +00:00
Akinori MUSHA
a0332de98e Repocopy and move "fd" from misc/ to shells/ which is more suitable
category for the port.

Approved by:	Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER)
Repocopied by:	joe
2002-01-29 21:40:13 +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
Akinori MUSHA
94f005e723 Add a patch submitted by the author which fixes a bug I reported where
fd occasionally dies of a segfault caused by a buffer overrun on
command invocation.

Bump PORTREVISION accordingly.
2002-01-21 16:02:52 +00:00
Akinori MUSHA
c45b04d7f0 Add a patch submitted by the author which fixes a bug I reported where
fd fails to expand a relative symlink in the root directory.

Bump PORTREVISION accordingly.

Remove an unneeded MASTER_SITE_SUBDIR line.
2002-01-19 11:43:30 +00:00
Joseph Koshy
963ec014d2 Upgrade to v0.6.0.
- "files/patch-ae" is no longer required
- PLIST substitution is used to merge the files "pkg-plist.doc" and
  "pkg-plist" into one entity
- new patch file "files/patch-static.scm" has been added

Approved by:  alex [MAINTAINER]
2002-01-14 06:53:27 +00:00
Dirk Froemberg
8c0949d312 Use '::' as an dependency operator for pre-everything target. This is
needed because of the special nature of the pre-everything target.

See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
2001-12-31 10:20:19 +00:00
Ying-Chieh Liao
868dd870d0 upgrade to 1.03u
PR:		33226
Submitted by:	maintainer
2001-12-27 08:58:20 +00:00
Dirk Froemberg
9439aeb2c5 portlint: remove extra whitespaces before end of line. 2001-12-24 10:37:45 +00:00
Patrick Li
b666502afd - PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
2001-12-24 02:17:17 +00:00
Christian Weisgerber
f54d549681 Fix LC_NUMERIC locale bug.
Submitted by:	Alexander N. Kabaev <ak03@gte.com>
2001-12-04 21:31:54 +00:00
Christian Weisgerber
0f501f4553 * Update to release 2001-10-31.
* Re-enable WANT_STATIC.
* Remove license check and "Proprietary Notice" since we won't distribute
  a package.
* Move notice about locale bug to pkg-descr.

PR:		32343
2001-12-02 17:43:15 +00:00