summaryrefslogtreecommitdiff
path: root/misc/dpkg
diff options
context:
space:
mode:
authorchristos <christos>2012-05-26 14:27:55 +0000
committerchristos <christos>2012-05-26 14:27:55 +0000
commit6463214b5adf09b17c03317f364cbf3ab3c818ee (patch)
tree5af4765c564ff314027c990ccae0cbc155eea04e /misc/dpkg
parent2166e6ed97066945832cba97bdfbd28013e27fed (diff)
downloadpkgsrc-6463214b5adf09b17c03317f364cbf3ab3c818ee.tar.gz
forgot to add this one: our tar does not have --warning=
Diffstat (limited to 'misc/dpkg')
-rw-r--r--misc/dpkg/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/dpkg/patches/patch-aa b/misc/dpkg/patches/patch-aa
new file mode 100644
index 00000000000..b004033f4ed
--- /dev/null
+++ b/misc/dpkg/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.3 2012/05/26 14:27:55 christos Exp $
+
+--- lib/dpkg/dpkg.h.orig 2012-04-26 22:49:02.000000000 -0400
++++ lib/dpkg/dpkg.h 2012-05-26 10:21:27.000000000 -0400
+@@ -108,7 +108,11 @@
+ #define DPKG "dpkg"
+ #define DEBSIGVERIFY "/usr/bin/debsig-verify"
+
++#ifdef __NetBSD__
++#define TAR "gtar"
++#else
+ #define TAR "tar"
++#endif
+ #define RM "rm"
+ #define FIND "find"
+ #define DIFF "diff"