pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/dpkg/patches forgot to add this one: our tar does...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6281fcdec619
branches:  trunk
changeset: 604229:6281fcdec619
user:      christos <christos%pkgsrc.org@localhost>
date:      Sat May 26 14:27:55 2012 +0000

description:
forgot to add this one: our tar does not have --warning=

diffstat:

 misc/dpkg/patches/patch-aa |  16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r dc682d3d0405 -r 6281fcdec619 misc/dpkg/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/dpkg/patches/patch-aa        Sat May 26 14:27:55 2012 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index