diff options
-rw-r--r-- | audio/pulseaudio/Makefile | 3 | ||||
-rw-r--r-- | audio/pulseaudio/pkg-install | 2 | ||||
-rw-r--r-- | audio/pulseaudio/pkg-message | 6 |
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]' |