Thu Jan 21 12:12:27 2010 UTC ()
make the "avahi" option "off" per defauld, as in other pkgs,
bump PKGREVISION


(drochner)
diff -r1.29 -r1.30 pkgsrc/audio/pulseaudio/Makefile
diff -r1.1 -r1.2 pkgsrc/audio/pulseaudio/options.mk

cvs diff -r1.29 -r1.30 pkgsrc/audio/pulseaudio/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/pulseaudio/Makefile 2009/12/27 15:06:28 1.29
+++ pkgsrc/audio/pulseaudio/Makefile 2010/01/21 12:12:27 1.30
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.29 2009/12/27 15:06:28 abs Exp $ 1# $NetBSD: Makefile,v 1.30 2010/01/21 12:12:27 drochner Exp $
2 2
3# NOTE: Please send a copy of any patches that are not pkgsrc-specific 3# NOTE: Please send a copy of any patches that are not pkgsrc-specific
4# to <pulseaudio-discuss@mail.0pointer.de> 4# to <pulseaudio-discuss@mail.0pointer.de>
5 5
6DISTNAME= pulseaudio-0.9.14 6DISTNAME= pulseaudio-0.9.14
7PKGREVISION= 6 7PKGREVISION= 7
8CATEGORIES= audio 8CATEGORIES= audio
9MASTER_SITES= http://0pointer.de/lennart/projects/pulseaudio/ 9MASTER_SITES= http://0pointer.de/lennart/projects/pulseaudio/
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://www.pulseaudio.org/ 12HOMEPAGE= http://www.pulseaudio.org/
13COMMENT= Sound server for POSIX and Win32 systems 13COMMENT= Sound server for POSIX and Win32 systems
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18USE_LIBTOOL= yes 18USE_LIBTOOL= yes
19USE_TOOLS+= pkg-config gmake m4 msgfmt intltool perl \ 19USE_TOOLS+= pkg-config gmake m4 msgfmt intltool perl \
20 autoconf automake autoreconf 20 autoconf automake autoreconf

cvs diff -r1.1 -r1.2 pkgsrc/audio/pulseaudio/options.mk (expand / switch to unified diff)

--- pkgsrc/audio/pulseaudio/options.mk 2009/01/25 16:56:01 1.1
+++ pkgsrc/audio/pulseaudio/options.mk 2010/01/21 12:12:27 1.2
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: options.mk,v 1.1 2009/01/25 16:56:01 tron Exp $ 1# $NetBSD: options.mk,v 1.2 2010/01/21 12:12:27 drochner Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.pulseaudio 3PKG_OPTIONS_VAR= PKG_OPTIONS.pulseaudio
4PKG_SUPPORTED_OPTIONS= avahi 4PKG_SUPPORTED_OPTIONS= avahi
5PKG_SUGGESTED_OPTIONS= avahi 
6PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS} 5PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS}
7.include "../../mk/bsd.options.mk" 6.include "../../mk/bsd.options.mk"
8 7
9### 8###
10### avahi 9### avahi
11### 10###
12.if !empty(PKG_OPTIONS:Mavahi) 11.if !empty(PKG_OPTIONS:Mavahi)
13.include "../../net/avahi/buildlink3.mk" 12.include "../../net/avahi/buildlink3.mk"
14PLIST.avahi= yes 13PLIST.avahi= yes
15.else 14.else
16CONFIGURE_ARGS+= --disable-avahi 15CONFIGURE_ARGS+= --disable-avahi
17.endif 16.endif