Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-06-02 | Add TEST_TARGET | heinz | 1 | -1/+3 | |
2004-05-18 | Enable pkgviews installation. | recht | 1 | -1/+3 | |
2004-04-24 | Missed this in commit of patch-ac (thanks wiz). | tv | 1 | -1/+2 | |
2004-04-24 | Make work on Interix. It has a mkdev() but not a makedev(), so define | tv | 1 | -0/+14 | |
makedev() in terms of mkdev() in that case. | |||||
2004-04-05 | If GNU_PROGRAM_PREFIX is not "g" or not set, then still install | reed | 3 | -15/+26 | |
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-03-11 | bl3ify | xtraeme | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-23 | Add BUILD_USES_MSGFMT, noted missing by Jeremy C. Reed in PR 20916. | wiz | 1 | -1/+3 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-04-22 | Use ${LN} -sf to create symlinks. | wiz | 1 | -2/+2 | |
Closes PR 21263 by Jeremy C. Reed. | |||||
2003-02-13 | - remove unnecessary if(OPSYS == Darwin), as this is handled | grant | 1 | -7/+2 | |
automatically. - use ${TOUCH} to create empty file, not ${ECHO} '' > filename... | |||||
2003-01-21 | Bump PKGREVISION for last change. | wiz | 1 | -1/+2 | |
2003-01-20 | As suggested by wiz: | jschauma | 2 | -2/+12 | |
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. | |||||
2002-12-22 | 'files/gtar.1' does not change name depending on GNU_PROGRAM_PREFIX; | wiz | 1 | -2/+2 | |
noted by Jeremy C. Reed. | |||||
2002-12-22 | Use GNU_PROGRAM_PREFIX. Based on patch by Jeremy C. Reed. | wiz | 3 | -11/+16 | |
2002-11-30 | USE_PKGLOCALEDIR, remove unnecessary patches. | salo | 4 | -33/+6 | |
2002-11-25 | Ops, correct the checksum for patch-ah | bouyer | 1 | -2/+2 | |
2002-11-22 | Honnor ${PKGLOCALEDIR} | bouyer | 3 | -2/+17 | |
2002-11-20 | Update gtar packages to 1.13.25, with security fixes from redhat. | bouyer | 12 | -614/+477 | |
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-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 5 | -37/+41 | |
have been converted to USE_BUILDLINK2. | |||||
2002-01-27 | Use auto-extract code for .shar files. | jlam | 1 | -2/+1 | |
2001-12-27 | On Darwin, use tar-1.12.tar.gz, rather than the shar format archive, | agc | 4 | -12/+31 | |
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-03 | Miscellaneous man page fixes. | wiz | 1 | -35/+35 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-19 | Touch some files in ${WRKSRC}, which is needed because the timestamps | veego | 1 | -2/+4 | |
are out of order and so autoconf would regnerate these files. This change is only needed in the ${OPSYS} != "NetBSD" case. | |||||
2001-10-18 | SVR4 packages have a limit of 9 chars for a package name. | veego | 1 | -1/+2 | |
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-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -10/+8 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-10-20 | Do not use lchmod etc. on old systems that don't have that call. | hubertf | 2 | -6/+6 | |
Patch submitted in PR 9628 by Jan-Hinrich Fessel <oskar@detemobil.de> | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-09-19 | Make this shorter.. | kim | 1 | -1/+1 | |
1999-09-18 | Change package name to gtar-base | kim | 1 | -2/+2 | |
1999-09-18 | Copied from PLIST,v | kim | 1 | -0/+13 | |
1999-09-18 | Copied from DESCR,v | kim | 1 | -0/+5 | |
1999-09-18 | Copied from COMMENT,v | kim | 1 | -0/+1 | |
1999-09-18 | Copied from patch-ae,v | kim | 1 | -0/+13 | |
1999-09-18 | Copied from patch-ad,v | kim | 1 | -0/+22 | |
1999-09-18 | Copied from patch-ac,v | kim | 1 | -0/+30 | |
1999-09-18 | Copied from patch-ab,v | kim | 1 | -0/+121 | |
1999-09-18 | Copied from patch-aa,v | kim | 1 | -0/+13 | |
1999-09-18 | Copied from patch-sum,v | kim | 1 | -0/+7 | |
1999-09-18 | Copied from md5,v | kim | 1 | -0/+3 | |
1999-09-18 | Copied from gtar.1,v | kim | 1 | -0/+412 | |
1999-09-18 | Copied from Makefile,v | kim | 1 | -0/+35 | |