Commit graph

46 commits

Author SHA1 Message Date
heinz
69353161bb Add TEST_TARGET 2004-06-02 23:20:55 +00:00
recht
acf63b6eee Enable pkgviews installation. 2004-05-18 11:58:04 +00:00
tv
db2f738b89 Missed this in commit of patch-ac (thanks wiz). 2004-04-24 23:19:27 +00:00
tv
a2cec08ff7 Make work on Interix. It has a mkdev() but not a makedev(), so define
makedev() in terms of mkdev() in that case.
2004-04-24 23:07:53 +00:00
reed
5922427d0c If GNU_PROGRAM_PREFIX is not "g" or not set, then still install
with "g" prefix.  Allow this to be optionally forced by defining
GTAR_PROGRAM_PREFIX.  If GTAR_PROGRAM_PREFIX is set to nothing,
then conflict with pax, because both install a "tar".

So now the default is to install as "gtar" even if GNU_PROGRAM_PREFIX
is set to "".

Bump package revision for this.

This is for part of my PR #22693.
2004-04-05 18:38:43 +00:00
xtraeme
6c39a6eab6 bl3ify 2004-03-11 18:03:49 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
wiz
ff9c5da518 Add BUILD_USES_MSGFMT, noted missing by Jeremy C. Reed in PR 20916. 2003-05-23 22:24:16 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
b723d54099 Use ${LN} -sf to create symlinks.
Closes PR 21263 by Jeremy C. Reed.
2003-04-22 20:25:08 +00:00
grant
c7945897b2 - remove unnecessary if(OPSYS == Darwin), as this is handled
automatically.
- use ${TOUCH} to create empty file, not ${ECHO} '' > filename...
2003-02-13 17:41:37 +00:00
wiz
98dc9010e9 Bump PKGREVISION for last change. 2003-01-21 09:29:45 +00:00
jschauma
baee51c780 As suggested by wiz:
Make sure a ${PREFIX}/bin/gtar exists independent of ${GNU_PROGRAM_PREFIX},
since it's needed for pkgsrc, and make pkgsrc use ${PREFIX}/bin/gtar.
2003-01-20 23:23:57 +00:00
wiz
4ea2ccb987 'files/gtar.1' does not change name depending on GNU_PROGRAM_PREFIX;
noted by Jeremy C. Reed.
2002-12-22 17:15:33 +00:00
wiz
22c7f33811 Use GNU_PROGRAM_PREFIX. Based on patch by Jeremy C. Reed. 2002-12-22 01:34:38 +00:00
salo
ed3263ecc7 USE_PKGLOCALEDIR, remove unnecessary patches. 2002-11-30 11:16:17 +00:00
bouyer
191c59f338 Ops, correct the checksum for patch-ah 2002-11-25 15:07:34 +00:00
bouyer
7247293935 Honnor ${PKGLOCALEDIR} 2002-11-22 12:05:05 +00:00
bouyer
47542eb173 Update gtar packages to 1.13.25, with security fixes from redhat.
Summary of changes (see NEWS and Changelog from the distribution for details):
- don't allow absolute paths, and path containing ../
* New option --overwrite-dir
* New option --recursion (the default) that is the inverse of --no-recursion.
* New options --anchored, --ignore-case, --wildcards,
  --wildcards-match-slash, and their negations (e.g., --no-anchored).
  Along with --recursion and --no-recursion, these options control how
  exclude patterns are interpreted.
* The default interpretation of exclude patterns is now --no-anchored
  --no-ignore-case --recursion --wildcards --wildcards-match-slash.
* The --no-recursion option now affects extraction too.
* New options --no-same-owner, --no-same-permissions.
* New option -y or --bzip2 for bzip2 compression, by popular request.
2002-11-20 16:57:54 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
jlam
139241c40c Use auto-extract code for .shar files. 2002-01-27 18:32:32 +00:00
agc
6a8e651ea1 On Darwin, use tar-1.12.tar.gz, rather than the shar format archive,
since this shows up problems on NFS-mounted pkgsrc archives on Darwin.

On Darwin, don't try to make the po message files, since msgfmt doesn't
yet exist.

These changes allow bootstrapping the gtar-base package on Darwin.
2001-12-27 21:50:56 +00:00
wiz
b4f0a668fa Miscellaneous man page fixes. 2001-12-03 19:03:19 +00:00
zuntum
b427eb87ce Move pkg/ files into package's toplevel directory 2001-10-31 20:24:14 +00:00
veego
dd0ee38fe9 Touch some files in ${WRKSRC}, which is needed because the timestamps
are out of order and so autoconf would regnerate these files.
This change is only needed in the ${OPSYS} != "NetBSD" case.
2001-10-19 09:02:38 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
agc
871c5f4103 Move to sha1 digests, and add distfile sizes. 2001-04-18 11:21:02 +00:00
agc
4274f13ce5 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:10:18 +00:00
wiz
c53fae8ea1 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:15:24 +00:00
hubertf
e7b4ef0d1f Do not use lchmod etc. on old systems that don't have that call.
Patch submitted in PR 9628 by Jan-Hinrich Fessel <oskar@detemobil.de>
2000-10-20 02:47:43 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
kim
ac55cc7159 Make this shorter.. 1999-09-19 19:39:37 +00:00
kim
2b9b1a3663 Change package name to gtar-base 1999-09-18 15:07:29 +00:00
kim
7dac114076 Copied from PLIST,v 1999-09-18 14:53:32 +00:00
kim
f01bf6e83c Copied from DESCR,v 1999-09-18 14:53:26 +00:00
kim
3eddbd5848 Copied from COMMENT,v 1999-09-18 14:53:22 +00:00
kim
360826237c Copied from patch-ae,v 1999-09-18 14:52:32 +00:00
kim
c8fafc240a Copied from patch-ad,v 1999-09-18 14:52:26 +00:00
kim
9a130146a6 Copied from patch-ac,v 1999-09-18 14:52:24 +00:00
kim
2fdd9baf8b Copied from patch-ab,v 1999-09-18 14:52:22 +00:00
kim
1092af5109 Copied from patch-aa,v 1999-09-18 14:52:19 +00:00
kim
6eb3d78103 Copied from patch-sum,v 1999-09-18 14:51:06 +00:00
kim
878d8b4f14 Copied from md5,v 1999-09-18 14:50:44 +00:00
kim
8671530652 Copied from gtar.1,v 1999-09-18 14:50:14 +00:00
kim
0d60793bbd Copied from Makefile,v 1999-09-18 14:49:08 +00:00