summaryrefslogtreecommitdiff
path: root/pkgtools/pax
diff options
context:
space:
mode:
authorjoerg <joerg>2008-02-07 22:27:53 +0000
committerjoerg <joerg>2008-02-07 22:27:53 +0000
commita433e3ad84fdec5867b17fcb4ae0e41248f42bea (patch)
treeb4c000285ca73a7d9ccec5f89418b28d69bea0e1 /pkgtools/pax
parenta03f9c8d86fac55c1905dc8b3ed8e3c5717050e0 (diff)
downloadpkgsrc-a433e3ad84fdec5867b17fcb4ae0e41248f42bea.tar.gz
Merge a fix from NetBSD's src/bin/pax by tls:
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.
Diffstat (limited to 'pkgtools/pax')
-rw-r--r--pkgtools/pax/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/pax/Makefile b/pkgtools/pax/Makefile
index 7863d403f7c..793fc69844d 100644
--- a/pkgtools/pax/Makefile
+++ b/pkgtools/pax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/10/27 11:19:34 grant Exp $
+# $NetBSD: Makefile,v 1.18 2008/02/07 22:27:53 joerg Exp $
#
# This version of pax installs into ${PKG_TOOLS_BIN}.
#
@@ -7,7 +7,6 @@ USE_FEATURES= nbcompat
.include "../../archivers/pax/Makefile.common"
-PKGREVISION= 2
CATEGORIES= pkgtools
NO_PKGTOOLS_REQD_CHECK= yes