summaryrefslogtreecommitdiff
path: root/pkgtools/pax
AgeCommit message (Collapse)AuthorFilesLines
2008-03-06+ Remove pkgtools/pax and pkgtools/tnftp as they are no longer differentjlam1-14/+0
from archivers/pax and net/tnftp, respectively. In the past, the pkgtools version of these packages installed into ${PKG_TOOLS_BIN}, but this was changed in: pkgtools/pax/Makefile:1.15 pkgtools/tnftp/Makefile:1.3 + Get rid of archivers/pax/Makefile.common and net/tnftp/Makefile.common by merging them into their respective Makefiles. The Makefile.common files existed solely for inclusion by the pkgtools versions of these packages, but with the removal of those packages, these files are now unnecessary. + Add full DESTDIR support to archivers/pax and net/tnftp. + Modify the bootstrap to build archivers/pax and net/tnftp instead of the pkgtools versions of these packages.
2008-02-07Merge a fix from NetBSD's src/bin/pax by tls:joerg1-2/+1
Teach set_ftime about symbolic links, because it has to know: on some Linux systems, when we build as a tool we think we have lutimes but it doesn't work on some filesystems at runtime. A bit ugly but effective and without use of AC_TRY_RUN in the tool build. Tidier (than mine) set_ftime reorganization from christos. Bump version to 20080110.
2007-10-27bump PKGREVISION for archivers/pax fix (largefile support).grant1-2/+2
2007-09-08Convert to use the features framework.jlam1-2/+3
2007-07-10Remove PKG_TOOLS_PREFIX handling for mtree, pax, pkg_install andjoerg1-12/+2
tnftp. Modifying files and possibly removing them from the base system is doing more harm than use. Bump revision or version of each package.
2007-04-12When calling bootstrap-register from the bootstrap script for thejoerg1-2/+1
various packages, pass down PKG_PRESERVE. Remove the default setting of PKG_PRESERVE, it makes perfect sense to install e.g. pkgtools/mtree and be able to remove it again, if it is not an essientiel tool. OK jlam@
2006-07-14For the pkgtools versions of mtree and pax, always use libnbcompatjlam1-1/+2
"in-place", and for the normal versions of mtree and pax, always use libnbcompat as a normal build dependency.
2006-07-14Set the CATEGORIES separately for the archivers and pkgtools versionsjlam1-1/+3
of pax.
2006-07-14Create a separate "pax" package in the pkgtools category that installsjlam1-0/+22
into ${PKG_TOOLS_BIN}. This package is used in the case where pax is a requirement for the pkg_install tools. The archivers/pax package is now a normal package with no special PKG_PRESERVE flags set.
2003-06-23remove old pax package (moved to archivers/pax).grant8-725/+0
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-03-31improve description and comment, inspired by Jeremy C. Reed and Greg A.grant2-6/+3
Woods on tech-pkg.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo + add distfile sizes to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-02-05genwiz1-0/+4
2000-01-10whitespace cleanupwiz1-2/+2
2000-01-10RCS tag fixedwiz1-1/+1
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-7/+2
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1999-04-23 * Work around RCS ID expansionhubertf2-16/+9
* Use same old sources, we just patch 'em up in the package (only give the package a new version).
1999-04-23Fix to build on 1.3 systems.hubertf3-2/+601
Reported by Roger Fischer <roger@badger1.net>
1999-04-23Fixes for 1.3hubertf2-0/+103
1998-09-03Addition of a package for NetBSD-current's version of pax(1). This dealsagc5-0/+35
with GNU tar archives (which may include trailing rubbish) correctly. This package does not register itself, so it cannot be deleted. It simply overwrites the existing binaries with the newer version.