pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gstreamer1 rename ptp-suid option to gstrea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4c68dd5412f
branches:  trunk
changeset: 358031:a4c68dd5412f
user:      maya <maya%pkgsrc.org@localhost>
date:      Fri Feb 03 17:10:49 2017 +0000

description:
rename ptp-suid option to gstreamer-ptp-suid

requested by wiz

diffstat:

 multimedia/gstreamer1/options.mk |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r af105b04c96e -r a4c68dd5412f multimedia/gstreamer1/options.mk
--- a/multimedia/gstreamer1/options.mk  Fri Feb 03 17:08:20 2017 +0000
+++ b/multimedia/gstreamer1/options.mk  Fri Feb 03 17:10:49 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.6 2017/01/29 23:24:10 maya Exp $
+# $NetBSD: options.mk,v 1.7 2017/02/03 17:10:49 maya Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gstreamer
-PKG_SUPPORTED_OPTIONS= gstreamer-gstcheck introspection ptp-suid
+PKG_SUPPORTED_OPTIONS= gstreamer-gstcheck introspection gstreamer-ptp-suid
 PKG_SUGGESTED_OPTIONS= introspection
 
 .include "../../mk/bsd.options.mk"
@@ -23,10 +23,7 @@
 CONFIGURE_ARGS+=--disable-introspection
 .endif
 
-# PTP network clock requires setuid root for gst-ptp-helper
-# It's not useful enough to be a default, but left as an option
-# for those interested in it.
-.if !empty(PKG_OPTIONS:Mptp-suid)
+.if !empty(PKG_OPTIONS:Mgstreamer-ptp-suid)
 SPECIAL_PERMS+=                libexec/gstreamer-1.0/gst-ptp-helper ${SETUID_ROOT_PERMS}
 CONFIGURE_ARGS+=       --with-ptp-helper-permissions=setuid-root
 .else



Home | Main Index | Thread Index | Old Index