summaryrefslogtreecommitdiff
path: root/archivers/gtar-base/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-23Add BUILD_USES_MSGFMT, noted missing by Jeremy C. Reed in PR 20916.wiz1-1/+3
2003-04-22Use ${LN} -sf to create symlinks.wiz1-2/+2
Closes PR 21263 by Jeremy C. Reed.
2003-02-13- remove unnecessary if(OPSYS == Darwin), as this is handledgrant1-7/+2
automatically. - use ${TOUCH} to create empty file, not ${ECHO} '' > filename...
2003-01-21Bump PKGREVISION for last change.wiz1-1/+2
2003-01-20As suggested by wiz:jschauma1-1/+10
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;wiz1-2/+2
noted by Jeremy C. Reed.
2002-12-22Use GNU_PROGRAM_PREFIX. Based on patch by Jeremy C. Reed.wiz1-5/+10
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches.salo1-4/+5
2002-11-22Honnor ${PKGLOCALEDIR}bouyer1-1/+2
2002-11-20Update gtar packages to 1.13.25, with security fixes from redhat.bouyer1-8/+7
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-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-21/+12
have been converted to USE_BUILDLINK2.
2002-01-27Use auto-extract code for .shar files.jlam1-2/+1
2001-12-27On Darwin, use tar-1.12.tar.gz, rather than the shar format archive,agc1-6/+12
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-10-19Touch some files in ${WRKSRC}, which is needed because the timestampsveego1-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-18SVR4 packages have a limit of 9 chars for a package name.veego1-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-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
1999-09-18Change package name to gtar-basekim1-2/+2
1999-09-18Copied from Makefile,vkim1-0/+35