pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Get rid of now unnecessary EXTRACT_OPTS_ZIP.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a794a54987c1
branches:  trunk
changeset: 398141:a794a54987c1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 25 11:57:44 2009 +0000

description:
Get rid of now unnecessary EXTRACT_OPTS_ZIP.

diffstat:

 audio/csound5-manual/Makefile     |  3 +--
 audio/portaudio/Makefile          |  4 +---
 cad/boolean/Makefile              |  4 +---
 devel/boaconstructor/Makefile     |  4 +---
 devel/wide/Makefile               |  3 +--
 editors/Sigil/Makefile            |  3 +--
 emulators/arnold/Makefile         |  5 +----
 emulators/nestopia/Makefile       |  3 +--
 emulators/simh/Makefile           |  3 +--
 emulators/sms_sdl/Makefile        |  3 +--
 games/falcons-eye/Makefile        |  3 +--
 geography/epsg/Makefile           |  5 +----
 net/speedtouch/Makefile           |  3 +--
 security/crypto++/Makefile        |  3 +--
 security/rainbowcrack/Makefile    |  3 +--
 textproc/hunspell-en_GB/Makefile  |  4 +---
 textproc/hunspell-en_US/Makefile  |  4 +---
 textproc/hunspell-fr_FR/Makefile  |  3 +--
 textproc/hunspell-sv_SE/Makefile  |  3 +--
 textproc/hunspell/Makefile.common |  3 +--
 textproc/py-Excelerator/Makefile  |  5 +----
 www/hiawatha/Makefile             |  3 +--
 22 files changed, 22 insertions(+), 55 deletions(-)

diffs (truncated from 385 to 300 lines):

diff -r 1ac1a49fb107 -r a794a54987c1 audio/csound5-manual/Makefile
--- a/audio/csound5-manual/Makefile     Tue Aug 25 11:56:34 2009 +0000
+++ b/audio/csound5-manual/Makefile     Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/05/26 02:13:15 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2009/08/25 11:57:44 wiz Exp $
 #
 
 DISTNAME=              Csound${CSOUND_VERSION}_manual_html
@@ -18,7 +18,6 @@
 NO_BUILD=              yes
 WRKSRC=                        ${WRKDIR}/html
 DIST_SUBDIR=           ${PKGNAME_NOREV}
-EXTRACT_OPTS_ZIP=      -aqo
 USE_TOOLS+=            pax
 
 INSTALLATION_DIRS+=    share/doc/csound5
diff -r 1ac1a49fb107 -r a794a54987c1 audio/portaudio/Makefile
--- a/audio/portaudio/Makefile  Tue Aug 25 11:56:34 2009 +0000
+++ b/audio/portaudio/Makefile  Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/02/05 20:21:56 drochner Exp $
+# $NetBSD: Makefile,v 1.18 2009/08/25 11:57:44 wiz Exp $
 
 DISTNAME=      portaudio_v18_1
 PKGNAME=       portaudio-18.1
@@ -21,8 +21,6 @@
 
 CFLAGS.Darwin=         -Ipablio
 
-EXTRACT_OPTS_ZIP=      -aqo
-
 INSTALLATION_DIRS+=    lib include
 
 .include "../../mk/bsd.prefs.mk"
diff -r 1ac1a49fb107 -r a794a54987c1 cad/boolean/Makefile
--- a/cad/boolean/Makefile      Tue Aug 25 11:56:34 2009 +0000
+++ b/cad/boolean/Makefile      Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2009/08/14 19:09:48 joerg Exp $
+# $NetBSD: Makefile,v 1.43 2009/08/25 11:57:44 wiz Exp $
 #
 
 DISTNAME=      boolean_6_99
@@ -14,8 +14,6 @@
 PKG_DESTDIR_SUPPORT=   destdir
 
 WRKSRC=                ${WRKDIR}/boolean
-# avoid lowercasing files
-EXTRACT_OPTS_ZIP=      -aqo
 
 GCC_REQD+=     3.0
 USE_TOOLS+=    gmake pax pkg-config tar
diff -r 1ac1a49fb107 -r a794a54987c1 devel/boaconstructor/Makefile
--- a/devel/boaconstructor/Makefile     Tue Aug 25 11:56:34 2009 +0000
+++ b/devel/boaconstructor/Makefile     Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2009/02/09 22:56:22 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2009/08/25 11:57:44 wiz Exp $
 #
 
 VERSION=               0.4.4
@@ -14,8 +14,6 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-EXTRACT_OPTS_ZIP=      -aqo
-
 BOADIR=        ${PREFIX}/share/boa-constructor-${VERSION}
 
 SEDSUBST=      -e "s|@PYTHONBIN@|${PYTHONBIN}|"
diff -r 1ac1a49fb107 -r a794a54987c1 devel/wide/Makefile
--- a/devel/wide/Makefile       Tue Aug 25 11:56:34 2009 +0000
+++ b/devel/wide/Makefile       Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/05/19 08:59:12 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2009/08/25 11:57:44 wiz Exp $
 #
 
 DISTNAME=              wide
@@ -17,7 +17,6 @@
 
 NO_BUILD=              yes
 WRKSRC=                        ${WRKDIR}/WIDE
-EXTRACT_OPTS_ZIP=      -aqo
 
 PKG_JVMS_ACCEPTED=     sun-jdk14 sun-jdk15
 
diff -r 1ac1a49fb107 -r a794a54987c1 editors/Sigil/Makefile
--- a/editors/Sigil/Makefile    Tue Aug 25 11:56:34 2009 +0000
+++ b/editors/Sigil/Makefile    Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/08/19 14:43:36 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2009/08/25 11:57:44 wiz Exp $
 #
 
 DISTNAME=      Sigil_code_0.1.2
@@ -17,7 +17,6 @@
 
 USE_LANGUAGES= c c++
 USE_CMAKE=     yes
-EXTRACT_OPTS_ZIP=      -aqo
 
 .include "../../x11/qt4-libs/buildlink3.mk"
 .include "../../x11/qt4-tools/buildlink3.mk"
diff -r 1ac1a49fb107 -r a794a54987c1 emulators/arnold/Makefile
--- a/emulators/arnold/Makefile Tue Aug 25 11:56:34 2009 +0000
+++ b/emulators/arnold/Makefile Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2008/06/15 11:09:58 obache Exp $
+# $NetBSD: Makefile,v 1.22 2009/08/25 11:57:45 wiz Exp $
 #
 
 DISTNAME=              arnsrc27012002
@@ -14,9 +14,6 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-# we want case sensitive file names.
-EXTRACT_OPTS_ZIP=      -aqo
-
 WRKSRC=                        ${WRKDIR}/arnold
 GNU_CONFIGURE=         yes
 CONFIGURE_DIRS=                src
diff -r 1ac1a49fb107 -r a794a54987c1 emulators/nestopia/Makefile
--- a/emulators/nestopia/Makefile       Tue Aug 25 11:56:34 2009 +0000
+++ b/emulators/nestopia/Makefile       Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/07/08 16:38:35 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2009/08/25 11:57:45 wiz Exp $
 #
 
 DISTNAME=      Nestopia140src
@@ -19,7 +19,6 @@
 WRKSRC=                ${WRKDIR}
 USE_LANGUAGES= c c++
 USE_TOOLS=     gmake pkg-config
-EXTRACT_OPTS_ZIP=      -aqo
 
 SUBST_CLASSES+=                oss
 SUBST_SED.oss=         -e "s,/dev/dsp,${DEVOSSAUDIO},"
diff -r 1ac1a49fb107 -r a794a54987c1 emulators/simh/Makefile
--- a/emulators/simh/Makefile   Tue Aug 25 11:56:34 2009 +0000
+++ b/emulators/simh/Makefile   Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2008/11/21 17:36:43 chuck Exp $
+# $NetBSD: Makefile,v 1.29 2009/08/25 11:57:45 wiz Exp $
 #
 
 DISTNAME=      simhv38-0
@@ -16,7 +16,6 @@
 
 BUILDLINK_API_DEPENDS.libpcap+=        libpcap>=0.6
 
-EXTRACT_OPTS_ZIP=      -aoq
 WRKSRC=                        ${WRKDIR}
 
 .include "../../mk/bsd.prefs.mk"
diff -r 1ac1a49fb107 -r a794a54987c1 emulators/sms_sdl/Makefile
--- a/emulators/sms_sdl/Makefile        Tue Aug 25 11:56:34 2009 +0000
+++ b/emulators/sms_sdl/Makefile        Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/03/03 19:21:38 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2009/08/25 11:57:45 wiz Exp $
 #
 
 DISTNAME=              sms_sdl-0.9.4a-r7.1-src
@@ -16,7 +16,6 @@
 
 WRKSRC=                        ${WRKDIR}/sms_sdl-0.9.4a-r7.1
 BUILD_DIRS=            sdl
-EXTRACT_OPTS_ZIP=      -aqo
 
 INSTALLATION_DIRS=     bin
 
diff -r 1ac1a49fb107 -r a794a54987c1 games/falcons-eye/Makefile
--- a/games/falcons-eye/Makefile        Tue Aug 25 11:56:34 2009 +0000
+++ b/games/falcons-eye/Makefile        Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2009/06/30 00:07:15 joerg Exp $
+# $NetBSD: Makefile,v 1.41 2009/08/25 11:57:45 wiz Exp $
 #
 
 DISTNAME=              nethack_source_331_jtp_193
@@ -14,7 +14,6 @@
 
 MAKE_JOBS_SAFE=                no
 
-EXTRACT_OPTS_ZIP=      -aq
 HAS_CONFIGURE=         yes
 CONFIGURE_SCRIPT=      ./sys/unix/setup.sh
 DIST_SUBDIR=           ${PKGNAME_NOREV}-20050216-2
diff -r 1ac1a49fb107 -r a794a54987c1 geography/epsg/Makefile
--- a/geography/epsg/Makefile   Tue Aug 25 11:56:34 2009 +0000
+++ b/geography/epsg/Makefile   Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2009/05/19 08:59:16 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2009/08/25 11:57:45 wiz Exp $
 #
 
 DISTNAME=              epsg-v${VERS}sql-PostgreSQL
@@ -19,9 +19,6 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-# Don't make filenames lowercase.
-EXTRACT_OPTS_ZIP=      -aqo
-
 WRKSRC=                        ${WRKDIR}
 
 NO_BUILD=              yes
diff -r 1ac1a49fb107 -r a794a54987c1 net/speedtouch/Makefile
--- a/net/speedtouch/Makefile   Tue Aug 25 11:56:34 2009 +0000
+++ b/net/speedtouch/Makefile   Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2009/05/19 08:59:28 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2009/08/25 11:57:45 wiz Exp $
 
 DISTNAME=              speedtouch-1.3.1
 PKGREVISION=           4
@@ -44,7 +44,6 @@
 
 SAMPLECONF=    ${WRKSRC}/doc-bsd/ppp.conf.sample
 
-PKG_DESTDIR_SUPPORT=    user-destdir
 INSTALLATION_DIRS=     libdata/speedtouch
 
 post-build:
diff -r 1ac1a49fb107 -r a794a54987c1 security/crypto++/Makefile
--- a/security/crypto++/Makefile        Tue Aug 25 11:56:34 2009 +0000
+++ b/security/crypto++/Makefile        Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2009/05/21 21:13:15 zafer Exp $
+# $NetBSD: Makefile,v 1.11 2009/08/25 11:57:45 wiz Exp $
 #
 
 DISTNAME=              cryptopp552
@@ -19,7 +19,6 @@
 USE_LANGUAGES=         c++
 CPPFLAGS+=             -DCRYPTOPP_DISABLE_ASM
 BUILDLINK_TRANSFORM+=  rm:-pipe rm:-msse2
-EXTRACT_OPTS_ZIP=      -aqo
 
 AUTO_MKDIRS=                   yes
 
diff -r 1ac1a49fb107 -r a794a54987c1 security/rainbowcrack/Makefile
--- a/security/rainbowcrack/Makefile    Tue Aug 25 11:56:34 2009 +0000
+++ b/security/rainbowcrack/Makefile    Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/09/17 16:15:54 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2009/08/25 11:57:45 wiz Exp $
 #
 
 PKGNAME=               rainbowcrack-1.2
@@ -17,7 +17,6 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 BUILD_DIRS=            src
-EXTRACT_OPTS_ZIP=      -aqo
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            patch
 MAKE_FILE=             ${FILESDIR}/Makefile
diff -r 1ac1a49fb107 -r a794a54987c1 textproc/hunspell-en_GB/Makefile
--- a/textproc/hunspell-en_GB/Makefile  Tue Aug 25 11:56:34 2009 +0000
+++ b/textproc/hunspell-en_GB/Makefile  Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/07/07 21:59:34 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/08/25 11:57:46 wiz Exp $
 #
 
 VERSION=       20061130
@@ -15,8 +15,6 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 DIST_SUBDIR=   hunspell-dictionaries/en_GB-${VERSION}
-# don't want -L
-EXTRACT_OPTS_ZIP=      -aqo
 
 WRKSRC=                ${WRKDIR}
 USE_LANGUAGES= # none
diff -r 1ac1a49fb107 -r a794a54987c1 textproc/hunspell-en_US/Makefile
--- a/textproc/hunspell-en_US/Makefile  Tue Aug 25 11:56:34 2009 +0000
+++ b/textproc/hunspell-en_US/Makefile  Tue Aug 25 11:57:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/07/07 21:58:38 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/08/25 11:57:46 wiz Exp $
 #
 
 VERSION=       20060207
@@ -15,8 +15,6 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 DIST_SUBDIR=   hunspell-dictionaries/en_US-${VERSION}
-# don't want -L
-EXTRACT_OPTS_ZIP=      -aqo
 
 WRKSRC=                ${WRKDIR}
 USE_LANGUAGES= # none
diff -r 1ac1a49fb107 -r a794a54987c1 textproc/hunspell-fr_FR/Makefile
--- a/textproc/hunspell-fr_FR/Makefile  Tue Aug 25 11:56:34 2009 +0000



Home | Main Index | Thread Index | Old Index