aboutsummaryrefslogtreecommitdiff
path: root/audio/pulseaudio
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2008-04-02 14:20:47 +0000
committerMichael Johnson <ahze@FreeBSD.org>2008-04-02 14:20:47 +0000
commitfe3afaa421511e0b3273165199aba7aee281451d (patch)
tree7f898fa9a8159c13d74672340e51c6e1f9ae26ba /audio/pulseaudio
parente10a9be8a78469e3224170051a33a4df8d9f5e8d (diff)
downloadports-fe3afaa421511e0b3273165199aba7aee281451d.tar.gz
ports-fe3afaa421511e0b3273165199aba7aee281451d.zip
Add pkg-message
Pulseaudio is designed to run in realtime, to achieve this pulseaudio is marked SUID root by default. To take advantage of pulseaudio's realtime functionality you must be a member of the 'pulse-rt' group. ie: 'pw mod group pulse-rt -m [USERNAME]' Discussed with: marcus
Notes
Notes: svn path=/head/; revision=210383
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r--audio/pulseaudio/Makefile3
-rw-r--r--audio/pulseaudio/pkg-install2
-rw-r--r--audio/pulseaudio/pkg-message6
3 files changed, 8 insertions, 3 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 782d42009d5c..930d76ebb24c 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -17,8 +17,6 @@ COMMENT= Sound server for UNIX
LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \
oil-0.3.0:${PORTSDIR}/devel/liboil
-CONFLICTS= polypaudio-[1-9]*
-
USE_GNOME= gnometarget gnomehack glib20 ltverhack
USE_XLIB= yes
USE_LDCONFIG= yes
@@ -98,5 +96,6 @@ post-install:
.if !defined(PACKAGE_BUILDING)
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/audio/pulseaudio/pkg-install b/audio/pulseaudio/pkg-install
index 2c316a5e6514..118fd3ef2bba 100644
--- a/audio/pulseaudio/pkg-install
+++ b/audio/pulseaudio/pkg-install
@@ -57,7 +57,7 @@ POST-INSTALL)
exit 1
fi
fi
-
+ echo ""
exit 0
;;
esac
diff --git a/audio/pulseaudio/pkg-message b/audio/pulseaudio/pkg-message
new file mode 100644
index 000000000000..83439b120f72
--- /dev/null
+++ b/audio/pulseaudio/pkg-message
@@ -0,0 +1,6 @@
+===>
+Pulseaudio is designed to run in realtime, to achieve this pulseaudio is
+marked SUID root by default. To take advantage of pulseaudio's realtime
+functionality you must be a member of the 'pulse-rt' group.
+
+ie: 'pw mod group pulse-rt -m [USERNAME]'