Index: head/audio/pulseaudio/Makefile =================================================================== --- head/audio/pulseaudio/Makefile (revision 204961) +++ head/audio/pulseaudio/Makefile (revision 204962) @@ -1,96 +1,97 @@ # New ports collection makefile for: polypaudio # Date created: 29 October 2004 # Whom: Joe Marcus Clarke # # $FreeBSD$ # $MCom: ports/audio/pulseaudio/Makefile,v 1.7 2007/09/10 05:10:38 mezz Exp $ # PORTNAME= pulseaudio PORTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Sound server for UNIX LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \ oil-0.3.1:${PORTSDIR}/devel/liboil CONFLICTS= polypaudio-[1-9]* USE_GNOME= gnometarget gnomehack glib20 ltverhack USE_XLIB= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 libltdl:15 USE_GMAKE= yes USE_GETOPT_LONG=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ LIBS="-lm" CONFIGURE_ARGS= --localstatedir=/var \ --disable-lirc # untested OPTIONS= JACK "JACK audio support" Off \ AVAHI "Enable Avahi mDNS support" On \ HAL "Enable HAL support" On \ GCONF "Enable GConf support" On PULSE_VERSION= ${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PLIST_SUB= PULSE_VERSION=${PULSE_VERSION} MAN1= esdcompat.1 pabrowse.1 pacat.1 pacmd.1 pactl.1 padsp.1 \ paplay.1 pasuspender.1 pax11publish.1 pulseaudio.1 MAN5= default.pa.5 pulse-client.conf.5 pulse-daemon.conf.5 .include .if defined(WITH_JACK) LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack PLIST_SUB+= JACK="" .else PLIST_SUB+= JACK="@comment " CONFIGURE_ARGS+=--disable-jack .endif .if !defined(WITHOUT_AVAHI) LIB_DEPENDS+= avahi-core.5:${PORTSDIR}/net/avahi-app PLIST_SUB+= AVAHI="" .else CONFIGURE_ARGS+=--disable-avahi PLIST_SUB+= AVAHI="@comment " .endif .if !defined(WITHOUT_HAL) LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal PLIST_SUB+= HAL="" .else CONFIGURE_ARGS+=--disable-hal PLIST_SUB+= HAL="@comment " .endif .if !defined(WITHOUT_GCONF) USE_GNOME+= gconf2 PLIST_SUB+= GCONF="" .else CONFIGURE_ARGS+=--disable-gconf PLIST_SUB+= GCONF="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/daemon/default.pa.in post-install: .for ii in default.pa daemon.conf client.conf ${INSTALL_DATA} ${WRKSRC}/src/${ii} \ ${PREFIX}/etc/pulse/${ii}-dist .endfor .if !defined(PACKAGE_BUILDING) @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif .include Property changes on: head/audio/pulseaudio/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/audio/pulseaudio/files/patch-src_pulse_introspect.c =================================================================== --- head/audio/pulseaudio/files/patch-src_pulse_introspect.c (nonexistent) +++ head/audio/pulseaudio/files/patch-src_pulse_introspect.c (revision 204962) @@ -0,0 +1,11 @@ +--- src/pulse/introspect.c.orig 2008-01-03 20:01:31.000000000 -0500 ++++ src/pulse/introspect.c 2008-01-03 20:01:39.000000000 -0500 +@@ -26,6 +26,8 @@ + #include + #endif + ++#include ++ + #include + + #include Property changes on: head/audio/pulseaudio/files/patch-src_pulse_introspect.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/pulseaudio/files/patch-src_tests_rtpoll-test.c =================================================================== --- head/audio/pulseaudio/files/patch-src_tests_rtpoll-test.c (nonexistent) +++ head/audio/pulseaudio/files/patch-src_tests_rtpoll-test.c (revision 204962) @@ -0,0 +1,18 @@ +--- src/tests/rtpoll-test.c.orig 2008-01-03 20:03:03.000000000 -0500 ++++ src/tests/rtpoll-test.c 2008-01-03 20:03:25.000000000 -0500 +@@ -45,6 +45,7 @@ static int worker(pa_rtpoll_item *w) { + } + + int main(int argc, char *argv[]) { ++#ifdef SIGRTMIN + pa_rtpoll *p; + pa_rtpoll_item *i, *w; + struct pollfd *pollfd; +@@ -86,6 +87,7 @@ int main(int argc, char *argv[]) { + pa_rtpoll_item_free(w); + + pa_rtpoll_free(p); ++#endif + + return 0; + } Property changes on: head/audio/pulseaudio/files/patch-src_tests_rtpoll-test.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property