diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-07 14:59:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-07 14:59:00 +0000 |
commit | a4126ef68727b611fdc60a1295cdad3d94327d0e (patch) | |
tree | daee28dae29782ef2571d7b3430b8ea831f1f55c /audio | |
parent | 95d88b1619beb7f74c11c2f82439634040d3615c (diff) | |
download | pkgsrc-a4126ef68727b611fdc60a1295cdad3d94327d0e.tar.gz |
Clean up patch. Simplify. user-destdir support.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/alsa-plugins-pulse/Makefile | 10 | ||||
-rw-r--r-- | audio/alsa-plugins-pulse/distinfo | 4 | ||||
-rw-r--r-- | audio/alsa-plugins-pulse/patches/patch-aa | 11 |
3 files changed, 7 insertions, 18 deletions
diff --git a/audio/alsa-plugins-pulse/Makefile b/audio/alsa-plugins-pulse/Makefile index 5c54003d36d..8b3827b9c55 100644 --- a/audio/alsa-plugins-pulse/Makefile +++ b/audio/alsa-plugins-pulse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/19 04:04:04 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/07 14:59:00 joerg Exp $ # DISTNAME= alsa-plugins-1.0.18 @@ -11,15 +11,13 @@ 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 -do-build: - cd ${WRKSRC}/pulse && ${GMAKE} - -do-install: - cd ${WRKSRC}/pulse && ${GMAKE} install +BUILD_DIRS= pulse .include "../../audio/alsa-lib/buildlink3.mk" .include "../../audio/pulseaudio/buildlink3.mk" diff --git a/audio/alsa-plugins-pulse/distinfo b/audio/alsa-plugins-pulse/distinfo index ea93be25c38..8731fa961c0 100644 --- a/audio/alsa-plugins-pulse/distinfo +++ b/audio/alsa-plugins-pulse/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/12/19 04:04:04 jmcneill Exp $ +$NetBSD: distinfo,v 1.2 2009/07/07 14:59:00 joerg Exp $ SHA1 (alsa-plugins-1.0.18.tar.bz2) = 33b5eca861de35a6eeb47862f24a8663af56cd0a RMD160 (alsa-plugins-1.0.18.tar.bz2) = 83b570d5346c7c79f5fe628e381ba1cf8e5a69db Size (alsa-plugins-1.0.18.tar.bz2) = 312656 bytes -SHA1 (patch-aa) = af3bc837cab95c8f042b6e041c89b03e171f1a73 +SHA1 (patch-aa) = 77774e607905f3930ffec503c04d6dd1f70d9946 diff --git a/audio/alsa-plugins-pulse/patches/patch-aa b/audio/alsa-plugins-pulse/patches/patch-aa index ddd248505db..2a300dbe557 100644 --- a/audio/alsa-plugins-pulse/patches/patch-aa +++ b/audio/alsa-plugins-pulse/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2008/12/19 04:04:04 jmcneill Exp $ +$NetBSD: patch-aa,v 1.2 2009/07/07 14:59:00 joerg Exp $ --- configure.orig 2008-10-29 08:47:45.000000000 -0400 +++ configure @@ -11,12 +11,3 @@ $NetBSD: patch-aa,v 1.1.1.1 2008/12/19 04:04:04 jmcneill Exp $ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -21974,6 +21974,8 @@ do - case $ac_option in - # Handling of the options. - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) -+ : Avoid regenerating within pkgsrc -+ exit 0 - ac_cs_recheck=: ;; - --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) - echo "$ac_cs_version"; exit ;; |