pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/dpkg



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan 29 11:17:46 UTC 2018

Modified Files:
        pkgsrc/misc/dpkg: Makefile

Log Message:
Pass correct TAR variable to configure


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/misc/dpkg/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/dpkg/Makefile
diff -u pkgsrc/misc/dpkg/Makefile:1.44 pkgsrc/misc/dpkg/Makefile:1.45
--- pkgsrc/misc/dpkg/Makefile:1.44      Thu Dec  7 12:35:41 2017
+++ pkgsrc/misc/dpkg/Makefile   Mon Jan 29 11:17:46 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2017/12/07 12:35:41 adam Exp $
+# $NetBSD: Makefile,v 1.45 2018/01/29 11:17:46 adam Exp $
 
 DISTNAME=      dpkg_1.18.24
 PKGNAME=       ${DISTNAME:S/_/-/}
@@ -27,7 +27,6 @@ CONFIGURE_ARGS+=      --with-admindir=${VARBA
 CONFIGURE_ARGS+=       --sysconfdir=${PREFIX}/share/dpkg
 CONFIGURE_ARGS.Darwin+=        --enable-linker-optimizations=no
 CONFIGURE_ENV+=                PATCH=${PREFIX}/bin/gpatch
-CONFIGURE_ENV+=                TAR=${TOOLS_PLATFORM.gtar:Q}
 TEST_TARGET=           check
 INCOMPAT_CURSES+=      NetBSD-[0-5].*-*
 
@@ -42,3 +41,5 @@ PERL5_CONFIGURE=      no
 .include "../../lang/perl5/module.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
+# override the default
+CONFIGURE_ENV+=                TAR=${GTAR:Q}



Home | Main Index | Thread Index | Old Index