pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/devIL NetBSD tar(1) doesn't like the distfile, s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd68cd65f323
branches:  trunk
changeset: 400949:fd68cd65f323
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Oct 30 19:42:55 2009 +0000

description:
NetBSD tar(1) doesn't like the distfile, so use gtar instead.

diffstat:

 devel/devIL/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4fc6089809db -r fd68cd65f323 devel/devIL/Makefile
--- a/devel/devIL/Makefile      Fri Oct 30 19:34:55 2009 +0000
+++ b/devel/devIL/Makefile      Fri Oct 30 19:42:55 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2009/09/01 16:44:26 hasso Exp $
+# $NetBSD: Makefile,v 1.22 2009/10/30 19:42:55 tnn Exp $
 #
 
 DISTNAME=      DevIL-${DEVIL_VERSION}
@@ -16,6 +16,7 @@
 
 WRKSRC=                        ${WRKDIR}/devil-${DEVIL_VERSION}
 GNU_CONFIGURE=         yes
+EXTRACT_USING=         gtar
 USE_LIBTOOL=           yes
 USE_LANGUAGES=         c c++
 



Home | Main Index | Thread Index | Old Index