aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2008-04-02 22:20:47 +0800
committerahze <ahze@FreeBSD.org>2008-04-02 22:20:47 +0800
commit4f927e51f53bea4b7ccdac83af6dad41312b398a (patch)
treeb530c2357ed24adcc93ebb0567c2132d1bc4429c
parentb504c66f972ed33b838de4f3288eee766bf16633 (diff)
downloadfreebsd-ports-gnome-4f927e51f53bea4b7ccdac83af6dad41312b398a.tar.gz
freebsd-ports-gnome-4f927e51f53bea4b7ccdac83af6dad41312b398a.tar.zst
freebsd-ports-gnome-4f927e51f53bea4b7ccdac83af6dad41312b398a.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
-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]'