diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 23:59:21 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 23:59:21 +0000 |
commit | e74539b9fa9d32914706287f08fec45c0892f655 (patch) | |
tree | 011efb64c2dff0007fc4e44276be4eb732e9d256 | |
parent | 0d2b63b3a358a64cbc41e007e04d183ecb9a7aa5 (diff) | |
download | pkgsrc-e74539b9fa9d32914706287f08fec45c0892f655.tar.gz |
"user-destdir" is default these days
222 files changed, 222 insertions, 632 deletions
diff --git a/audio/SDL_mixer/Makefile b/audio/SDL_mixer/Makefile index dba1c59eb2f..1fd98fe85b1 100644 --- a/audio/SDL_mixer/Makefile +++ b/audio/SDL_mixer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2012/06/04 09:29:53 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2012/09/11 23:59:21 asau Exp $ DISTNAME= SDL_mixer-1.2.12 PKGREVISION= 4 @@ -10,8 +10,6 @@ HOMEPAGE= http://www.libsdl.org/projects/SDL_mixer/ COMMENT= Multi-channel audio mixer library LICENSE= zlib -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS= SDL-mixer-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/audio/SDL_sound/Makefile b/audio/SDL_sound/Makefile index 718f0c9ffb6..8f1963ede1c 100644 --- a/audio/SDL_sound/Makefile +++ b/audio/SDL_sound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/06/04 09:29:53 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2012/09/11 23:59:21 asau Exp $ # DISTNAME= SDL_sound-1.0.3 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://icculus.org/SDL_sound/ COMMENT= SDL library to handle the decoding of different file formats -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index 54c649f679f..d340fa49480 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2012/02/15 19:30:13 hans Exp $ +# $NetBSD: Makefile,v 1.51 2012/09/11 23:59:21 asau Exp $ DISTNAME= abcde-2.3.99.7_p235 PKGNAME= abcde-2.3.99.7 @@ -10,8 +10,6 @@ MAINTAINER= sekiya@NetBSD.org HOMEPAGE= http://code.google.com/p/abcde/ COMMENT= Command-line utility to rip and encode an audio CD -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../mk/bsd.prefs.mk" DEPENDS+= cd-discid>=0.7:../../audio/cd-discid diff --git a/audio/abcmidi/Makefile b/audio/abcmidi/Makefile index 6864cee51f0..71a55c3964e 100644 --- a/audio/abcmidi/Makefile +++ b/audio/abcmidi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/07/09 09:54:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2012/09/11 23:59:21 asau Exp $ # DISTNAME= abcMIDI-${ABCMIDIVER} @@ -15,8 +15,6 @@ LICENSE= gnu-gpl-v2 ABCMIDIVER= 2012-07-04 -PKG_DESTDIR_SUPPORT= user-destdir - INSTALLATION_DIRS= share/doc/${PKGBASE}/programming \ share/examples/${PKGBASE} diff --git a/audio/adplug/Makefile b/audio/adplug/Makefile index a316a0746d1..f412e8f736c 100644 --- a/audio/adplug/Makefile +++ b/audio/adplug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/11/25 22:45:00 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:21 asau Exp $ # DISTNAME= adplug-2.1 @@ -11,8 +11,6 @@ MAINTAINER= jfranz@bsdprojects.net HOMEPAGE= http://adplug.sourceforge.net/ COMMENT= AdLib emulator library supporting many formats -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config diff --git a/audio/akode-plugins-alsa/Makefile b/audio/akode-plugins-alsa/Makefile index 81447ccb6cd..1f53c4c7410 100644 --- a/audio/akode-plugins-alsa/Makefile +++ b/audio/akode-plugins-alsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/01/26 02:45:44 sbd Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:21 asau Exp $ # PKGNAME= akode-plugins-alsa-${AKODE_VERSION} @@ -13,8 +13,6 @@ LICENSE= gnu-lgpl-v2 DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo PATCHDIR= ${.CURDIR}/../../audio/akode/patches -PKG_DESTDIR_SUPPORT= user-destdir - CONFIGURE_ARGS+= --with-alsa do-install: diff --git a/audio/akode-plugins-ffmpeg/Makefile b/audio/akode-plugins-ffmpeg/Makefile index 90fbdc28870..1c4aaa84903 100644 --- a/audio/akode-plugins-ffmpeg/Makefile +++ b/audio/akode-plugins-ffmpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/01/28 09:39:17 marino Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/11 23:59:22 asau Exp $ # PKGNAME= akode-plugins-ffmpeg-${AKODE_VERSION} @@ -13,8 +13,6 @@ LICENSE= gnu-lgpl-v2 DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo PATCHDIR= ${.CURDIR}/../../audio/akode/patches -PKG_DESTDIR_SUPPORT= user-destdir - CONFIGURE_ARGS+= --with-ffmpeg do-install: diff --git a/audio/akode-plugins-jack/Makefile b/audio/akode-plugins-jack/Makefile index e85cd04a2e9..5502ab31425 100644 --- a/audio/akode-plugins-jack/Makefile +++ b/audio/akode-plugins-jack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/01/26 02:45:44 sbd Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:22 asau Exp $ # PKGNAME= akode-plugins-jack-${AKODE_VERSION} @@ -13,8 +13,6 @@ LICENSE= gnu-lgpl-v2 DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo PATCHDIR= ${.CURDIR}/../../audio/akode/patches -PKG_DESTDIR_SUPPORT= user-destdir - CONFIGURE_ARGS+= --with-jack do-install: diff --git a/audio/akode-plugins-mpc/Makefile b/audio/akode-plugins-mpc/Makefile index bdfa405061a..1eb70fbf0bb 100644 --- a/audio/akode-plugins-mpc/Makefile +++ b/audio/akode-plugins-mpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/01/26 02:45:44 sbd Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:22 asau Exp $ # PKGNAME= akode-plugins-mpc-${AKODE_VERSION} @@ -13,8 +13,6 @@ LICENSE= gnu-lgpl-v2 DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo PATCHDIR= ${.CURDIR}/../../audio/akode/patches -PKG_DESTDIR_SUPPORT= user-destdir - CONFIGURE_ARGS+= --with-mpc do-install: diff --git a/audio/akode-plugins-mpeg/Makefile b/audio/akode-plugins-mpeg/Makefile index 27d7cb29129..c08d8e69066 100644 --- a/audio/akode-plugins-mpeg/Makefile +++ b/audio/akode-plugins-mpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/01/26 02:45:44 sbd Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:22 asau Exp $ # PKGNAME= akode-plugins-mpeg-${AKODE_VERSION} @@ -13,8 +13,6 @@ LICENSE= gnu-gpl-v2 DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo PATCHDIR= ${.CURDIR}/../../audio/akode/patches -PKG_DESTDIR_SUPPORT= user-destdir - CONFIGURE_ARGS+= --with-libmad do-install: diff --git a/audio/akode-plugins-oss/Makefile b/audio/akode-plugins-oss/Makefile index 3c7067f2af7..58d93626d7b 100644 --- a/audio/akode-plugins-oss/Makefile +++ b/audio/akode-plugins-oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/01/26 02:45:44 sbd Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:22 asau Exp $ # PKGNAME= akode-plugins-oss-${AKODE_VERSION} @@ -13,8 +13,6 @@ LICENSE= gnu-lgpl-v2 DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo PATCHDIR= ${.CURDIR}/../../audio/akode/patches -PKG_DESTDIR_SUPPORT= user-destdir - CONFIGURE_ARGS+= --with-oss do-install: diff --git a/audio/akode-plugins-pulseaudio/Makefile b/audio/akode-plugins-pulseaudio/Makefile index 1c6259d2a5c..da5152a30e1 100644 --- a/audio/akode-plugins-pulseaudio/Makefile +++ b/audio/akode-plugins-pulseaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/03/03 00:12:36 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/09/11 23:59:22 asau Exp $ # PKGNAME= akode-plugins-pulseaudio-${AKODE_VERSION} @@ -13,8 +13,6 @@ LICENSE= gnu-lgpl-v2 DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo PATCHDIR= ${.CURDIR}/../../audio/akode/patches -PKG_DESTDIR_SUPPORT= user-destdir - CONFIGURE_ARGS+= --with-polypaudio do-install: diff --git a/audio/akode-plugins-resampler/Makefile b/audio/akode-plugins-resampler/Makefile index fb8c2a218a8..16943018a30 100644 --- a/audio/akode-plugins-resampler/Makefile +++ b/audio/akode-plugins-resampler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/01/26 02:45:45 sbd Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:22 asau Exp $ # PKGNAME= akode-plugins-resampler-${AKODE_VERSION} @@ -13,8 +13,6 @@ LICENSE= gnu-gpl-v2 DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo PATCHDIR= ${.CURDIR}/../../audio/akode/patches -PKG_DESTDIR_SUPPORT= user-destdir - CONFIGURE_ARGS+= --with-libsamplerate do-install: diff --git a/audio/akode-plugins-sun/Makefile b/audio/akode-plugins-sun/Makefile index fd27fc087ab..b6391bacf2b 100644 --- a/audio/akode-plugins-sun/Makefile +++ b/audio/akode-plugins-sun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/01/26 02:45:45 sbd Exp $ +# $NetBSD: Makefile,v 1.7 2012/09/11 23:59:22 asau Exp $ # PKGNAME= akode-plugins-sun-${AKODE_VERSION} @@ -15,8 +15,6 @@ ONLY_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-* DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo PATCHDIR= ${.CURDIR}/../../audio/akode/patches -PKG_DESTDIR_SUPPORT= user-destdir - CONFIGURE_ARGS+= --with-sun do-install: diff --git a/audio/akode-plugins-xiph/Makefile b/audio/akode-plugins-xiph/Makefile index 23b9e3fb60c..df592528b57 100644 --- a/audio/akode-plugins-xiph/Makefile +++ b/audio/akode-plugins-xiph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/01/26 02:45:45 sbd Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:23 asau Exp $ # PKGNAME= akode-plugins-xiph-${AKODE_VERSION} @@ -13,8 +13,6 @@ LICENSE= gnu-lgpl-v2 DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo PATCHDIR= ${.CURDIR}/../../audio/akode/patches -PKG_DESTDIR_SUPPORT= user-destdir - CONFIGURE_ARGS+= --with-vorbis CONFIGURE_ARGS+= --with-flac CONFIGURE_ARGS+= --with-speex diff --git a/audio/akode/Makefile b/audio/akode/Makefile index 88814d519cf..c8b40e47d92 100644 --- a/audio/akode/Makefile +++ b/audio/akode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/02/15 19:31:19 hans Exp $ +# $NetBSD: Makefile,v 1.7 2012/09/11 23:59:21 asau Exp $ # PKGNAME= akode-2.0.2 @@ -10,8 +10,6 @@ LICENSE= gnu-lgpl-v2 .include "../../audio/akode/Makefile.common" -PKG_DESTDIR_SUPPORT= user-destdir - REPLACE_SH= akode/akode-config.in .include "../../devel/libltdl/buildlink3.mk" diff --git a/audio/alacconvert/Makefile b/audio/alacconvert/Makefile index 402dab65785..0f89265159d 100644 --- a/audio/alacconvert/Makefile +++ b/audio/alacconvert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/11/17 19:43:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2012/09/11 23:59:23 asau Exp $ # DISTNAME= libalac-r3 @@ -12,8 +12,6 @@ HOMEPAGE= http://alac.macosforge.org/ COMMENT= Apple Lossless Audio Codec converter by Apple LICENSE= apache-2.0 -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/libalac-r3/convert-utility USE_LANGUAGES= c c++ MAKE_FILE= makefile diff --git a/audio/albumplayer/Makefile b/audio/albumplayer/Makefile index f075fd38298..4adc4cc5d90 100644 --- a/audio/albumplayer/Makefile +++ b/audio/albumplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/09/07 19:16:05 adam Exp $ +# $NetBSD: Makefile,v 1.20 2012/09/11 23:59:23 asau Exp $ # DISTNAME= albumplayer-0.3.1 @@ -17,7 +17,6 @@ GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config USE_DIRS+= xdg-1.1 -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS+= share/applications REPLACE_SH= ap_flac_embed diff --git a/audio/alsa-lib/Makefile b/audio/alsa-lib/Makefile index 1ec5113b196..2132d9da25c 100644 --- a/audio/alsa-lib/Makefile +++ b/audio/alsa-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/02/15 19:43:51 hans Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/11 23:59:23 asau Exp $ # DISTNAME= alsa-lib-1.0.22 @@ -12,8 +12,6 @@ HOMEPAGE= http://www.alsa-project.org/ COMMENT= Advanced Linux Sound Architecture (ALSA) LICENSE= gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake diff --git a/audio/alsa-plugins-oss/Makefile b/audio/alsa-plugins-oss/Makefile index a3e37fb4894..4875165ec66 100644 --- a/audio/alsa-plugins-oss/Makefile +++ b/audio/alsa-plugins-oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/02/29 20:33:09 hans Exp $ +# $NetBSD: Makefile,v 1.7 2012/09/11 23:59:23 asau Exp $ # DISTNAME= alsa-plugins-1.0.22 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.alsa-project.org/ COMMENT= Advanced Linux Sound Architecture (ALSA) - OSS plugin -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS= pkg-config gmake USE_LIBTOOL= yes diff --git a/audio/alsa-plugins-pulse/Makefile b/audio/alsa-plugins-pulse/Makefile index 3b6b0248904..eb93ecb17d2 100644 --- a/audio/alsa-plugins-pulse/Makefile +++ b/audio/alsa-plugins-pulse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/03/03 00:12:36 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/11 23:59:23 asau Exp $ # DISTNAME= alsa-plugins-1.0.22 @@ -12,8 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.alsa-project.org/ COMMENT= Advanced Linux Sound Architecture (ALSA) - PulseAudio plugin -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS= pkg-config gmake USE_LIBTOOL= yes diff --git a/audio/alsa-utils/Makefile b/audio/alsa-utils/Makefile index 8e0246a12df..7a641e9845e 100644 --- a/audio/alsa-utils/Makefile +++ b/audio/alsa-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/02/15 19:46:30 hans Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/11 23:59:23 asau Exp $ # DISTNAME= alsa-utils-1.0.22 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ftp://ftp.alsa-project.org/pub/utils/ COMMENT= Advanced Linux Sound Architecture (ALSA) utilities -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS= pkg-config gmake bash:run USE_PKGLOCALEDIR= yes diff --git a/audio/amaroc/Makefile b/audio/amaroc/Makefile index d6bed243be1..fb4dd6b1549 100644 --- a/audio/amaroc/Makefile +++ b/audio/amaroc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/03/16 04:31:15 obache Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/11 23:59:23 asau Exp $ # DISTNAME= amaroc-0.3 @@ -13,7 +13,6 @@ COMMENT= Command line interface to Amarok DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin share/doc/amaroc PYTHON_PATCH_SCRIPTS= amaroc.py diff --git a/audio/amarok-kde3/Makefile b/audio/amarok-kde3/Makefile index 78ef7c7e9f5..cc72d121d58 100644 --- a/audio/amarok-kde3/Makefile +++ b/audio/amarok-kde3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/09/07 19:16:05 adam Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/11 23:59:24 asau Exp $ DISTNAME= amarok-${VERSION} VERSION= 1.4.10 @@ -13,8 +13,6 @@ HOMEPAGE= http://amarok.kde.org/ COMMENT= KDE3 audio player LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake pkg-config msgfmt unzip:run USE_LANGUAGES= c c++ GNU_CONFIGURE= yes diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index f371af209d1..0a01e5e848d 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2012/09/07 19:16:05 adam Exp $ +# $NetBSD: Makefile,v 1.111 2012/09/11 23:59:24 asau Exp $ # DISTNAME= amarok-${VERS} @@ -16,8 +16,6 @@ LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.2 AND gnu-lgpl-v2.1 BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4 DEPENDS+= moodbar-[0-9]*:../../audio/moodbar -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt pkg-config perl:run diff --git a/audio/amp/Makefile b/audio/amp/Makefile index 1da61c3ba0c..43cd0160337 100644 --- a/audio/amp/Makefile +++ b/audio/amp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/03/02 06:10:31 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2012/09/11 23:59:24 asau Exp $ # DISTNAME= amp-0.7.6 @@ -16,7 +16,6 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL NOT_FOR_PLATFORM= Interix-*-* PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes diff --git a/audio/ampache/Makefile b/audio/ampache/Makefile index 403ae6c9685..4b5661ced53 100644 --- a/audio/ampache/Makefile +++ b/audio/ampache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/06/24 07:20:23 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/11 23:59:24 asau Exp $ # DISTNAME= ampache-3.5.3 @@ -37,7 +37,6 @@ SUBST_MESSAGE.files= Substituting paths into apache config fragment CONF_FILES= ${EGDIR}/ampache.conf \ ${PKG_SYSCONFDIR}/ampache.conf -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS+= ${EGDIR} ${INSTDIR} REPLACE_SH= locale/base/gather-messages.sh diff --git a/audio/applerecords/Makefile b/audio/applerecords/Makefile index 1cd7af6e8be..45b760ece12 100644 --- a/audio/applerecords/Makefile +++ b/audio/applerecords/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/03/02 06:10:31 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/11 23:59:24 asau Exp $ # DISTNAME= applerecords-0.5 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://web.archive.org/web/20060501054520/http://www.cdavies.org/applerecords.html COMMENT= Java DAAP client -PKG_DESTDIR_SUPPORT= user-destdir - NO_BUILD= yes WRKSRC= ${WRKDIR} USE_JAVA= run diff --git a/audio/ario/Makefile b/audio/ario/Makefile index 843f313558c..08bec0de2db 100644 --- a/audio/ario/Makefile +++ b/audio/ario/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/09/07 19:16:06 adam Exp $ +# $NetBSD: Makefile,v 1.21 2012/09/11 23:59:25 asau Exp $ # DISTNAME= ario-1.5.1 @@ -11,8 +11,6 @@ HOMEPAGE= http://ario-player.sourceforge.net/ COMMENT= mpd client LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS+= intltool msgfmt pkg-config gmake USE_LIBTOOL= yes diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 234cefdfe12..0cc070d99d3 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2012/03/03 00:11:55 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2012/09/11 23:59:25 asau Exp $ DISTNAME= arts-1.5.10 PKGREVISION= 7 @@ -6,8 +6,6 @@ CATEGORIES= audio HOMEPAGE= http://multimedia.kde.org/ COMMENT= Analog Real-Time Synthesizer -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../meta-pkgs/kde3/Makefile.kde3" REPLACE_SH+= artsc/artsc-config.in artsc/artsdsp.in diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile index edb7bc86c36..e0a183c807a 100644 --- a/audio/aubio/Makefile +++ b/audio/aubio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/03/16 04:31:15 obache Exp $ +# $NetBSD: Makefile,v 1.3 2012/09/11 23:59:25 asau Exp $ # DISTNAME= aubio-0.3.2 @@ -11,8 +11,6 @@ HOMEPAGE= http://aubio.org/ COMMENT= Extracting annotations from audio signals LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config diff --git a/audio/audacious-plugins/Makefile b/audio/audacious-plugins/Makefile index 6ffa20ea845..28011855cfc 100644 --- a/audio/audacious-plugins/Makefile +++ b/audio/audacious-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/09/07 19:16:06 adam Exp $ +# $NetBSD: Makefile,v 1.31 2012/09/11 23:59:25 asau Exp $ # DISTNAME= audacious-plugins-1.5.1 @@ -11,8 +11,6 @@ MAINTAINER= jfranz@bsdprojects.net HOMEPAGE= http://audacious-media-player.org/ COMMENT= Plugins for Audacious media player -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool pkg-config msgfmt USE_LIBTOOL= yes diff --git a/audio/audacious/Makefile b/audio/audacious/Makefile index a4b186b45a0..ea8bf875a3a 100644 --- a/audio/audacious/Makefile +++ b/audio/audacious/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/09/07 19:16:06 adam Exp $ +# $NetBSD: Makefile,v 1.26 2012/09/11 23:59:25 asau Exp $ # DISTNAME= audacious-1.5.1 @@ -11,8 +11,6 @@ MAINTAINER= jfranz@bsdprojects.net HOMEPAGE= http://audacious-media-player.org/ COMMENT= Media player based on BMP and XMMS -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 519a1b62e49..cc211576848 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2012/09/07 19:16:06 adam Exp $ +# $NetBSD: Makefile,v 1.76 2012/09/11 23:59:25 asau Exp $ DISTNAME= audacity-src-1.2.6 PKGREVISION= 14 @@ -10,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://audacity.sourceforge.net/ COMMENT= Audio editor -PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no USE_LIBTOOL= yes diff --git a/audio/aumix/Makefile.common b/audio/aumix/Makefile.common index 2fe5d4911e5..b5ea75976f4 100644 --- a/audio/aumix/Makefile.common +++ b/audio/aumix/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2012/07/17 21:26:47 cheusov Exp $ +# $NetBSD: Makefile.common,v 1.9 2012/09/11 23:59:25 asau Exp $ # used by audio/aumix/Makefile # used by audio/aumix-gtk/Makefile @@ -14,8 +14,6 @@ HOMEPAGE= http://jpj.net/~trevor/aumix.html COMMENT= Set mix levels LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - DISTINFO_FILE= ${.CURDIR}/../../audio/aumix/distinfo PATCHDIR= ${.CURDIR}/../../audio/aumix/patches PLIST_SRC= ${.CURDIR}/../../audio/aumix/PLIST diff --git a/audio/bladeenc/Makefile b/audio/bladeenc/Makefile index fcc984a2338..e3c972b5d18 100644 --- a/audio/bladeenc/Makefile +++ b/audio/bladeenc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2011/02/10 21:58:14 zafer Exp $ +# $NetBSD: Makefile,v 1.28 2012/09/11 23:59:26 asau Exp $ # DISTNAME= bladeenc-0.94.2-src-stable @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bladeenc.mp3.no/ COMMENT= Free MPEG Audio Layer 3 encoder (not decoder) -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= yes diff --git a/audio/blop/Makefile b/audio/blop/Makefile index bf7af9552f4..cd31c31e9b7 100644 --- a/audio/blop/Makefile +++ b/audio/blop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/04/22 13:42:50 obache Exp $ +# $NetBSD: Makefile,v 1.3 2012/09/11 23:59:26 asau Exp $ # DISTNAME= blop-0.2.8 @@ -11,8 +11,6 @@ HOMEPAGE= http://blop.sourceforge.net/ COMMENT= Bandlimited LADSPA Oscillator Plugins LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes diff --git a/audio/bml/Makefile b/audio/bml/Makefile index 3746a92246a..a443a34b669 100644 --- a/audio/bml/Makefile +++ b/audio/bml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/02/05 09:24:19 sbd Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:26 asau Exp $ # DISTNAME= bml-0.5.0 @@ -10,8 +10,6 @@ HOMEPAGE= http://buzztard.sourceforge.net/ COMMENT= Buzz machine loader LICENSE= gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config diff --git a/audio/bmp-esound/Makefile b/audio/bmp-esound/Makefile index 5fdb5b4205b..22724020566 100644 --- a/audio/bmp-esound/Makefile +++ b/audio/bmp-esound/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.27 2012/09/07 19:16:06 adam Exp $ +# $NetBSD: Makefile,v 1.28 2012/09/11 23:59:26 asau Exp $ # -PKG_DESTDIR_SUPPORT= user-destdir BMP_USE_ESD:= yes .include "../../audio/bmp/Makefile.common" diff --git a/audio/bmp-flac/Makefile b/audio/bmp-flac/Makefile index 262e2fed41c..4a0d4508e85 100644 --- a/audio/bmp-flac/Makefile +++ b/audio/bmp-flac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/09/07 19:16:06 adam Exp $ +# $NetBSD: Makefile,v 1.11 2012/09/11 23:59:26 asau Exp $ # DISTNAME= flac-1.1.3 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://flac.sourceforge.net/ COMMENT= FLAC BMP plugin -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes diff --git a/audio/bmp-mac/Makefile b/audio/bmp-mac/Makefile index 6cdc6a58360..b8d8e0a06f7 100644 --- a/audio/bmp-mac/Makefile +++ b/audio/bmp-mac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/09/07 19:16:06 adam Exp $ +# $NetBSD: Makefile,v 1.17 2012/09/11 23:59:26 asau Exp $ # DISTNAME= bmp-mac-0.1.1 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://sourceforge.net/projects/mac-port/ COMMENT= BMP plugin for Monkey's Audio files -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ diff --git a/audio/bmp-musepack/Makefile b/audio/bmp-musepack/Makefile index 29b5ae7c530..37f3d8f7b92 100644 --- a/audio/bmp-musepack/Makefile +++ b/audio/bmp-musepack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/09/07 19:16:06 adam Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/11 23:59:27 asau Exp $ # DISTNAME= bmp-musepack-1.2 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musepack.net/ COMMENT= BMP plugin for Musepack (mpc) files -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config GNU_CONFIGURE= yes diff --git a/audio/bmp-pulse/Makefile b/audio/bmp-pulse/Makefile index 6cf66369b26..88cb6dcc575 100644 --- a/audio/bmp-pulse/Makefile +++ b/audio/bmp-pulse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/09/07 19:16:07 adam Exp $ +# $NetBSD: Makefile,v 1.15 2012/09/11 23:59:27 asau Exp $ # DISTNAME= xmms-pulse-0.9.4 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://0pointer.de/lennart/projects/xmms-pulse/ COMMENT= BMP output plugin for the PulseAudio sound server -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake diff --git a/audio/bmp-scrobbler/Makefile b/audio/bmp-scrobbler/Makefile index 6ea74361403..cffaa80d2f0 100644 --- a/audio/bmp-scrobbler/Makefile +++ b/audio/bmp-scrobbler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/09/07 19:16:07 adam Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/11 23:59:27 asau Exp $ DISTNAME= xmms-scrobbler-0.4.0 PKGNAME= ${DISTNAME:S/xmms/bmp/} @@ -12,7 +12,6 @@ HOMEPAGE= http://www.last.fm/ COMMENT= BMP plugin for last.fm LICENSE= gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/audio/bmp/Makefile b/audio/bmp/Makefile index 755c44f1828..1e32203be97 100644 --- a/audio/bmp/Makefile +++ b/audio/bmp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2012/09/07 19:16:06 adam Exp $ +# $NetBSD: Makefile,v 1.46 2012/09/11 23:59:26 asau Exp $ # BMP_ENABLE_ENCODERS= yes -PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" PKGREVISION= 20 diff --git a/audio/bmpx/Makefile b/audio/bmpx/Makefile index 0779fb32655..0fac47d0d03 100644 --- a/audio/bmpx/Makefile +++ b/audio/bmpx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2012/09/07 19:16:07 adam Exp $ +# $NetBSD: Makefile,v 1.46 2012/09/11 23:59:27 asau Exp $ DISTNAME= bmpx-0.40.14 PKGREVISION= 23 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bmpx.backtrace.info/site/BMPx_Homepage COMMENT= Audio player to be used with a frontend or as a daemon -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_TOOLS+= gmake intltool msgfmt pkg-config zip diff --git a/audio/bsl/Makefile b/audio/bsl/Makefile index 5405b214a3d..579848cd5c6 100644 --- a/audio/bsl/Makefile +++ b/audio/bsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/09/07 19:16:07 adam Exp $ +# $NetBSD: Makefile,v 1.15 2012/09/11 23:59:27 asau Exp $ # DISTNAME= bsl-0.5.0 @@ -11,8 +11,6 @@ HOMEPAGE= http://buzztard.sourceforge.net/ COMMENT= Buzz song loader LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake intltool msgfmt pkg-config diff --git a/audio/buzztard/Makefile b/audio/buzztard/Makefile index b4bcc67f422..f9b9d6b8017 100644 --- a/audio/buzztard/Makefile +++ b/audio/buzztard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/09/07 19:16:07 adam Exp $ +# $NetBSD: Makefile,v 1.19 2012/09/11 23:59:27 asau Exp $ # DISTNAME= buzztard-0.5.0 @@ -14,8 +14,6 @@ LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.1 BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt BUILD_DEPENDS+= aspell-[0-9]*:../../textproc/aspell -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ diff --git a/audio/cam/Makefile b/audio/cam/Makefile index 9ee1b0438c7..103bad5df0c 100644 --- a/audio/cam/Makefile +++ b/audio/cam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2011/11/01 11:23:08 bsiegert Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/11 23:59:27 asau Exp $ # DISTNAME= cam-1.02 @@ -13,7 +13,6 @@ COMMENT= Cpu's Audio Mixer [curses based] CONFLICTS+= feh<1.2.6nb3 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir NO_CONFIGURE= yes diff --git a/audio/cd-discid/Makefile b/audio/cd-discid/Makefile index 6023e22feee..7049684711b 100644 --- a/audio/cd-discid/Makefile +++ b/audio/cd-discid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/09/30 10:47:51 drochner Exp $ +# $NetBSD: Makefile,v 1.16 2012/09/11 23:59:28 asau Exp $ DISTNAME= cd-discid_0.9.orig PKGNAME= cd-discid-0.9 @@ -11,8 +11,6 @@ HOMEPAGE= http://linukz.org/cd-discid.shtml NOT_FOR_PLATFORM= Interix-*-* -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 diff --git a/audio/cddb-bundle/Makefile b/audio/cddb-bundle/Makefile index a31872a06d2..5936fdd686b 100644 --- a/audio/cddb-bundle/Makefile +++ b/audio/cddb-bundle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/05/19 08:59:01 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/11 23:59:28 asau Exp $ # DISTNAME= cddb.bundle-0.2 @@ -12,8 +12,6 @@ HOMEPAGE= http://gsburn.sourceforge.net/ COMMENT= CDDB client bundle LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/cddb.bundle NO_CONFIGURE= yes USE_LANGUAGES= objc diff --git a/audio/cddbd/Makefile b/audio/cddbd/Makefile index 19de3efd0b4..fecced3365c 100644 --- a/audio/cddbd/Makefile +++ b/audio/cddbd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/01/11 14:52:19 hans Exp $ +# $NetBSD: Makefile,v 1.17 2012/09/11 23:59:28 asau Exp $ # DISTNAME= cddbd-1.3.1 @@ -15,8 +15,6 @@ HOMEPAGE= http://www.freedb.org/en/download__server_software.4.html COMMENT= Internet CD Database Server LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - MAKE_FILE= makefile INSTALLATION_DIRS+= bin diff --git a/audio/cdparanoia/Makefile b/audio/cdparanoia/Makefile index ec16f421e4a..6604fed5844 100644 --- a/audio/cdparanoia/Makefile +++ b/audio/cdparanoia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2012/05/29 11:11:06 obache Exp $ +# $NetBSD: Makefile,v 1.32 2012/09/11 23:59:28 asau Exp $ # DISTNAME= cdparanoia-III-10.2 @@ -16,7 +16,6 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* Linux-*-* DragonFly-*-* Darwin-*-* PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake USE_LIBTOOL= YES diff --git a/audio/cdplayer/Makefile b/audio/cdplayer/Makefile index 2dca682d791..a8e8244840e 100644 --- a/audio/cdplayer/Makefile +++ b/audio/cdplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2010/01/24 13:26:09 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2012/09/11 23:59:28 asau Exp $ # DISTNAME= cdplayer-0.5 @@ -12,8 +12,6 @@ HOMEPAGE= http://gsburn.sourceforge.net/ COMMENT= GNUstep CD player with CDDB support LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/CDPlayer-${PKGVERSION_NOREV} USE_LANGUAGES= objc USE_TOOLS+= gmake diff --git a/audio/celt/Makefile b/audio/celt/Makefile index 1b1f12051a8..23b39b3f8c2 100644 --- a/audio/celt/Makefile +++ b/audio/celt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/08/14 07:02:09 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2012/09/11 23:59:28 asau Exp $ # DISTNAME= celt-0.11.3 @@ -10,8 +10,6 @@ HOMEPAGE= http://downloads.us.xiph.org/releases/celt/ COMMENT= Ultra-low-delay, high-quality audio codec (experimental) LICENSE= 2-clause-bsd -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config diff --git a/audio/cmp3/Makefile b/audio/cmp3/Makefile index ab6613c9696..b5a5a03b0a2 100644 --- a/audio/cmp3/Makefile +++ b/audio/cmp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/03/02 06:10:31 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2012/09/11 23:59:28 asau Exp $ # DISTNAME= cmp3-2.0pre6 @@ -14,8 +14,6 @@ COMMENT= Curses based frontend to mpg123 DEPENDS+= mpg123-[0-9]*:../../audio/mpg123 DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/cmp3-kenrevs USE_TOOLS+= gmake INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-* diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 9392df4666d..04fe7b4a4d4 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2012/06/04 09:29:54 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2012/09/11 23:59:29 asau Exp $ # DISTNAME= cmus-v2.4.3 @@ -15,8 +15,6 @@ LICENSE= gnu-gpl-v2 CONFLICTS+= cmus-unofficial-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir - HAS_CONFIGURE= yes USE_TOOLS+= gmake pkg-config diff --git a/audio/cplay/Makefile b/audio/cplay/Makefile index d7d3de871eb..df8c2eb748d 100644 --- a/audio/cplay/Makefile +++ b/audio/cplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/01/23 12:05:07 obache Exp $ +# $NetBSD: Makefile,v 1.16 2012/09/11 23:59:29 asau Exp $ DISTNAME= cplay-1.49 PKGREVISION= 4 @@ -12,8 +12,6 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses -PKG_DESTDIR_SUPPORT= user-destdir - PYTHON_PATCH_SCRIPTS= cplay USE_PKGLOCALEDIR= yes diff --git a/audio/cripple/Makefile b/audio/cripple/Makefile index 5d2297534b2..9792f61a578 100644 --- a/audio/cripple/Makefile +++ b/audio/cripple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/01/04 14:36:41 ghen Exp $ +# $NetBSD: Makefile,v 1.3 2012/09/11 23:59:29 asau Exp $ DISTNAME= cripple-0.06b CATEGORIES= audio @@ -9,8 +9,6 @@ MAINTAINER= ghen@NetBSD.org HOMEPAGE= http://www.vortex.prodigynet.co.uk/cripple/ COMMENT= Command line CD ripper/encoder wrapper with cddb support -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes BUILD_TARGET= cripple diff --git a/audio/cs4235/Makefile b/audio/cs4235/Makefile index ff84d43e411..5327ca29954 100644 --- a/audio/cs4235/Makefile +++ b/audio/cs4235/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/02/10 22:02:57 zafer Exp $ +# $NetBSD: Makefile,v 1.16 2012/09/11 23:59:29 asau Exp $ # DISTNAME= cs4235-20001009 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.invisible.ca/~jmcneill/ COMMENT= Modifies the 3D mode on Crystal CS4235 sound cards LICENSE= public-domain -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-x86_64 diff --git a/audio/csound5-manual/Makefile b/audio/csound5-manual/Makefile index 06b576acead..58d29e94282 100644 --- a/audio/csound5-manual/Makefile +++ b/audio/csound5-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/08/25 11:57:44 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/11 23:59:29 asau Exp $ # DISTNAME= Csound${CSOUND_VERSION}_manual_html @@ -12,8 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.csounds.com/ COMMENT= Csound5 Reference Manual -PKG_DESTDIR_SUPPORT= user-destdir - CSOUND_VERSION= 5.01 NO_BUILD= yes WRKSRC= ${WRKDIR}/html diff --git a/audio/csound5/Makefile b/audio/csound5/Makefile index 520add2e7a7..fa0835a9555 100644 --- a/audio/csound5/Makefile +++ b/audio/csound5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/03/15 11:53:20 obache Exp $ +# $NetBSD: Makefile,v 1.24 2012/09/11 23:59:29 asau Exp $ # DISTNAME= Csound${CSOUND_VERSION}_src @@ -13,8 +13,6 @@ HOMEPAGE= http://sourceforge.net/projects/csound/ COMMENT= Software synthesizer and sequencer LICENSE= gnu-lgpl-v2.1 # or later -PKG_DESTDIR_SUPPORT= user-destdir - CSOUND_VERSION= 5.01 USE_LANGUAGES= c c++ CFLAGS+= -g -D__PKGSRC_PREFIX__=${PREFIX}/ -DBETA diff --git a/audio/daapd/Makefile b/audio/daapd/Makefile index b0090491d18..f19fab3737d 100644 --- a/audio/daapd/Makefile +++ b/audio/daapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2011/11/13 14:47:26 dholland Exp $ +# $NetBSD: Makefile,v 1.27 2012/09/11 23:59:30 asau Exp $ DISTNAME= daapd-0.2.4b PKGREVISION= 1 @@ -10,8 +10,6 @@ MAINTAINER= nathanw@NetBSD.org HOMEPAGE= http://www.deleet.de/projekte/daap/daapd/ COMMENT= Server for DAA protocol (iTunes) -PKG_DESTDIR_SUPPORT= user-destdir - MAKE_JOBS_SAFE= no USE_LANGUAGES= c c++ diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 1379f424d71..ef2eebfb78d 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2012/02/06 12:39:20 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2012/09/11 23:59:30 asau Exp $ DISTNAME= dap-2.1.5 PKGREVISION= 3 @@ -10,8 +10,6 @@ MAINTAINER= scw@NetBSD.org HOMEPAGE= http://www.cee.hw.ac.uk/~richardk/ COMMENT= Digital audio recording and processing package -PKG_DESTDIR_SUPPORT= user-destdir - MAKE_JOBS_SAFE= no USE_LANGUAGES= c c++ diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index 743c05b37d9..5747860ff78 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/03/02 06:10:31 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2012/09/11 23:59:30 asau Exp $ # DISTNAME= darkice-0.17.1 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://darkice.tyrell.hu/ COMMENT= IceCast, IceCast2 and ShoutCast live audio streamer -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_TOOLS+= gmake diff --git a/audio/disc-cover/Makefile b/audio/disc-cover/Makefile index 83f7dc73fef..c8b65bcdcf2 100644 --- a/audio/disc-cover/Makefile +++ b/audio/disc-cover/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/03/02 06:10:31 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2012/09/11 23:59:30 asau Exp $ # DISTNAME= disc-cover-1.5.6 @@ -11,8 +11,6 @@ COMMENT= Generation of CD covers DEPENDS+= p5-Audio-CD>=0.05:../../audio/p5-Audio-CD -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= perl:run pod2man REPLACE_PERL= disc-cover diff --git a/audio/distmp3/Makefile b/audio/distmp3/Makefile index 7ea1800b452..8bc9e419e0d 100644 --- a/audio/distmp3/Makefile +++ b/audio/distmp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/02/10 22:06:39 zafer Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/11 23:59:30 asau Exp $ # DISTNAME= distmp3-0.1.9 @@ -9,8 +9,6 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Distributed mp3 encoding across multiple hosts -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # empty USE_TOOLS+= perl:run NO_BUILD= yes diff --git a/audio/easyh10/Makefile b/audio/easyh10/Makefile index 49d9d8d9d73..081ac1bd5f1 100644 --- a/audio/easyh10/Makefile +++ b/audio/easyh10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/09/18 12:17:59 ghen Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:30 asau Exp $ DISTNAME= easyh10-1.5 PKGREVISION= 1 @@ -9,8 +9,6 @@ MAINTAINER= ghen@NetBSD.org HOMEPAGE= http://easyh10.sourceforge.net/ COMMENT= Database tool for the iRiver H10 digital audio player -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index 54213a21325..4c16c513c06 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2012/09/07 19:16:07 adam Exp $ +# $NetBSD: Makefile,v 1.74 2012/09/11 23:59:30 asau Exp $ # DISTNAME= easytag-2.1.7 @@ -12,8 +12,6 @@ HOMEPAGE= http://easytag.sourceforge.net/ COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/audio/eawpatches/Makefile b/audio/eawpatches/Makefile index 7dd92015c5e..5080e21e20f 100644 --- a/audio/eawpatches/Makefile +++ b/audio/eawpatches/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/06/24 07:38:38 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/11 23:59:30 asau Exp $ # DISTNAME= eawpats12_full @@ -15,8 +15,6 @@ RESTRICTED= Some patches are copyrighted, some marked no-commercial-use NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR} NO_BUILD= yes USE_LANGUAGES= # empty diff --git a/audio/emixer/Makefile b/audio/emixer/Makefile index 7a601ffb62e..31d2945f061 100644 --- a/audio/emixer/Makefile +++ b/audio/emixer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2010/03/14 17:55:28 martin Exp $ +# $NetBSD: Makefile,v 1.30 2012/09/11 23:59:30 asau Exp $ # DISTNAME= emixer-0.05.5 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://toaster.muc-t-systems.com/~emixer/ COMMENT= mpg123-frontend that can mix two mp3 streams, and fade between them -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= mpg123-1.*:../../audio/mpg123 NO_CONFIGURE= YES diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 2cdc7010109..2a53bc60922 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2012/02/15 21:22:21 hans Exp $ +# $NetBSD: Makefile,v 1.78 2012/09/11 23:59:31 asau Exp $ DISTNAME= esound-0.2.41 PKGREVISION= 1 @@ -12,7 +12,6 @@ COMMENT= The Enlightened sound daemon LICENSE= gnu-lgpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= YES USE_TOOLS+= pkg-config diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index 5bccd0d503f..0d5f9f74425 100644 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/01/26 12:27:05 obache Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/11 23:59:31 asau Exp $ # DISTNAME= espeak-1.31-source @@ -12,8 +12,6 @@ HOMEPAGE= http://espeak.sourceforge.net/ COMMENT= Speech synthesizer #LICENSE= GPLv3 -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c++ USE_TOOLS+= gmake WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index 25f69b27529..546a4db53ab 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2012/09/07 19:16:07 adam Exp $ +# $NetBSD: Makefile,v 1.32 2012/09/11 23:59:31 asau Exp $ # DISTNAME= exaile_0.2.14 @@ -13,7 +13,6 @@ COMMENT= Music player LICENSE= gnu-gpl-v2 # or later WRKSRC= ${WRKDIR}/exaile-0.2.14 -PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config gmake intltool msgfmt diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index b93b3662721..3cdb681e075 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/06/14 07:45:30 sbd Exp $ +# $NetBSD: Makefile,v 1.5 2012/09/11 23:59:31 asau Exp $ # DISTNAME= ezstream-0.5.4 @@ -14,7 +14,6 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config -PKG_DESTDIR_SUPPORT= user-destdir REPLACE_SH= examples/meta.sh examples/play.sh .include "../../audio/libshout/buildlink3.mk" diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 1795c64c7ee..c464776fc7d 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/09/09 16:40:39 drochner Exp $ +# $NetBSD: Makefile,v 1.12 2012/09/11 23:59:31 asau Exp $ # DISTNAME= faac-1.28 @@ -13,8 +13,6 @@ RESTRICTED= This software may require the payment of patent royalties NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} -PKG_DESTDIR_SUPPORT= user-destdir - USE_LIBTOOL= yes USE_TOOLS+= automake GNU_CONFIGURE= yes diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile index 681132f2dba..ae9943a82de 100644 --- a/audio/faad2/Makefile +++ b/audio/faad2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2010/01/16 17:57:36 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2012/09/11 23:59:32 asau Exp $ DISTNAME= faad2-2.7 PKGREVISION= 1 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.audiocoding.com/ COMMENT= AAC decoding library -PKG_DESTDIR_SUPPORT= user-destdir - LICENSE= gnu-gpl-v2 RESTRICTED= Dolby doesn't allow binary distributions NO_BIN_ON_FTP= ${RESTRICTED} diff --git a/audio/festival-doc/Makefile b/audio/festival-doc/Makefile index 39a1f2ac491..ed3a81c4f64 100644 --- a/audio/festival-doc/Makefile +++ b/audio/festival-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/05/26 02:13:15 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/11 23:59:32 asau Exp $ DISTNAME= festdoc-1.4.0.1 PKGNAME= festival-doc-1.4.0.1 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival/ COMMENT= Festival documentation, in (tex)info, html, dvi and ps formats -PKG_DESTDIR_SUPPORT= user-destdir - NO_BUILD= yes USE_TOOLS+= pax diff --git a/audio/festival/Makefile b/audio/festival/Makefile index 99bc2377be0..48d508b9299 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2011/12/17 10:14:40 sbd Exp $ +# $NetBSD: Makefile,v 1.63 2012/09/11 23:59:32 asau Exp $ DISTNAME= festival-2.1-release PKGNAME= festival-2.1 @@ -13,8 +13,6 @@ HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival/ COMMENT= Advanced multi-lingual speech synthesis system LICENSE= original-bsd -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR} USE_LANGUAGES= c c++ USE_TOOLS+= gmake pax perl diff --git a/audio/festlex-cmu/Makefile b/audio/festlex-cmu/Makefile index fc4ec6b44cc..5176452ac0c 100644 --- a/audio/festlex-cmu/Makefile +++ b/audio/festlex-cmu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/05/26 02:13:15 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2012/09/11 23:59:32 asau Exp $ DISTNAME= festlex_CMU PKGNAME= festlex-cmu-1.4.0 @@ -13,8 +13,6 @@ COMMENT= CMU American English pronunciation dictionary for Festival DEPENDS+= festival>=1.4.0:../../audio/festival USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festlex-oald/Makefile b/audio/festlex-oald/Makefile index 0122dd5506e..3774d24f169 100644 --- a/audio/festlex-oald/Makefile +++ b/audio/festlex-oald/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:02 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2012/09/11 23:59:32 asau Exp $ DISTNAME= festlex_OALD PKGNAME= festlex-oald-1.4.0 @@ -15,8 +15,6 @@ DEPENDS+= festival>=1.4.0:../../audio/festival USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festlex-ogi/Makefile b/audio/festlex-ogi/Makefile index c639f5d9900..b8048c05847 100644 --- a/audio/festlex-ogi/Makefile +++ b/audio/festlex-ogi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2011/02/10 22:08:31 zafer Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/11 23:59:32 asau Exp $ DISTNAME= OGIlexicon-2.0 PKGNAME= festlex-ogi-2.0 @@ -16,8 +16,6 @@ DEPENDS+= festlex-poslex>=1.4.0:../../audio/festlex-poslex USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festlex-poslex/Makefile b/audio/festlex-poslex/Makefile index 6ba7430c69b..e88f7034150 100644 --- a/audio/festlex-poslex/Makefile +++ b/audio/festlex-poslex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/05/26 02:13:15 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/11 23:59:32 asau Exp $ DISTNAME= festlex_POSLEX PKGNAME= festlex-poslex-1.4.0 @@ -13,8 +13,6 @@ COMMENT= English lexicon suitable for use with Festival DEPENDS+= festival>=1.4.0:../../audio/festival USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festogi-spanish/Makefile b/audio/festogi-spanish/Makefile index e155bdbc94f..5676c978480 100644 --- a/audio/festogi-spanish/Makefile +++ b/audio/festogi-spanish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2009/05/19 08:59:02 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/11 23:59:33 asau Exp $ DISTNAME= OGIspanish-2.0.1 PKGNAME= festogi-spanish-2.0.1 @@ -15,8 +15,6 @@ DEPENDS+= festival>=1.4.0:../../audio/festival USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-abc/Makefile b/audio/festvox-abc/Makefile index 6cf6fe47d72..a88d1bf6145 100644 --- a/audio/festvox-abc/Makefile +++ b/audio/festvox-abc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/02/10 22:10:05 zafer Exp $ +# $NetBSD: Makefile,v 1.26 2012/09/11 23:59:33 asau Exp $ DISTNAME= voice_abc_di-2.0 PKGNAME= festvox-abc-2.0 @@ -17,8 +17,6 @@ DEPENDS+= festogi-spanish>=2.0:../../audio/festogi-spanish USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-aec/Makefile b/audio/festvox-aec/Makefile index ce6a862a1fb..75e0b59eafd 100644 --- a/audio/festvox-aec/Makefile +++ b/audio/festvox-aec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2009/05/19 08:59:02 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2012/09/11 23:59:33 asau Exp $ DISTNAME= voice_aec_di-2.0 PKGNAME= festvox-aec-2.0 @@ -16,8 +16,6 @@ DEPENDS+= festlex-ogi>=2.0:../../audio/festlex-ogi USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - DIST_SUBDIR= ${PKGNAME_NOREV}nb1 WRKSRC= ${WRKDIR}/festival diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile index 23214875e67..fe310f8a6b2 100644 --- a/audio/festvox-don/Makefile +++ b/audio/festvox-don/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/05/26 02:13:15 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/11 23:59:33 asau Exp $ DISTNAME= festvox_don PKGNAME= festvox-don-1.4.0 @@ -16,8 +16,6 @@ DEPENDS+= festlex-oald>=1.4.0:../../audio/festlex-oald USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile index 78c787cba32..6bc4219694e 100644 --- a/audio/festvox-el11/Makefile +++ b/audio/festvox-el11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/05/19 08:59:02 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2012/09/11 23:59:33 asau Exp $ DISTNAME= festvox_ellpc11k PKGNAME= festvox-el11-1.4.0 @@ -15,8 +15,6 @@ DEPENDS+= festival>=1.4.1:../../audio/festival USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-en1/Makefile b/audio/festvox-en1/Makefile index 58630fd80da..2f95cb4b9f9 100644 --- a/audio/festvox-en1/Makefile +++ b/audio/festvox-en1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2009/05/19 08:59:02 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2012/09/11 23:59:33 asau Exp $ DISTNAME= festvox_en1 PKGNAME= festvox-en1-1.4.0 @@ -19,8 +19,6 @@ DEPENDS+= mbrolavox-en1-980910{,nb[0-9]*}:../../audio/mbrolavox-en1 USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-hvs/Makefile b/audio/festvox-hvs/Makefile index f36d3b65e8d..631901b4baa 100644 --- a/audio/festvox-hvs/Makefile +++ b/audio/festvox-hvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:02 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2012/09/11 23:59:33 asau Exp $ DISTNAME= voice_hvs_di-2.0 PKGNAME= festvox-hvs-2.0 @@ -17,8 +17,6 @@ DEPENDS+= festogi-spanish>=2.0:../../audio/festogi-spanish USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-jph/Makefile b/audio/festvox-jph/Makefile index 52a807630a4..28933e2ada5 100644 --- a/audio/festvox-jph/Makefile +++ b/audio/festvox-jph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:02 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2012/09/11 23:59:34 asau Exp $ DISTNAME= voice_jph_di-2.0 PKGNAME= festvox-jph-2.0 @@ -16,8 +16,6 @@ DEPENDS+= festlex-ogi>=2.0:../../audio/festlex-ogi USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-kal16/Makefile b/audio/festvox-kal16/Makefile index aa12c5c637f..5691a7ea23d 100644 --- a/audio/festvox-kal16/Makefile +++ b/audio/festvox-kal16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/05/26 02:13:15 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/11 23:59:34 asau Exp $ DISTNAME= festvox_kallpc16k PKGNAME= festvox-kal16-1.4.0 @@ -18,8 +18,6 @@ USE_TOOLS+= pax CONFLICTS= festvox-kal8-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-kal8/Makefile b/audio/festvox-kal8/Makefile index bcf82a88c3a..05d3ce6cb5d 100644 --- a/audio/festvox-kal8/Makefile +++ b/audio/festvox-kal8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/05/26 02:13:15 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2012/09/11 23:59:34 asau Exp $ DISTNAME= festvox_kallpc8k PKGNAME= festvox-kal8-1.4.0 @@ -18,8 +18,6 @@ USE_TOOLS+= pax CONFLICTS= festvox-kal16-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-ked16/Makefile b/audio/festvox-ked16/Makefile index bb884d94361..3567a9af4c5 100644 --- a/audio/festvox-ked16/Makefile +++ b/audio/festvox-ked16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/05/26 02:13:15 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/11 23:59:34 asau Exp $ DISTNAME= festvox_kedlpc16k PKGNAME= festvox-ked16-1.4.0 @@ -18,8 +18,6 @@ USE_TOOLS+= pax CONFLICTS= festvox-ked8-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-ked8/Makefile b/audio/festvox-ked8/Makefile index 690ad3f3d5e..3ebebaf00b9 100644 --- a/audio/festvox-ked8/Makefile +++ b/audio/festvox-ked8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/05/26 02:13:15 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2012/09/11 23:59:34 asau Exp $ DISTNAME= festvox_kedlpc8k PKGNAME= festvox-ked8-1.4.0 @@ -18,8 +18,6 @@ USE_TOOLS+= pax CONFLICTS= festvox-ked16-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-mwm/Makefile b/audio/festvox-mwm/Makefile index 2152d41ca98..6549a771e7b 100644 --- a/audio/festvox-mwm/Makefile +++ b/audio/festvox-mwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:02 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2012/09/11 23:59:34 asau Exp $ DISTNAME= voice_mwm_di-2.0 PKGNAME= festvox-mwm-2.0 @@ -16,8 +16,6 @@ DEPENDS+= festlex-ogi>=2.0:../../audio/festlex-ogi USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-ogirab/Makefile b/audio/festvox-ogirab/Makefile index 2ca66a02b69..d51fba3b933 100644 --- a/audio/festvox-ogirab/Makefile +++ b/audio/festvox-ogirab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:03 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2012/09/11 23:59:34 asau Exp $ DISTNAME= voice_ogirab_di-2.0 PKGNAME= festvox-ogirab-2.0 @@ -16,8 +16,6 @@ DEPENDS+= festlex-ogi>=2.0:../../audio/festlex-ogi USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-rab16/Makefile b/audio/festvox-rab16/Makefile index ea7444f449d..cb04a8394b3 100644 --- a/audio/festvox-rab16/Makefile +++ b/audio/festvox-rab16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/05/26 02:13:15 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/11 23:59:35 asau Exp $ DISTNAME= festvox_rablpc16k PKGNAME= festvox-rab16-1.4.0 @@ -18,8 +18,6 @@ USE_TOOLS+= pax CONFLICTS= festvox-rab8-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-rab8/Makefile b/audio/festvox-rab8/Makefile index e05431e62d9..003db9aab4a 100644 --- a/audio/festvox-rab8/Makefile +++ b/audio/festvox-rab8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/05/26 02:13:15 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2012/09/11 23:59:35 asau Exp $ DISTNAME= festvox_rablpc8k PKGNAME= festvox-rab8-1.4.0 @@ -18,8 +18,6 @@ USE_TOOLS+= pax CONFLICTS= festvox-rab16-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-tll/Makefile b/audio/festvox-tll/Makefile index f7b5e1569c9..4a39d57ed69 100644 --- a/audio/festvox-tll/Makefile +++ b/audio/festvox-tll/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:03 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2012/09/11 23:59:35 asau Exp $ DISTNAME= voice_tll_di-2.0 PKGNAME= festvox-tll-2.0 @@ -16,8 +16,6 @@ DEPENDS+= festlex-ogi>=2.0:../../audio/festlex-ogi USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-us1/Makefile b/audio/festvox-us1/Makefile index 99935b3ab82..fb7180a6969 100644 --- a/audio/festvox-us1/Makefile +++ b/audio/festvox-us1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2009/05/19 08:59:03 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/11 23:59:36 asau Exp $ DISTNAME= festvox_us1 PKGNAME= festvox-us1-1.4.0 @@ -19,8 +19,6 @@ DEPENDS+= mbrolavox-us1-980512{,nb[0-9]*}:../../audio/mbrolavox-us1 USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-us2/Makefile b/audio/festvox-us2/Makefile index 3c7c43a39a9..ecd04cb2500 100644 --- a/audio/festvox-us2/Makefile +++ b/audio/festvox-us2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2009/05/19 08:59:03 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/11 23:59:36 asau Exp $ DISTNAME= festvox_us2 PKGNAME= festvox-us2-1.4.0 @@ -19,8 +19,6 @@ DEPENDS+= mbrolavox-us2-980812{,nb[0-9]*}:../../audio/mbrolavox-us2 USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/festvox-us3/Makefile b/audio/festvox-us3/Makefile index 40daae071ad..7e6a0c6a61a 100644 --- a/audio/festvox-us3/Makefile +++ b/audio/festvox-us3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2009/05/19 08:59:03 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/11 23:59:36 asau Exp $ DISTNAME= festvox_us3 PKGNAME= festvox-us3-1.4.0 @@ -19,8 +19,6 @@ DEPENDS+= mbrolavox-us3-990208{,nb[0-9]*}:../../audio/mbrolavox-us3 USE_TOOLS+= pax -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/festival NO_BUILD= yes diff --git a/audio/flac/Makefile b/audio/flac/Makefile index fefaf291c2a..060e0964f36 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2010/01/24 17:11:18 heinz Exp $ +# $NetBSD: Makefile,v 1.46 2012/09/11 23:59:36 asau Exp $ DISTNAME= flac-1.2.1 PKGREVISION= 1 @@ -11,7 +11,6 @@ COMMENT= Free lossless audio codec LICENSE= modified-bsd AND gnu-gpl-v2 AND gnu-lgpl-v2.1 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_LIBTOOL= yes diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile index 7e88450a580..05431e59c3a 100644 --- a/audio/flac123/Makefile +++ b/audio/flac123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/04/22 13:42:52 obache Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/11 23:59:36 asau Exp $ DISTNAME= flac123-0.0.11 PKGREVISION= 2 @@ -9,8 +9,6 @@ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://flac-tools.sourceforge.net/ COMMENT= Command-line program for playing FLAC audio files -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes .include "../../audio/flac/buildlink3.mk" diff --git a/audio/flac2mp3/Makefile b/audio/flac2mp3/Makefile index 49ff42df678..59a3caf1348 100644 --- a/audio/flac2mp3/Makefile +++ b/audio/flac2mp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/08/23 03:11:15 snj Exp $ +# $NetBSD: Makefile,v 1.11 2012/09/11 23:59:36 asau Exp $ DISTNAME= flac2mp3 PKGNAME= flac2mp3-20041223 @@ -16,7 +16,6 @@ DEPENDS+= lame-[0-9]*:../../audio/lame DEPENDS+= p5-MP3-Info-[0-9]*:../../audio/p5-MP3-Info PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir REPLACE_PERL= flac2mp3.pl USE_TOOLS+= perl:run diff --git a/audio/flactag/Makefile b/audio/flactag/Makefile index e9f6a79177c..60d340320c2 100644 --- a/audio/flactag/Makefile +++ b/audio/flactag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/03/03 00:12:38 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2012/09/11 23:59:36 asau Exp $ # DISTNAME= flactag-1.1 @@ -13,7 +13,6 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c++ USE_TOOLS= gmake -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin diff --git a/audio/flite/Makefile b/audio/flite/Makefile index 1dfc60abfad..3ed2881c000 100644 --- a/audio/flite/Makefile +++ b/audio/flite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/07/07 14:18:10 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/11 23:59:37 asau Exp $ # DISTNAME= flite-1.3-release @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.speech.cs.cmu.edu/flite/ COMMENT= Small and fast run-time synthesis engine -PKG_DESTDIR_SUPPORT= user-destdir - USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index 1aa33947a4c..1e20839daf0 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/08/19 21:39:40 adam Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/11 23:59:37 asau Exp $ DISTNAME= fluidsynth-1.1.6 CATEGORIES= audio @@ -11,7 +11,6 @@ COMMENT= Software synthesizer based on SoundFont2 LICENSE= gnu-lgpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes USE_TOOLS+= pkg-config diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile index 6f9af7a3620..d362dcfa640 100644 --- a/audio/freealut/Makefile +++ b/audio/freealut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/02/15 21:25:52 hans Exp $ +# $NetBSD: Makefile,v 1.5 2012/09/11 23:59:37 asau Exp $ # DISTNAME= freealut-1.1.0 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.openal.org/ COMMENT= OpenAL Utility Toolkit -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/audio/freepats/Makefile b/audio/freepats/Makefile index 6b6fdd9bf8e..f09ac5c7536 100644 --- a/audio/freepats/Makefile +++ b/audio/freepats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/07/16 21:30:56 zafer Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/11 23:59:37 asau Exp $ # DISTNAME= freepats-20060219 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://freepats.zenvoid.org/ COMMENT= Free patches (audio samples) for TiMidity -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/freepats NO_CONFIGURE= yes NO_BUILD= yes diff --git a/audio/freezetag/Makefile b/audio/freezetag/Makefile index d5bb9765566..5fe92b367bb 100644 --- a/audio/freezetag/Makefile +++ b/audio/freezetag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2011/04/22 13:42:52 obache Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/11 23:59:37 asau Exp $ # DISTNAME= freezetag-0.9.2 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://katz.linuxpower.org/freezetag/ COMMENT= Id3 tag editor for GTK+-1.2.0 and higher -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= YES .include "../../x11/gtk/buildlink3.mk" diff --git a/audio/gbemol/Makefile b/audio/gbemol/Makefile index 45086c46d18..0dcfa299f72 100644 --- a/audio/gbemol/Makefile +++ b/audio/gbemol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/09/07 19:16:07 adam Exp $ +# $NetBSD: Makefile,v 1.16 2012/09/12 00:24:34 asau Exp $ # DISTNAME= gbemol-0.3.2 @@ -11,8 +11,6 @@ HOMEPAGE= http://gbemol.sourceforge.net/ COMMENT= Graphical frontend for the Music Player Daemon (MPD) LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes diff --git a/audio/gimmix/Makefile b/audio/gimmix/Makefile index 1f49c2065dd..96c71588d95 100644 --- a/audio/gimmix/Makefile +++ b/audio/gimmix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/09/07 19:16:07 adam Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/12 00:24:34 asau Exp $ # DISTNAME= gimmix-0.5.7.1 @@ -12,8 +12,6 @@ HOMEPAGE= http://gimmix.berlios.de/ COMMENT= Graphical Music player daemon (MPD) client LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/audio/gkrellm-volume/Makefile b/audio/gkrellm-volume/Makefile index b39b43ef866..af38103bf51 100644 --- a/audio/gkrellm-volume/Makefile +++ b/audio/gkrellm-volume/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2012/09/07 19:16:08 adam Exp $ +# $NetBSD: Makefile,v 1.39 2012/09/12 00:24:34 asau Exp $ DISTNAME= gkrellm-volume-2.1.13 PKGREVISION= 15 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gkrellm.luon.net/volume.phtml COMMENT= Gkrellm2 volume mixer plugin -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= YES WRKSRC= ${WRKDIR}/gkrellm-volume diff --git a/audio/glurp/Makefile b/audio/glurp/Makefile index 3fc4359a0d0..3e7bf31d74a 100644 --- a/audio/glurp/Makefile +++ b/audio/glurp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/09/07 19:16:08 adam Exp $ +# $NetBSD: Makefile,v 1.26 2012/09/12 00:24:34 asau Exp $ # DISTNAME= glurp-0.12.3 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.musicpd.org/glurp.shtml COMMENT= Graphical GTK+2-based client for musicpd LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS+= intltool pkg-config diff --git a/audio/gmp3info/Makefile b/audio/gmp3info/Makefile index 4196b1866d7..7ccaa4ef786 100644 --- a/audio/gmp3info/Makefile +++ b/audio/gmp3info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2012/09/07 19:16:08 adam Exp $ +# $NetBSD: Makefile,v 1.38 2012/09/12 00:24:34 asau Exp $ DISTNAME= mp3info-0.8.5a PKGNAME= g${DISTNAME} @@ -12,8 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ibiblio.org/mp3info/ COMMENT= Utility to read and modify the ID3 tags of MP3 files -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS= mp3info-[0-9]* USE_TOOLS+= pkg-config diff --git a/audio/gmpc-albumview/Makefile b/audio/gmpc-albumview/Makefile index cf539a4ea03..1db3e7c688c 100644 --- a/audio/gmpc-albumview/Makefile +++ b/audio/gmpc-albumview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/09/07 19:16:08 adam Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/12 00:24:34 asau Exp $ # DISTNAME= gmpc-albumview-0.20.0 @@ -11,8 +11,6 @@ HOMEPAGE= http://gmpc.wikia.com/wiki/GMPC_PLUGIN_ALBUMVIEW COMMENT= GMPC plugin showing album covers LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= intltool pkg-config msgfmt diff --git a/audio/gmpc-lastfm/Makefile b/audio/gmpc-lastfm/Makefile index 9958330369d..bf3a8124a12 100644 --- a/audio/gmpc-lastfm/Makefile +++ b/audio/gmpc-lastfm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/09/07 19:16:08 adam Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/12 00:24:34 asau Exp $ # DISTNAME= gmpc-last-fm-0.20.0 @@ -11,8 +11,6 @@ HOMEPAGE= http://gmpc.wikia.com/wiki/Last.fm COMMENT= GMPC plugin for fetching cover and artist art from last.fm LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= intltool pkg-config msgfmt diff --git a/audio/gmpc-lyrics/Makefile b/audio/gmpc-lyrics/Makefile index 95eaabcd11b..f84d34f2228 100644 --- a/audio/gmpc-lyrics/Makefile +++ b/audio/gmpc-lyrics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/09/07 19:16:08 adam Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/12 00:24:34 asau Exp $ # DISTNAME= gmpc-lyrics-0.20.0 @@ -11,8 +11,6 @@ HOMEPAGE= http://gmpc.wikia.com/wiki/Lyrics COMMENT= GMPC plugin fetching lyrics LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= intltool pkg-config msgfmt diff --git a/audio/gmpc-lyricwiki/Makefile b/audio/gmpc-lyricwiki/Makefile index ebf3369e3eb..36713730e3a 100644 --- a/audio/gmpc-lyricwiki/Makefile +++ b/audio/gmpc-lyricwiki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/09/07 19:16:08 adam Exp $ +# $NetBSD: Makefile,v 1.12 2012/09/12 00:24:35 asau Exp $ # DISTNAME= gmpc-lyricwiki-0.20.0 @@ -11,8 +11,6 @@ HOMEPAGE= http://gmpc.wikia.com/wiki/GMPC_PLUGIN_LYRICWIKI COMMENT= Lyrics plugin for GMPC using Lyricwiki LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= intltool pkg-config msgfmt diff --git a/audio/gmpc-magnatune/Makefile b/audio/gmpc-magnatune/Makefile index 8248f5d2912..68672514827 100644 --- a/audio/gmpc-magnatune/Makefile +++ b/audio/gmpc-magnatune/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/09/07 19:16:08 adam Exp $ +# $NetBSD: Makefile,v 1.14 2012/09/12 00:24:35 asau Exp $ # DISTNAME= gmpc-magnatune-0.20.0 @@ -12,8 +12,6 @@ HOMEPAGE= http://gmpc.wikia.com/wiki/GMPC_PLUGIN_MAGNATUNE COMMENT= Magnatune plugin for GMPC LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS+= intltool msgfmt pkg-config diff --git a/audio/gmpc-mdcover/Makefile b/audio/gmpc-mdcover/Makefile index 6132fb30b87..214508597c7 100644 --- a/audio/gmpc-mdcover/Makefile +++ b/audio/gmpc-mdcover/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/09/07 19:16:09 adam Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/12 00:24:35 asau Exp $ # DISTNAME= gmpc-mdcover-0.20.0 @@ -11,8 +11,6 @@ HOMEPAGE= http://gmpc.wikia.com/wiki/GMPC_PLUGIN_MDCOVER COMMENT= GMPC plugin that provides metadata from the local music collection LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= intltool pkg-config msgfmt diff --git a/audio/gmpc-tagedit/Makefile b/audio/gmpc-tagedit/Makefile index bf4378ae6d1..90af5a169a3 100644 --- a/audio/gmpc-tagedit/Makefile +++ b/audio/gmpc-tagedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/09/07 19:16:09 adam Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/12 00:24:35 asau Exp $ # DISTNAME= gmpc-tagedit-0.20.0 @@ -11,8 +11,6 @@ HOMEPAGE= http://gmpc.wikia.com/wiki/GMPC_PLUGIN_TAGEDIT COMMENT= GMPC plugin for editing song tags LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS= gmake intltool pkg-config msgfmt diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile index 10a779cc58f..49293537dfc 100644 --- a/audio/gmpc/Makefile +++ b/audio/gmpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2012/09/07 19:16:08 adam Exp $ +# $NetBSD: Makefile,v 1.51 2012/09/12 00:24:34 asau Exp $ # DISTNAME= gmpc-0.20.0 @@ -12,8 +12,6 @@ HOMEPAGE= http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client COMMENT= GNOME client for the Music Player Daemon LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= intltool msgfmt pkg-config gmake diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile index ac3d1563a0f..62881708198 100644 --- a/audio/gnome-audio/Makefile +++ b/audio/gnome-audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2009/07/22 09:01:18 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/12 00:24:35 asau Exp $ # DISTNAME= gnome-audio-2.22.2 @@ -10,8 +10,6 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Set of audio files for GNOME -PKG_DESTDIR_SUPPORT= user-destdir - NO_CONFIGURE= YES NO_BUILD= YES USE_TOOLS+= gmake diff --git a/audio/gnome-speech/Makefile.common b/audio/gnome-speech/Makefile.common index 222f21f5336..21033f2e3a7 100644 --- a/audio/gnome-speech/Makefile.common +++ b/audio/gnome-speech/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2009/02/24 15:04:15 wiz Exp $ +# $NetBSD: Makefile.common,v 1.3 2012/09/12 00:24:35 asau Exp $ # # used by audio/gnome-speech/Makefile # used by audio/gnome-speech-espeak/Makefile @@ -10,8 +10,6 @@ EXTRACT_SUFX= .tar.bz2 HOMEPAGE= http://www.gnome.org/ -PKG_DESTDIR_SUPPORT= user-destdir - PATCHDIR= ${.CURDIR}/../gnome-speech/patches DISTINFO_FILE= ${.CURDIR}/../gnome-speech/distinfo diff --git a/audio/gnome-vfs-cdda/Makefile b/audio/gnome-vfs-cdda/Makefile index 774e12093f9..e051ff6d132 100644 --- a/audio/gnome-vfs-cdda/Makefile +++ b/audio/gnome-vfs-cdda/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2012/09/07 19:16:09 adam Exp $ +# $NetBSD: Makefile,v 1.18 2012/09/12 00:24:35 asau Exp $ # GNOME_VFS_NAME= cdda PKGREVISION= 10 CATEGORIES= audio -PKG_DESTDIR_SUPPORT= user-destdir - CPPFLAGS+= -I${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia EGFILES+= modules/cdda-module.conf diff --git a/audio/goom/Makefile b/audio/goom/Makefile index cd19c089a11..39a8bb969e9 100644 --- a/audio/goom/Makefile +++ b/audio/goom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:05 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/12 00:24:35 asau Exp $ # DISTNAME= goom-2k4-0-src @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ios-software.com/index.php3?page=projet&quoi=1&lg=AN COMMENT= Visual effects generator for mp3 players -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/goom2k4-0 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes diff --git a/audio/gqmpeg-devel/Makefile b/audio/gqmpeg-devel/Makefile index bf25849bcce..256f6c86791 100644 --- a/audio/gqmpeg-devel/Makefile +++ b/audio/gqmpeg-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2012/09/07 19:16:09 adam Exp $ +# $NetBSD: Makefile,v 1.37 2012/09/12 00:24:35 asau Exp $ DISTNAME= gqmpeg-0.91.1 PKGREVISION= 17 @@ -10,8 +10,6 @@ HOMEPAGE= http://gqmpeg.sourceforge.net/ COMMENT= GTK+ front end to mpg123 LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= mpg123{,-esound,-nas}>=0.59.18:../../audio/mpg123 DEPENDS+= vorbis-tools>=1.0.0.6:../../audio/vorbis-tools DEPENDS+= xmp>=2.0.2:../../audio/xmp diff --git a/audio/gqmpeg-skins/Makefile b/audio/gqmpeg-skins/Makefile index b4b3e9794c0..ef39333a4b5 100644 --- a/audio/gqmpeg-skins/Makefile +++ b/audio/gqmpeg-skins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/02/02 09:26:17 hans Exp $ +# $NetBSD: Makefile,v 1.20 2012/09/12 00:24:35 asau Exp $ DISTNAME= gqmpeg-skins-20030712 PKGREVISION= 6 @@ -80,8 +80,6 @@ COMMENT= Skins for gqmpeg DEPENDS+= gqmpeg-[0-9]*:../../audio/gqmpeg-devel -PKG_DESTDIR_SUPPORT= user-destdir - DIST_SUBDIR= gqmpeg-skins WRKSRC= ${WRKDIR} NO_BUILD= yes diff --git a/audio/gramofile/Makefile b/audio/gramofile/Makefile index 657ad4319b0..6b98e34bedc 100644 --- a/audio/gramofile/Makefile +++ b/audio/gramofile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/03/02 06:10:32 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2012/09/12 00:24:36 asau Exp $ # DISTNAME= gramofile-1.6 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.opensourcepartners.nl/~costar/gramofile/ COMMENT= Tool for ripping audio from vinyl PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir BUILD_TARGET= gramofile makebplay diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile index 6bda0d4e45b..92a9d4bc8bb 100644 --- a/audio/gsm/Makefile +++ b/audio/gsm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2009/10/31 01:29:26 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2012/09/12 00:24:36 asau Exp $ # DISTNAME= gsm-1.0.13 @@ -10,8 +10,6 @@ HOMEPAGE= http://kbs.cs.tu-berlin.de/~jutta/toast.html COMMENT= Audio converter and library for converting u-law to gsm encoding LICENSE= mit -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/gsm-1.0-pl13 USE_LIBTOOL= yes diff --git a/audio/gst-buzztard/Makefile b/audio/gst-buzztard/Makefile index 459e4a9a1d9..c8c4548e2c3 100644 --- a/audio/gst-buzztard/Makefile +++ b/audio/gst-buzztard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/06/14 07:43:40 sbd Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/12 00:24:36 asau Exp $ # DISTNAME= gst-buzztard-0.5.0 @@ -11,8 +11,6 @@ HOMEPAGE= http://buzztard.sourceforge.net/ COMMENT= GStreamer plugin for buzztard LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/audio/gst-plugins0.10-a52/Makefile b/audio/gst-plugins0.10-a52/Makefile index f1b2a52e619..7fc00dc0606 100644 --- a/audio/gst-plugins0.10-a52/Makefile +++ b/audio/gst-plugins0.10-a52/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2012/06/14 07:44:17 sbd Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/12 00:24:36 asau Exp $ # GST_PLUGINS0.10_NAME= a52 GST_PLUGINS0.10_DIRS= ext/a52dec -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-ugly/Makefile.common" PKGREVISION= 2 diff --git a/audio/gst-plugins0.10-alsa/Makefile b/audio/gst-plugins0.10-alsa/Makefile index 2bb891bc120..6c7a6b5e8c3 100644 --- a/audio/gst-plugins0.10-alsa/Makefile +++ b/audio/gst-plugins0.10-alsa/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2012/06/14 07:45:17 sbd Exp $ +# $NetBSD: Makefile,v 1.5 2012/09/12 00:24:36 asau Exp $ # GST_PLUGINS0.10_NAME= alsa GST_PLUGINS0.10_DIRS= ext/alsa PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-base/Makefile.common" .include "../../audio/alsa-lib/buildlink3.mk" diff --git a/audio/gst-plugins0.10-cdparanoia/Makefile b/audio/gst-plugins0.10-cdparanoia/Makefile index 2dc0ad201c7..711a0466ea6 100644 --- a/audio/gst-plugins0.10-cdparanoia/Makefile +++ b/audio/gst-plugins0.10-cdparanoia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/06/14 07:45:16 sbd Exp $ +# $NetBSD: Makefile,v 1.7 2012/09/12 00:24:36 asau Exp $ # GST_PLUGINS0.10_NAME= cdparanoia @@ -6,8 +6,6 @@ GST_PLUGINS0.10_DIRS= ext/cdparanoia GST_PLUGINS0.10_FLAGS= cdparanoia PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-base/Makefile.common" CPPFLAGS+= -I${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia diff --git a/audio/gst-plugins0.10-dts/Makefile b/audio/gst-plugins0.10-dts/Makefile index 7bf7583a0fd..91ce3e0d025 100644 --- a/audio/gst-plugins0.10-dts/Makefile +++ b/audio/gst-plugins0.10-dts/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2012/06/14 07:44:20 sbd Exp $ +# $NetBSD: Makefile,v 1.11 2012/09/12 00:24:36 asau Exp $ # GST_PLUGINS0.10_NAME= dts GST_PLUGINS0.10_DIRS= ext/dts -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-bad/Makefile.common" PKGREVISION= 2 diff --git a/audio/gst-plugins0.10-esound/Makefile b/audio/gst-plugins0.10-esound/Makefile index efa5e3e03d4..b03ad7d7c5b 100644 --- a/audio/gst-plugins0.10-esound/Makefile +++ b/audio/gst-plugins0.10-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/06/14 07:44:18 sbd Exp $ +# $NetBSD: Makefile,v 1.11 2012/09/12 00:24:36 asau Exp $ # GST_PLUGINS0.10_NAME= esound @@ -6,8 +6,6 @@ GST_PLUGINS0.10_DIRS= ext/esd GST_PLUGINS0.10_FLAGS= esd PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-good/Makefile.common" PKGREVISION=1 diff --git a/audio/gst-plugins0.10-faac/Makefile b/audio/gst-plugins0.10-faac/Makefile index 574f68f5872..d68bae7bc87 100644 --- a/audio/gst-plugins0.10-faac/Makefile +++ b/audio/gst-plugins0.10-faac/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2012/06/14 07:44:20 sbd Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/12 00:24:36 asau Exp $ # GST_PLUGINS0.10_NAME= faac GST_PLUGINS0.10_DIRS= ext/faac PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-bad/Makefile.common" PKGREVISION=1 diff --git a/audio/gst-plugins0.10-faad/Makefile b/audio/gst-plugins0.10-faad/Makefile index 0cca0c9a13d..3b9d38c41e1 100644 --- a/audio/gst-plugins0.10-faad/Makefile +++ b/audio/gst-plugins0.10-faad/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2012/06/14 07:44:21 sbd Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/12 00:24:37 asau Exp $ # GST_PLUGINS0.10_NAME= faad GST_PLUGINS0.10_DIRS= ext/faad PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-bad/Makefile.common" PKGREVISION=1 diff --git a/audio/gst-plugins0.10-flac/Makefile b/audio/gst-plugins0.10-flac/Makefile index 20728ebceb1..e24095d74dc 100644 --- a/audio/gst-plugins0.10-flac/Makefile +++ b/audio/gst-plugins0.10-flac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/06/14 07:44:18 sbd Exp $ +# $NetBSD: Makefile,v 1.12 2012/09/12 00:24:37 asau Exp $ # GST_PLUGINS0.10_NAME= flac @@ -6,8 +6,6 @@ GST_PLUGINS0.10_DIRS= ext/flac GST_PLUGINS0.10_FLAGS= flac PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-good/Makefile.common" PKGREVISION=1 diff --git a/audio/gst-plugins0.10-fluendo-mp3/Makefile b/audio/gst-plugins0.10-fluendo-mp3/Makefile index 4e38e35855e..fce0dbcdf9b 100644 --- a/audio/gst-plugins0.10-fluendo-mp3/Makefile +++ b/audio/gst-plugins0.10-fluendo-mp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/06/14 07:45:15 sbd Exp $ +# $NetBSD: Makefile,v 1.12 2012/09/12 00:24:37 asau Exp $ # DISTNAME= gst-fluendo-mp3-0.10.15 @@ -12,8 +12,6 @@ HOMEPAGE= http://www.fluendo.com/shop/product/fluendo-mp3-decoder/ COMMENT= MP3 decoder for gstreamer LICENSE= mit -PKG_DESTDIR_SUPPORT= user-destdir - USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config diff --git a/audio/gst-plugins0.10-jack/Makefile b/audio/gst-plugins0.10-jack/Makefile index 0fe03b6699b..cfab658f86f 100644 --- a/audio/gst-plugins0.10-jack/Makefile +++ b/audio/gst-plugins0.10-jack/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2012/06/14 07:44:19 sbd Exp $ +# $NetBSD: Makefile,v 1.12 2012/09/12 00:24:37 asau Exp $ # GST_PLUGINS0.10_NAME= jack GST_PLUGINS0.10_DIRS= ext/jack PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-good/Makefile.common" PKGREVISION=1 diff --git a/audio/gst-plugins0.10-lame/Makefile b/audio/gst-plugins0.10-lame/Makefile index cf4a4ed1b6b..452d4e9df2a 100644 --- a/audio/gst-plugins0.10-lame/Makefile +++ b/audio/gst-plugins0.10-lame/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2012/06/14 07:44:17 sbd Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/12 00:24:37 asau Exp $ # GST_PLUGINS0.10_NAME= lame GST_PLUGINS0.10_DIRS= ext/lame PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-ugly/Makefile.common" PKGREVISION=1 diff --git a/audio/gst-plugins0.10-libvisual/Makefile b/audio/gst-plugins0.10-libvisual/Makefile index 70f766d50a4..1d9aacaff8c 100644 --- a/audio/gst-plugins0.10-libvisual/Makefile +++ b/audio/gst-plugins0.10-libvisual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/06/14 07:45:16 sbd Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/12 00:24:37 asau Exp $ # GST_PLUGINS0.10_NAME= libvisual @@ -6,8 +6,6 @@ GST_PLUGINS0.10_DIRS= ext/libvisual GST_PLUGINS0.10_FLAGS= libvisual PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-base/Makefile.common" .include "../../audio/libvisual/buildlink3.mk" diff --git a/audio/gst-plugins0.10-mad/Makefile b/audio/gst-plugins0.10-mad/Makefile index a463d120222..7a48e60de4a 100644 --- a/audio/gst-plugins0.10-mad/Makefile +++ b/audio/gst-plugins0.10-mad/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2012/06/14 07:44:17 sbd Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/12 00:24:37 asau Exp $ # GST_PLUGINS0.10_NAME= mad GST_PLUGINS0.10_DIRS= ext/mad PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-ugly/Makefile.common" PKGREVISION=1 diff --git a/audio/gst-plugins0.10-musepack/Makefile b/audio/gst-plugins0.10-musepack/Makefile index f15b8670df8..0901f44f730 100644 --- a/audio/gst-plugins0.10-musepack/Makefile +++ b/audio/gst-plugins0.10-musepack/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2012/06/14 07:44:21 sbd Exp $ +# $NetBSD: Makefile,v 1.11 2012/09/12 00:24:37 asau Exp $ # GST_PLUGINS0.10_NAME= musepack GST_PLUGINS0.10_DIRS= ext/musepack PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-bad/Makefile.common" PKGREVISION=1 diff --git a/audio/gst-plugins0.10-oss/Makefile b/audio/gst-plugins0.10-oss/Makefile index f6b5b5fac46..ddce1ab1380 100644 --- a/audio/gst-plugins0.10-oss/Makefile +++ b/audio/gst-plugins0.10-oss/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2012/06/14 07:44:19 sbd Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/12 00:24:37 asau Exp $ # GST_PLUGINS0.10_NAME= oss GST_PLUGINS0.10_DIRS= sys/oss PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-good/Makefile.common" PKGREVISION=1 diff --git a/audio/gst-plugins0.10-pulse/Makefile b/audio/gst-plugins0.10-pulse/Makefile index 17925f3ce4b..b8df8e498ab 100644 --- a/audio/gst-plugins0.10-pulse/Makefile +++ b/audio/gst-plugins0.10-pulse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/06/14 07:44:19 sbd Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/12 00:24:38 asau Exp $ # GST_PLUGINS0.10_NAME= pulse @@ -6,8 +6,6 @@ GST_PLUGINS0.10_DIRS= ext/pulse GST_PLUGINS0.10_FLAGS= pulse PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-good/Makefile.common" PKGREVISION=1 diff --git a/audio/gst-plugins0.10-sid/Makefile b/audio/gst-plugins0.10-sid/Makefile index 5149008135c..cf638934a20 100644 --- a/audio/gst-plugins0.10-sid/Makefile +++ b/audio/gst-plugins0.10-sid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/06/14 07:44:17 sbd Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/12 00:24:38 asau Exp $ # GST_PLUGINS0.10_NAME= sid @@ -6,8 +6,6 @@ GST_PLUGINS0.10_DIRS= ext/sidplay GST_PLUGINS0.10_FLAGS= sidplay PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ .include "../../multimedia/gst-plugins0.10-ugly/Makefile.common" diff --git a/audio/gst-plugins0.10-spc/Makefile b/audio/gst-plugins0.10-spc/Makefile index 1e99a8f35f7..372df844de4 100644 --- a/audio/gst-plugins0.10-spc/Makefile +++ b/audio/gst-plugins0.10-spc/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2012/06/14 07:44:20 sbd Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/12 00:24:38 asau Exp $ # GST_PLUGINS0.10_NAME= spc GST_PLUGINS0.10_DIRS= ext/spc PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-bad/Makefile.common" PKGREVISION=1 diff --git a/audio/gst-plugins0.10-speex/Makefile b/audio/gst-plugins0.10-speex/Makefile index 754f6ad40aa..8f9692b96db 100644 --- a/audio/gst-plugins0.10-speex/Makefile +++ b/audio/gst-plugins0.10-speex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/06/14 07:44:19 sbd Exp $ +# $NetBSD: Makefile,v 1.11 2012/09/12 00:24:38 asau Exp $ # GST_PLUGINS0.10_NAME= speex @@ -6,8 +6,6 @@ GST_PLUGINS0.10_DIRS= ext/speex GST_PLUGINS0.10_FLAGS= speex PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-good/Makefile.common" PKGREVISION=1 diff --git a/audio/gst-plugins0.10-twolame/Makefile b/audio/gst-plugins0.10-twolame/Makefile index 9970b31d52a..1103c9d5dbe 100644 --- a/audio/gst-plugins0.10-twolame/Makefile +++ b/audio/gst-plugins0.10-twolame/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2012/06/14 07:44:17 sbd Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/12 00:24:38 asau Exp $ # GST_PLUGINS0.10_NAME= twolame GST_PLUGINS0.10_DIRS= ext/twolame PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-ugly/Makefile.common" PKGREVISION=1 diff --git a/audio/gst-plugins0.10-vorbis/Makefile b/audio/gst-plugins0.10-vorbis/Makefile index 5cc8ccefeb5..4e57b7a4fbf 100644 --- a/audio/gst-plugins0.10-vorbis/Makefile +++ b/audio/gst-plugins0.10-vorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/06/14 07:45:16 sbd Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/12 00:24:38 asau Exp $ # GST_PLUGINS0.10_NAME= vorbis @@ -6,8 +6,6 @@ GST_PLUGINS0.10_DIRS= ext/vorbis GST_PLUGINS0.10_FLAGS= vorbis PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-base/Makefile.common" .include "../../audio/libvorbis/buildlink3.mk" diff --git a/audio/gst-plugins0.10-wavpack/Makefile b/audio/gst-plugins0.10-wavpack/Makefile index f958fbaaa03..263dc75536e 100644 --- a/audio/gst-plugins0.10-wavpack/Makefile +++ b/audio/gst-plugins0.10-wavpack/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2012/06/14 07:44:18 sbd Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/12 00:24:38 asau Exp $ # GST_PLUGINS0.10_NAME= wavpack GST_PLUGINS0.10_DIRS= ext/wavpack PKGREVISION= 1 -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../multimedia/gst-plugins0.10-good/Makefile.common" PKGREVISION=1 diff --git a/audio/gtick/Makefile b/audio/gtick/Makefile index feb8b279cab..2274e53ddce 100644 --- a/audio/gtick/Makefile +++ b/audio/gtick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/09/07 19:16:09 adam Exp $ +# $NetBSD: Makefile,v 1.24 2012/09/12 00:24:38 asau Exp $ # DISTNAME= gtick-0.3.10 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.antcom.de/gtick/ COMMENT= Metronome application using GTK2+ -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/audio/gtkmserv/Makefile b/audio/gtkmserv/Makefile index 8c97823ff92..bb403a84118 100644 --- a/audio/gtkmserv/Makefile +++ b/audio/gtkmserv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2011/04/22 13:42:54 obache Exp $ +# $NetBSD: Makefile,v 1.21 2012/09/12 00:24:38 asau Exp $ # DISTNAME= gtkmserv-0.5.2 @@ -10,9 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://projects.ubertechnique.com/index.html COMMENT= Gtk-based GUI client for the audio/mserv package -PKG_DESTDIR_SUPPORt= user-destdir -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= YES diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index 8cd871203ee..873e7897ba5 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2012/09/07 19:16:09 adam Exp $ +# $NetBSD: Makefile,v 1.44 2012/09/12 00:24:38 asau Exp $ # DISTNAME= gtkpod-1.0.0 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.gtkpod.org/ COMMENT= GUI for iPod using GTK2 LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/audio/guspatches/Makefile b/audio/guspatches/Makefile index db55a4513f0..f2758bf38c0 100644 --- a/audio/guspatches/Makefile +++ b/audio/guspatches/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/01/21 21:21:50 heinz Exp $ +# $NetBSD: Makefile,v 1.19 2012/09/12 00:24:39 asau Exp $ # DISTNAME= dgguspat @@ -15,7 +15,6 @@ RESTRICTED= Uses copyrighted patches NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -PKG_DESTDIR_SUPPORT= user-destdir EXTRACT_ONLY= # empty NO_BUILD= yes USE_LANGUAGES= # empty diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile index 74304d278d8..830a60dbcca 100644 --- a/audio/herrie/Makefile +++ b/audio/herrie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/03/03 00:12:40 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2012/09/12 00:24:39 asau Exp $ # DISTNAME= herrie-2.2 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://herrie.info/ COMMENT= Minimalistic, ncurses-based audio player -PKG_DESTDIR_SUPPORT= user-destdir - HAS_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake msgfmt pkg-config diff --git a/audio/hydrogen/Makefile b/audio/hydrogen/Makefile index 3d5aac2c64d..9b11761d81b 100644 --- a/audio/hydrogen/Makefile +++ b/audio/hydrogen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/09/07 19:16:09 adam Exp $ +# $NetBSD: Makefile,v 1.29 2012/09/12 00:24:39 asau Exp $ DISTNAME= hydrogen-0.9.4.2 PKGREVISION= 6 @@ -9,8 +9,6 @@ MAINTAINER= chris.wareham@btinternet.com HOMEPAGE= http://www.hydrogen-music.org/ COMMENT= Real time drum machine/sequencer -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= pkg-config diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index e80c9cfef13..c2dbdbeca34 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2012/06/14 07:44:46 sbd Exp $ +# $NetBSD: Makefile,v 1.52 2012/09/12 00:24:39 asau Exp $ # DISTNAME= icecast-2.3.2 @@ -10,8 +10,6 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.icecast.org/ COMMENT= Live streaming audio server -PKG_DESTDIR_SUPPORT= user-destdir - USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/audio/icecast1/Makefile b/audio/icecast1/Makefile index 95d209d3866..a50119884d8 100644 --- a/audio/icecast1/Makefile +++ b/audio/icecast1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/03/15 11:53:20 obache Exp $ +# $NetBSD: Makefile,v 1.29 2012/09/12 00:24:39 asau Exp $ # DISTNAME= icecast-1.3.12 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.icecast.org/ COMMENT= Internet broadcasting system using Mpeg Layer III streaming -PKG_DESTDIR_SUPPORT= user-destdir - RCD_SCRIPTS= icecast PKG_SYSCONFSUBDIR= icecast diff --git a/audio/ices-mp3/Makefile b/audio/ices-mp3/Makefile index 06424b1a509..dc8a1fe7de8 100644 --- a/audio/ices-mp3/Makefile +++ b/audio/ices-mp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/06/14 07:45:24 sbd Exp $ +# $NetBSD: Makefile,v 1.21 2012/09/12 00:24:39 asau Exp $ # DISTNAME= ices-${ICES_VERSION} @@ -12,8 +12,6 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.icecast.org/ices.php COMMENT= Source client for a streaming server -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= automake pkg-config USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/audio/id3/Makefile b/audio/id3/Makefile index 1c3f5e1ebe3..6ebbedede99 100644 --- a/audio/id3/Makefile +++ b/audio/id3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/11/24 12:04:15 obache Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/12 00:24:39 asau Exp $ DISTNAME= id3_0.15.orig PKGNAME= id3-0.15 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://packages.qa.debian.org/i/id3.html COMMENT= ID3 v1.1 tag editor -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} .include "../../mk/bsd.pkg.mk" diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index 86539186ee1..2fa7a12b130 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2009/07/07 15:05:58 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2012/09/12 00:24:39 asau Exp $ # DISTNAME= id3ed-1.10.4 @@ -11,7 +11,6 @@ HOMEPAGE= http://users.dakotacom.net/~donut/programs/id3ed.html COMMENT= Edit id3 description tags in mpeg3 files PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index c6ef6aed136..178dac52fab 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2011/11/01 15:11:18 hans Exp $ +# $NetBSD: Makefile,v 1.31 2012/09/12 00:24:40 asau Exp $ # DISTNAME= id3lib-3.8.3 @@ -11,7 +11,6 @@ HOMEPAGE= http://id3lib.sourceforge.net/ COMMENT= Library for manipulating ID3v1 and ID3v2 tags PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ GNU_CONFIGURE= yes diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile index e56c6b56d66..17826739f72 100644 --- a/audio/id3v2/Makefile +++ b/audio/id3v2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2010/04/26 08:32:49 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/12 00:24:40 asau Exp $ DISTNAME= id3v2-0.1.12 CATEGORIES= audio @@ -11,7 +11,6 @@ COMMENT= Command line editor for id3v2 tags LICENSE= gnu-lgpl-v2.1 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c++ USE_TOOLS+= gmake diff --git a/audio/ifp-line/Makefile b/audio/ifp-line/Makefile index 4f96b77987f..573e92a60dd 100644 --- a/audio/ifp-line/Makefile +++ b/audio/ifp-line/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/02/29 21:01:08 hans Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/12 00:24:40 asau Exp $ DISTNAME= ifp-line-0.3 CATEGORIES= audio @@ -8,8 +8,6 @@ MAINTAINER= sekiya@NetBSD.org HOMEPAGE= http://ifp-driver.sourceforge.net/ COMMENT= Command-line interface to iRiver MP3 players -PKG_DESTDIR_SUPPORT= user-destdir - INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} INSTALLATION_DIRS+= bin diff --git a/audio/jack-rack/Makefile b/audio/jack-rack/Makefile index c50818e74a7..18048217105 100644 --- a/audio/jack-rack/Makefile +++ b/audio/jack-rack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/09/07 19:16:09 adam Exp $ +# $NetBSD: Makefile,v 1.23 2012/09/12 00:24:40 asau Exp $ # DISTNAME= jack-rack-1.4.7 @@ -12,8 +12,6 @@ HOMEPAGE= http://jack-rack.sourceforge.net/ COMMENT= Effects "rack" for JACK LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/audio/jack/Makefile b/audio/jack/Makefile index a55158bfbd8..a4a7b9fce97 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/01/26 06:34:19 sbd Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/12 00:24:40 asau Exp $ # DISTNAME= jack-audio-connection-kit-${JACK_VERSION} @@ -14,8 +14,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.jackaudio.org/ COMMENT= JACK audio connection kit -PKG_DESTDIR_SUPPORT= user-destdir - BUILD_DEFS+= JACKD_DEFAULT_TMPDIR BUILD_DEFS+= JACKD_PROCFS_PATH diff --git a/audio/juke/Makefile b/audio/juke/Makefile index a4efb1579f9..62b3e757f91 100644 --- a/audio/juke/Makefile +++ b/audio/juke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/07/07 15:14:04 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/12 00:24:40 asau Exp $ # DISTNAME= juke-0.7 @@ -10,8 +10,6 @@ MAINTAINER= mob@bicekru.org #HOMEPAGE= http://johan.nocrew.org/nav10/unix/juke/ COMMENT= Simple ncurses based jukebox -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= YES # halfdelay() diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile index b00bdbd4791..c7be1307f09 100644 --- a/audio/kid3/Makefile +++ b/audio/kid3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2012/07/01 19:05:12 dholland Exp $ +# $NetBSD: Makefile,v 1.32 2012/09/12 00:24:40 asau Exp $ # DISTNAME= kid3-1.6 @@ -11,8 +11,6 @@ HOMEPAGE= http://kid3.sourceforge.net/ COMMENT= ID3 tagger for KDE 3 LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes SET_LIBDIR= yes USE_LIBTOOL= yes diff --git a/audio/kmp/Makefile b/audio/kmp/Makefile index c7361750ef4..b1b422233e6 100644 --- a/audio/kmp/Makefile +++ b/audio/kmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2011/11/01 06:00:38 sbd Exp $ +# $NetBSD: Makefile,v 1.20 2012/09/12 00:24:40 asau Exp $ DISTNAME= kmp-0.01 PKGREVISION= 9 @@ -10,8 +10,6 @@ MAINTAINER= pkg@burningsoda.com #HOMEPAGE= http://www.threadbox.net/index.php/code/kmp/ COMMENT= Qt client for the Music Player Daemon -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ USE_LIBTOOL= yes HAS_CONFIGURE= yes diff --git a/audio/ladspa/Makefile b/audio/ladspa/Makefile index 6c735e63081..d0939877039 100644 --- a/audio/ladspa/Makefile +++ b/audio/ladspa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/08/16 14:17:44 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2012/09/12 00:24:40 asau Exp $ # DISTNAME= ladspa_sdk_1.13 @@ -12,8 +12,6 @@ HOMEPAGE= http://www.ladspa.org/ COMMENT= Linux Audio Developers Simple Plugin API LICENSE= gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/ladspa_sdk/src USE_TOOLS+= gmake USE_LANGUAGES= c c++ diff --git a/audio/lame/Makefile b/audio/lame/Makefile index eaba6f108c7..e31c0bc80f4 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2012/03/07 14:43:47 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2012/09/12 00:24:41 asau Exp $ DISTNAME= lame-3.99.5 CATEGORIES= audio @@ -9,7 +9,6 @@ HOMEPAGE= http://lame.sourceforge.net/ COMMENT= Fast, high quality MP3 encoder LICENSE= lame-license -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile index d1bccd115b0..45326ae136b 100644 --- a/audio/liba52/Makefile +++ b/audio/liba52/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/07/01 15:52:58 heinz Exp $ +# $NetBSD: Makefile,v 1.21 2012/09/12 00:24:41 asau Exp $ # DISTNAME= a52dec-0.7.4 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://liba52.sourceforge.net/ COMMENT= Free ATSC A/52 stream decoder library -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/audio/libalac/Makefile b/audio/libalac/Makefile index 7115378b837..8e18e2f36c1 100644 --- a/audio/libalac/Makefile +++ b/audio/libalac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/11/17 19:43:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2012/09/12 00:24:41 asau Exp $ # DISTNAME= libalac-r3 @@ -12,8 +12,6 @@ HOMEPAGE= http://alac.macosforge.org/ COMMENT= Apple Lossless Audio Codec is an audio codec developed by Apple LICENSE= apache-2.0 -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/libalac-r3/codec USE_LANGUAGES= c c++ MAKE_FILE= makefile diff --git a/audio/libao/Makefile.common b/audio/libao/Makefile.common index 7d43495590b..c4b207f0b8c 100644 --- a/audio/libao/Makefile.common +++ b/audio/libao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.33 2011/04/09 13:20:20 shattered Exp $ +# $NetBSD: Makefile.common,v 1.34 2012/09/12 00:24:41 asau Exp $ # used by audio/libao-arts/Makefile # used by audio/libao-esound/Makefile # used by audio/libao-macosx/Makefile @@ -14,8 +14,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.xiph.org/ao/ COMMENT= Cross-platform audio library -PKG_DESTDIR_SUPPORT= user-destdir - DISTINFO_FILE= ${.CURDIR}/../../audio/libao/distinfo PATCHDIR= ${.CURDIR}/../../audio/libao/patches diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 6d8d7b32396..8807bcac822 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2012/05/20 13:38:20 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2012/09/12 00:24:41 asau Exp $ DISTNAME= audiofile-0.3.4 PKGNAME= lib${DISTNAME} @@ -11,7 +11,6 @@ COMMENT= Sound library for SGI audio file LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LANGUAGES= c c++ diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile index ede1544c0ea..49a6285267a 100644 --- a/audio/libcanberra/Makefile +++ b/audio/libcanberra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/09/07 19:16:09 adam Exp $ +# $NetBSD: Makefile,v 1.24 2012/09/12 00:24:41 asau Exp $ DISTNAME= libcanberra-0.26 PKGREVISION= 7 @@ -10,8 +10,6 @@ HOMEPAGE= http://0pointer.de/lennart/projects/libcanberra/ COMMENT= Desktop event sound library LICENSE= gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile index 72196e1c2fa..009b4c67fa7 100644 --- a/audio/libcdaudio/Makefile +++ b/audio/libcdaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2012/02/15 21:53:56 hans Exp $ +# $NetBSD: Makefile,v 1.32 2012/09/12 00:24:41 asau Exp $ DISTNAME= libcdaudio-0.99.12 PKGREVISION= 2 @@ -12,7 +12,6 @@ COMMENT= Multi-platform CD player development library NOT_FOR_PLATFORM= Interix-*-* PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pkg-config USE_LIBTOOL= YES diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index 3d931bab199..c433138a7d0 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2009/07/26 17:36:25 drochner Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/12 00:24:41 asau Exp $ DISTNAME= libcddb-1.3.2 CATEGORIES= audio @@ -9,7 +9,6 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://libcddb.sourceforge.net/ COMMENT= Library to access data on a CDDB server -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews USE_PKGLOCALEDIR= yes diff --git a/audio/libdca/Makefile b/audio/libdca/Makefile index 26aaea936c4..ae8d7d6ce15 100644 --- a/audio/libdca/Makefile +++ b/audio/libdca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/03/10 13:20:10 shattered Exp $ +# $NetBSD: Makefile,v 1.11 2012/09/12 00:24:41 asau Exp $ # DISTNAME= libdca-0.0.5 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.videolan.org/developers/libdca.html COMMENT= DTS Coherent Acoustics decoder LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - RESTRICTED= Unresolved patent issue NO_BIN_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} diff --git a/audio/libdiscid/Makefile b/audio/libdiscid/Makefile index 141f2f45640..fd575931d6d 100644 --- a/audio/libdiscid/Makefile +++ b/audio/libdiscid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/03/27 07:28:24 obache Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/12 00:24:42 asau Exp $ DISTNAME= libdiscid-0.2.2 CATEGORIES= audio @@ -17,6 +17,5 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= libdiscid.pc.in -PKG_DESTDIR_SUPPORT= user-destdir .include "../../mk/bsd.pkg.mk" diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index f8713cf4a96..0a1891c630f 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2012/09/07 19:16:10 adam Exp $ +# $NetBSD: Makefile,v 1.27 2012/09/12 00:24:42 asau Exp $ DISTNAME= libgpod-0.8.2 PKGREVISION= 4 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.gtkpod.org/wiki/Libgpod COMMENT= Library for accessing iPod onboard databases, playlists, etc LICENSE= gnu-lgpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - PKGCONFIG_OVERRIDE= libgpod-1.0.pc.in USE_LIBTOOL= yes diff --git a/audio/libid3tag/Makefile b/audio/libid3tag/Makefile index 8ee733bd777..2aad2254593 100644 --- a/audio/libid3tag/Makefile +++ b/audio/libid3tag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2010/01/16 17:57:37 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2012/09/12 00:24:42 asau Exp $ # DISTNAME= libid3tag-0.15.1b @@ -10,7 +10,6 @@ MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/mad/ COMMENT= ID3 tag library, part of MAD (MPEG Audio Decoder) -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews CONFLICTS= mad<0.15 diff --git a/audio/libifp/Makefile b/audio/libifp/Makefile index 9e4344454fd..21d1aaaa394 100644 --- a/audio/libifp/Makefile +++ b/audio/libifp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/03/01 16:41:35 hans Exp $ +# $NetBSD: Makefile,v 1.3 2012/09/12 00:24:42 asau Exp $ # DISTNAME= libifp-1.0.0.2 @@ -10,8 +10,6 @@ HOMEPAGE= http://ifp-driver.sourceforge.net/ COMMENT= General-purpose library-driver for iRiver's iFP portable players LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libusb=${BUILDLINK_PREFIX.libusb} USE_LIBTOOL= yes diff --git a/audio/liblastfm/Makefile b/audio/liblastfm/Makefile index d873dbce5ea..d127f21afca 100644 --- a/audio/liblastfm/Makefile +++ b/audio/liblastfm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/09/07 19:16:10 adam Exp $ +# $NetBSD: Makefile,v 1.20 2012/09/12 00:24:42 asau Exp $ # DISTNAME= mxcl-liblastfm-0.3.3-0-gf0b3239 @@ -12,8 +12,6 @@ HOMEPAGE= http://github.com/mxcl/liblastfm COMMENT= Library for accessing last.fm LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/mxcl-liblastfm-1c739eb USE_LANGUAGES= c c++ diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile index c9fa5983478..1020d1114b8 100644 --- a/audio/libmad/Makefile +++ b/audio/libmad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2010/01/16 17:57:37 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2012/09/12 00:24:42 asau Exp $ # DISTNAME= libmad-0.15.1b @@ -13,7 +13,6 @@ COMMENT= High-quality MPEG audio decoder CONFLICTS= mad<0.15 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile index 5382c2010d0..c6c67292f35 100644 --- a/audio/libmikmod/Makefile +++ b/audio/libmikmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2012/06/03 21:44:59 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2012/09/12 00:24:42 asau Exp $ DISTNAME= libmikmod-3.2.0 CATEGORIES= audio @@ -9,7 +9,6 @@ HOMEPAGE= http://mikmod.raphnet.net/ COMMENT= MikMod Sound Library LICENSE= gnu-lgpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= autoconf gmake makeinfo diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index 2faf5d28e8e..7cd5945d7cc 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/08/09 19:29:27 gls Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/12 00:24:42 asau Exp $ # DISTNAME= libmodplug-0.8.8.4 @@ -11,7 +11,6 @@ COMMENT= Library for decoding mod-like music formats LICENSE= public-domain PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/audio/libmp3splt/Makefile b/audio/libmp3splt/Makefile index b9a54ef0d71..9498af84264 100644 --- a/audio/libmp3splt/Makefile +++ b/audio/libmp3splt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/03/03 00:12:41 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/09/12 00:24:42 asau Exp $ # DISTNAME= libmp3splt-0.7 @@ -11,8 +11,6 @@ HOMEPAGE= http://mp3splt.sourceforge.net/ COMMENT= Utility library for MP3 splitting/manipulation LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config diff --git a/audio/libmpcdec/Makefile b/audio/libmpcdec/Makefile index 943b6ddc2c1..5d893bd211f 100644 --- a/audio/libmpcdec/Makefile +++ b/audio/libmpcdec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/01/20 20:29:18 sketch Exp $ +# $NetBSD: Makefile,v 1.4 2012/09/12 00:24:42 asau Exp $ # DISTNAME= libmpcdec-1.2.6 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musepack.net/ COMMENT= Portable Musepack decoder library -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/audio/libmpd/Makefile b/audio/libmpd/Makefile index 0b5fd629a1a..15cfe4f3072 100644 --- a/audio/libmpd/Makefile +++ b/audio/libmpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/03/04 20:10:47 jakllsch Exp $ +# $NetBSD: Makefile,v 1.15 2012/09/12 00:24:43 asau Exp $ # DISTNAME= libmpd-0.20.0 @@ -12,8 +12,6 @@ HOMEPAGE= http://gmpc.wikia.com/?title=Libmpd COMMENT= Library to access mpd (musicpd) LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_LIBTOOL= yes GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= libmpd.pc.in diff --git a/audio/libmpdclient/Makefile b/audio/libmpdclient/Makefile index 3c831a611bb..663888c9d2d 100644 --- a/audio/libmpdclient/Makefile +++ b/audio/libmpdclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/03/04 20:10:47 jakllsch Exp $ +# $NetBSD: Makefile,v 1.5 2012/09/12 00:24:43 asau Exp $ # DISTNAME= libmpdclient-2.6 @@ -12,8 +12,6 @@ HOMEPAGE= http://mpd.wikia.com/wiki/ClientLib:libmpdclient COMMENT= Asynchronous API library for interfacing MPD LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/audio/libmpg123/Makefile b/audio/libmpg123/Makefile index c77e736a640..5043618bcfd 100644 --- a/audio/libmpg123/Makefile +++ b/audio/libmpg123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/09/14 15:46:01 hans Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/12 00:24:43 asau Exp $ # .include "../../audio/libmpg123/Makefile.common" @@ -6,8 +6,6 @@ PKGNAME= libmpg123-${LIBMPG123_VERSION} COMMENT= MPEG layer 1, 2, and 3 decoder library -PKG_DESTDIR_SUPPORT= user-destdir - PKGCONFIG_OVERRIDE+= libmpg123.pc.in AUTO_MKDIRS= yes diff --git a/audio/libmtag/Makefile b/audio/libmtag/Makefile index 3760c8164a0..cba79b45ea7 100644 --- a/audio/libmtag/Makefile +++ b/audio/libmtag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/12/16 19:54:39 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2012/09/12 00:24:43 asau Exp $ # DISTNAME= libmtag-0.3.2 @@ -15,7 +15,6 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= libmtag.pc.in -PKG_DESTDIR_SUPPORT= user-destdir .include "../../audio/taglib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/libmusepack/Makefile b/audio/libmusepack/Makefile index 39b118a6fe6..4d7aedb919d 100644 --- a/audio/libmusepack/Makefile +++ b/audio/libmusepack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/07/14 12:55:57 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/12 00:24:43 asau Exp $ # DISTNAME= libmusepack-1.0.3 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musepack.net/ COMMENT= Portable Musepack decoder library -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/audio/libmusicbrainz/Makefile b/audio/libmusicbrainz/Makefile index b4f7b475e5c..1b0eed03c20 100644 --- a/audio/libmusicbrainz/Makefile +++ b/audio/libmusicbrainz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/05/29 13:36:01 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/09/12 00:24:43 asau Exp $ DISTNAME= libmusicbrainz-3.0.3 PKGREVISION= 1 @@ -10,8 +10,6 @@ HOMEPAGE= http://musicbrainz.org/doc/libmusicbrainz COMMENT= MusicBrainz (user-maintained community music metadatabase) library v3 LICENSE= gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir - USE_CMAKE= yes USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE= libmusicbrainz3.pc.cmake diff --git a/audio/libmusicbrainz5/Makefile b/audio/libmusicbrainz5/Makefile index d1dc25afd39..3ee68dc0556 100644 --- a/audio/libmusicbrainz5/Makefile +++ b/audio/libmusicbrainz5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/05/29 13:31:38 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2012/09/12 00:24:43 asau Exp $ DISTNAME= libmusicbrainz-5.0.1 PKGNAME= ${DISTNAME:S/brainz/brainz5/} @@ -10,8 +10,6 @@ HOMEPAGE= http://musicbrainz.org/doc/libmusicbrainz COMMENT= MusicBrainz (user-maintained community music metadatabase) library v5 LICENSE= gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir - FETCH_USING= curl USE_CMAKE= yes diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile index 0de8f3e140b..28401ecbcfb 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2011/08/06 19:43:21 gls Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/12 00:24:43 asau Exp $ # DISTNAME= libofa-0.9.3 @@ -12,8 +12,6 @@ HOMEPAGE= http://code.google.com/p/musicip-libofa/ COMMENT= Open Fingerprint Architecture library LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/audio/libopenspc/Makefile b/audio/libopenspc/Makefile index a64e0d64d52..1bba21d9187 100644 --- a/audio/libopenspc/Makefile +++ b/audio/libopenspc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/07/14 12:55:57 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2012/09/12 00:24:43 asau Exp $ # DISTNAME= OpenSPC_snap-20050926 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://home.comcast.net/~brad.martin1/ COMMENT= Library and player for SPC sound files -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/libopenspc-0.3.99 GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index db301e1530f..d833a5f62dc 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/07/04 08:58:09 adam Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/12 00:24:44 asau Exp $ DISTNAME= libsamplerate-0.1.8 CATEGORIES= audio @@ -9,8 +9,6 @@ HOMEPAGE= http://www.mega-nerd.com/SRC/ COMMENT= Sample rate converter library LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_LIBTOOL= yes USE_TOOLS+= pkg-config GNU_CONFIGURE= yes diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile index e6f9802ee4b..148249b57b5 100644 --- a/audio/libshout/Makefile +++ b/audio/libshout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/08/04 13:31:24 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2012/09/12 00:24:44 asau Exp $ # DISTNAME= libshout-2.2.2 @@ -9,8 +9,6 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://directory.fsf.org/audio/ogg/libshout.html COMMENT= Connects and sends data to icecast servers -PKG_DESTDIR_SUPPORT= user-destdir - USE_LIBTOOL= YES PTHREAD_OPTS+= require USE_TOOLS+= pkg-config diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index 08f2035707f..a24351d199d 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2009/03/22 10:33:42 pooka Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/12 00:24:44 asau Exp $ # DISTNAME= libsidplay-1.36.59 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tnsp.org/?p=libsidplay1 COMMENT= Sidplay Library -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS= sidplay-1.36.* GNU_CONFIGURE= yes diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile index bb167151e9e..a366951223d 100644 --- a/audio/libsidplay2/Makefile +++ b/audio/libsidplay2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/01/21 20:34:42 heinz Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/12 00:24:44 asau Exp $ # DISTNAME= sidplay-libs-2.1.1 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sidplay2.sourceforge.net/ COMMENT= Sidplay2 Library -PKG_DESTDIR_SUPPORT= user-destdir - OVERRIDE_DIRDEPTH= 3 GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/audio/libsmf/Makefile b/audio/libsmf/Makefile index 9a60281f17f..1b8cf3bdd8c 100644 --- a/audio/libsmf/Makefile +++ b/audio/libsmf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/03/03 00:12:41 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/09/12 00:24:44 asau Exp $ # DISTNAME= libsmf-1.3 @@ -11,8 +11,6 @@ HOMEPAGE= http://sourceforge.net/projects/libsmf/ COMMENT= Standard MIDI File format library LICENSE= 2-clause-bsd -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index cdf77ac1e3a..115f3cd87ac 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2011/08/06 10:23:16 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2012/09/12 00:24:44 asau Exp $ DISTNAME= libsndfile-1.0.25 CATEGORIES= audio @@ -9,7 +9,6 @@ HOMEPAGE= http://www.mega-nerd.com/libsndfile/ COMMENT= Library for reading and writing audio files LICENSE= gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ diff --git a/audio/libspiff/Makefile b/audio/libspiff/Makefile index a2edcca4924..d2a7bb031f0 100644 --- a/audio/libspiff/Makefile +++ b/audio/libspiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/02/28 14:52:40 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/09/12 00:24:44 asau Exp $ # DISTNAME= libspiff-1.0.0 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://libspiff.sourceforge.net/ COMMENT= XML Shareable Playlist Format (XSPF) library -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ diff --git a/audio/libtunepimp/Makefile b/audio/libtunepimp/Makefile index 1363a92de18..eda936a33b8 100644 --- a/audio/libtunepimp/Makefile +++ b/audio/libtunepimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2011/06/03 12:50:54 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/12 00:24:44 asau Exp $ DISTNAME= libtunepimp-0.5.3 PKGREVISION= 9 @@ -14,8 +14,6 @@ COMMENT= Library to support MusicBrainz enabled tagging # falls under gnu-gpl-v2 LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_LIBTOOL= YES diff --git a/audio/libvisual-bmp/Makefile b/audio/libvisual-bmp/Makefile index da25ea9e7e3..c2e4b50112e 100644 --- a/audio/libvisual-bmp/Makefile +++ b/audio/libvisual-bmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/09/07 19:16:10 adam Exp $ +# $NetBSD: Makefile,v 1.29 2012/09/12 00:24:45 asau Exp $ # DISTNAME= libvisual-bmp-0.2.0 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://localhost.nl/~synap/libvisual-wiki/ COMMENT= Libvisual Beep Media Player plugin -PKG_DESTDIR_SUPPORT= user-destdir - USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/audio/libvisual-plugins/Makefile b/audio/libvisual-plugins/Makefile index be67351a7c8..3e0665b4aa0 100644 --- a/audio/libvisual-plugins/Makefile +++ b/audio/libvisual-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2012/09/07 19:16:10 adam Exp $ +# $NetBSD: Makefile,v 1.33 2012/09/12 00:24:45 asau Exp $ # DISTNAME= libvisual-plugins-0.4.0 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://localhost.nl/~synap/libvisual-wiki/ COMMENT= Plugins for libvisual -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS= libvisual-nebulus-[0-9]* libvisual-gforce-[0-9]* USE_PKGLOCALEDIR= yes diff --git a/audio/libvisual/Makefile b/audio/libvisual/Makefile index fcd06986ff4..6c15337e4cd 100644 --- a/audio/libvisual/Makefile +++ b/audio/libvisual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2011/04/22 13:41:56 obache Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/12 00:24:44 asau Exp $ # DISTNAME= libvisual-0.4.0 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://localhost.nl/~synap/libvisual-wiki/ COMMENT= Abstraction library between applications and audio visualisation plugins -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/libvisual.pc.in diff --git a/audio/libvisual0.2-plugins/Makefile b/audio/libvisual0.2-plugins/Makefile index be36f1ee51b..5a0c811d419 100644 --- a/audio/libvisual0.2-plugins/Makefile +++ b/audio/libvisual0.2-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/09/07 19:16:10 adam Exp $ +# $NetBSD: Makefile,v 1.16 2012/09/12 00:24:45 asau Exp $ # DISTNAME= libvisual-plugins-0.2.0 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://localhost.nl/~synap/libvisual-wiki/ COMMENT= Plugins for libvisual -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS= libvisual-nebulus-[0-9]* libvisual-gforce-[0-9]* CONFLICTS+= libvisual-plugins<0.4.0 diff --git a/audio/libvisual0.2/Makefile b/audio/libvisual0.2/Makefile index 6e356135fe2..21696dcc0b3 100644 --- a/audio/libvisual0.2/Makefile +++ b/audio/libvisual0.2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/01/04 22:32:04 shattered Exp $ +# $NetBSD: Makefile,v 1.5 2012/09/12 00:24:45 asau Exp $ # DISTNAME= libvisual-0.2.0 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://localhost.nl/~synap/libvisual-wiki/ COMMENT= Abstraction library between applications and audio visualisation plugins (0.2 branch) -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS+= libvisual<0.4.0 USE_LANGUAGES= c c++ diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index ea3e6edc6b4..d29ce14c9cc 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2012/03/05 13:15:06 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2012/09/12 00:24:45 asau Exp $ DISTNAME= libvorbis-1.3.3 CATEGORIES= devel audio @@ -11,7 +11,6 @@ COMMENT= Library for the Ogg Vorbis audio encoding format LICENSE= modified-bsd PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/audio/libwildmidi/Makefile b/audio/libwildmidi/Makefile index 16bc4bd5f93..46e7649e9ed 100644 --- a/audio/libwildmidi/Makefile +++ b/audio/libwildmidi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/11/30 13:47:15 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2012/09/12 00:24:45 asau Exp $ # DISTNAME= wildmidi-0.2.3.4 @@ -11,8 +11,6 @@ HOMEPAGE= http://wildmidi.sourceforge.net/ COMMENT= Midi processing library and a midi player using the GUS patch set LICENSE= gnu-lgpl-v3 -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile index cc62a9c3081..8d25974e1d4 100644 --- a/audio/liteamp/Makefile +++ b/audio/liteamp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2012/09/07 19:16:10 adam Exp $ +# $NetBSD: Makefile,v 1.50 2012/09/12 00:24:45 asau Exp $ DISTNAME= liteamp-0.2.4.2 PKGREVISION= 29 @@ -9,8 +9,6 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://kldp.net/projects/liteamp/ COMMENT= Light-weight Music Player for GNOME2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt perl pkg-config USE_PKGLOCALEDIR= yes diff --git a/audio/liveice/Makefile b/audio/liveice/Makefile index 8d8413937b7..316aafae7f3 100644 --- a/audio/liveice/Makefile +++ b/audio/liveice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/01/11 18:50:10 hans Exp $ +# $NetBSD: Makefile,v 1.19 2012/09/12 00:24:45 asau Exp $ # DISTNAME= liveice @@ -15,8 +15,6 @@ DEPENDS+= mpg123-1.*:../../audio/mpg123 DEPENDS+= lame-3.*:../../audio/lame DEPENDS+= tk>=8.0:../../x11/tk -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= YES DIST_SUBDIR= liveice-0.20001121 LIBS+= ${LIBOSSAUDIO} diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile index 4345adbdedf..2de4e9016a3 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/06/04 09:29:54 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2012/09/12 00:24:45 asau Exp $ # DISTNAME= lmms-0.2.0 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://lmms.sourceforge.net/ COMMENT= Linux MultiMedia Studio -PKG_DESTDIR_SUPPORT= user-destdir - USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |