summaryrefslogtreecommitdiffstats
path: root/audio/pulseaudio
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-27 05:23:07 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-27 05:23:07 +0800
commit65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9 (patch)
tree0648e0ce504a559632af430d3494fe2008d104aa /audio/pulseaudio
parent613b43090f18ebf78cb6ffd8eac82a763a0ce226 (diff)
downloadmarcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.gz
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.zst
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.zip
Massive port framework maintaince/update (long over due too)
Deal with recent USES changes, pet portlint here and there. Sync with ports, more to come. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18393 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r--audio/pulseaudio/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index b806a0da2..15b21702b 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: polypaudio
-# Date created: 29 October 2004
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/audio/pulseaudio/Makefile 17268 2013-04-01 05:13:11Z marcus $
#
# !!!NOTE!!! Any PORTVERSION update to this port must be accompanied by
# PORTREVISION bumps of depending ports.
-#
PORTNAME= pulseaudio
PORTVERSION= 2.0
@@ -29,10 +25,10 @@ LIB_DEPENDS= samplerate:${PORTSDIR}/audio/libsamplerate \
ck-connector:${PORTSDIR}/sysutils/consolekit
USE_XZ= yes
-USE_GNOME= gnomehack glib20 intltool ltverhack gnomehier
+USE_GNOME= glib20 intltool ltverhack gnomehier
USE_XORG= x11 sm xtst ice
USE_LDCONFIG= yes
-USE_GETTEXT= yes
+USES= gettext pathfix pkgconfig
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libltdl libtool
USE_GMAKE= yes
@@ -70,7 +66,7 @@ MAN1= esdcompat.1 pacat.1 pacmd.1 pactl.1 padsp.1 \
MAN5= default.pa.5 pulse-cli-syntax.5 pulse-client.conf.5 \
pulse-daemon.conf.5
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MJACK}
LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack
@@ -120,6 +116,8 @@ CONFIGURE_ARGS+=--enable-orc
CONFIGURE_ARGS+=--disable-orc
.endif
+.include <bsd.port.pre.mk>
+
# OSVERSION wasn't bumped after the MFC. So we need to use the next bump.
# Sadly for 7-stable the OSVERSION wasn't bumped after 7.4-R
.if ((${OSVERSION} >= 800000) && (${OSVERSION} < 802504)) || \