Commit graph

276 commits

Author SHA1 Message Date
agc
e20be6c347 Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
build a binary package with this definition would fail as the PLIST is
not correct.

If a package's documentation is overwhelming, it should arguably be handled
in a separate pre-requisite documentation package.
1999-04-13 15:31:04 +00:00
jlam
278375232d Update "asapm" package to version 2.6. Mostly *BSD improvements since
version 2.3.  Fixes PR pkg/7239 by Johnny C. Lam.
1999-04-12 17:39:46 +00:00
tron
809ea071ca Let "configure" recognize NetBSD 1.4. 1999-04-11 12:15:42 +00:00
agc
13d4323e6a Make this package work on Solaris. 1999-04-09 08:33:50 +00:00
hubertf
48d1b9cb27 s@/usr/local@${PREFIX}@ not only on NetBSD (Hi Al!) 1999-04-09 00:55:22 +00:00
tron
a66cd38d94 Because "cvs" messes the patch file up during commit we remove the bogus
header from the manual page manually.
1999-04-07 23:55:25 +00:00
tron
8334d0c468 Correct manual page: the "-o filename" argument is optional. 1999-04-07 23:35:56 +00:00
tron
89465bbd8a Correct manual page: the "-o filename" argument is optional.
Fixes PR pkg/7315 by Mason Loring Bliss.
1999-04-07 23:30:59 +00:00
agc
86c624dc7a Avoid ugly "-n\n" output on Solaris when installing the package. 1999-04-07 10:25:11 +00:00
agc
fda20b1789 Make this package work on Solaris. 1999-04-07 10:09:18 +00:00
agc
5e550b01df Minor modifications to the English. 1999-04-06 09:48:18 +00:00
tron
09773939f9 Rename "amanda" package to "amanda-all" to avoid conflicts with its own
sub packages.
1999-04-05 00:53:47 +00:00
tron
ff2a8e3ba9 Move "amanda" related packages to "sysutils" category as suggested by
Klaus Klein in PR pkg/7159.
1999-04-04 23:34:44 +00:00
tron
e571dc55e5 Update "gmc" package to version 4.5.29. 1999-04-04 23:16:54 +00:00
tron
d61fa13e1f Update "mc" package to version 4.5.29. 1999-04-04 23:00:40 +00:00
bouyer
2c206436f5 Adjust for samba update. 1999-04-01 14:12:56 +00:00
agc
171e025b4a Rewrite the extraction commands to be more intuitive.
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz,
and .tar.bz2).

EXTRACT_USING_PAX can be set as before.

For custom extractions, instead of using EXTRACT_BEFORE_ARGS,
EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the
command needed to decompress and extract the lements from the archive.
${DOWNLOADED_DISTFILE} can be used to reference the distfile(s).
e.g. for compressed shars, where previously there was:

EXTRACT_CMD=           ${GZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS=    |sh

now use:

EXTRACT_CMD=           ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-04-01 14:07:52 +00:00
frueauf
929990c04b Remove entries from lsof_4.40_W, just keep the current one. 1999-03-28 22:05:36 +00:00
christos
21a112d73e Update to lsof_4.41_W 1999-03-28 17:29:53 +00:00
agc
6356ec79ad Correct the directory path on the redhat ftp site. 1999-03-22 22:43:41 +00:00
agc
e1e5099034 Make this package work on Solaris. 1999-03-17 10:47:42 +00:00
tron
7bc788886a Depend on version 1.0.3 of "gnome-core" package. 1999-03-16 22:30:21 +00:00
tron
9b92f90875 Add and enable "gmc". 1999-03-15 00:11:58 +00:00
tron
6f26a0b4c4 Add conflict with "gmc" package. 1999-03-15 00:11:08 +00:00
tron
2a28dbdfe1 Initial import of "gmc-4.5.25" package:
Gnome version of Midnight Commander, a free Norton Commander Clone
1999-03-15 00:10:30 +00:00
tron
9a6c797326 Update version number. 1999-03-14 23:29:05 +00:00
tron
5981e1b1ee Update "mc" package to version 4.5.25. Fixes PR pkg/6773 by Geoff C. Wing
and PR pkg/7149 by Mason Loring Bliss.
1999-03-14 23:07:55 +00:00
tron
afa97738a5 Move "mc" package to "sysutils" category. 1999-03-14 20:58:55 +00:00
hubertf
8388c05994 Fix for procfs as per PR 7127 by Frederick Bruckman <fb@enteract.com> 1999-03-11 16:23:33 +00:00
tron
eb4dbd0411 Updated master site list to handle the gnu ftp reorganization. 1999-03-06 09:02:57 +00:00
sakamoto
268eace51e Update to xps-3.06 1999-03-01 01:59:16 +00:00
sakamoto
339131bfa0 Add and enable xps. 1999-02-27 17:03:38 +00:00
sakamoto
8fee8ec83d xps-3.04 (displays the Unix processes as a tree of forest) 1999-02-27 17:00:07 +00:00
bouyer
8b3804a31f samba-2.0.2's tar client prints statistic on stderr by default. Disable
this by addind 'q' to the tar options.
1999-02-26 12:16:15 +00:00
bouyer
a607794796 Add a new make variable, AMANDA_VAR, to tell the default place of the
status and log files (default to /var/amanda). Change the example
amanda.conf to use this path.
Add --with-owner=root to CONFIGURE_ARGS so that executables get installed as
root, not AMANDA_USER (better for security!).
1999-02-25 15:54:00 +00:00
bouyer
08649fd696 Remove the FreeBSD Id, this has nothing to do with the FreeBSD package now. 1999-02-25 15:47:25 +00:00
bouyer
2678c7a67d A meta-pkg for amanda, requested by Hubert Feyrer. 1999-02-24 10:44:51 +00:00
bouyer
5adec054d8 Update description from README, change COMMENT to describe each parts. 1999-02-24 10:29:08 +00:00
bouyer
8c330ff294 Now in amanda-common, amanda-server, amanda-client 1999-02-23 17:05:18 +00:00
bouyer
4276004875 An amanda 2.4.1p1 package, split into common, server and client parts. 1999-02-23 17:03:41 +00:00
abs
f5ec34238b Shorten some comments to fit neatly in pkg_info display, without losing any
information.
1999-02-23 06:31:45 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
frueauf
46ed52beaa Add arg.c.patch to PATCHFILES, should fix security hole described in
http://www.hert.org/advisories/HERT-02.asc.
Add patch to dialects/n+obsd/dlsof.h to define _KERNEL when including
<sys/socket.h> to get the sockprot definition. Needed to compile on current.
1999-02-18 23:09:45 +00:00
erh
7285d05c80 Update lsof to 4.40. 1999-02-17 05:34:32 +00:00
hubertf
a3afe98821 Device handling changed in 1.6.1 1999-02-17 02:46:47 +00:00
bgrayson
5f184868cb Update xosview to 1.7.0.b, to improve apm configure autodetect. Howdy, y'all! 1999-02-17 00:16:55 +00:00
simonb
e9382aa09b Add an IGNORE= line if top is installed in /usr/bin/top
(from Hubert Feyrer).
1999-02-15 04:36:31 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
frueauf
d59792438f pkglint: add missing rcs id. 1999-02-10 15:20:06 +00:00
bad
95e36eb86f GNU plot is now at v.3.7. Depend on that version. 1999-02-09 16:08:58 +00:00