pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share mplayer-share: remove default...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74b0f6294f43
branches:  trunk
changeset: 369165:74b0f6294f43
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 27 13:50:27 2017 +0000

description:
mplayer-share: remove default-off arts option

arts was removed from pkgsrc

diffstat:

 multimedia/mplayer-share/options.mk |  13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diffs (34 lines):

diff -r 0717a73187d2 -r 74b0f6294f43 multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk       Wed Sep 27 13:49:38 2017 +0000
+++ b/multimedia/mplayer-share/options.mk       Wed Sep 27 13:50:27 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.57 2017/03/24 16:55:15 wiz Exp $
+# $NetBSD: options.mk,v 1.58 2017/09/27 13:50:27 wiz Exp $
 
 .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
 
@@ -44,9 +44,6 @@
 PKG_SUPPORTED_OPTIONS+=        lirc
 .endif
 
-.  if ${OPSYS} != "SunOS"
-PKG_SUPPORTED_OPTIONS+=        arts
-.  endif
 .elif !empty(PKGNAME:M*mencoder*)
 PKG_SUPPORTED_OPTIONS+=        faac lame
 .endif
@@ -113,14 +110,6 @@
 CONFIGURE_ARGS+=       --disable-aa
 .endif
 
-.if !empty(PKG_OPTIONS:Marts)
-CONFIGURE_ARGS+=       --enable-arts
-EXTRA_LIBS+=           -lartsc
-.  include "../../audio/arts/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=       --disable-arts
-.endif
-
 .if !empty(PKG_OPTIONS:Mcaca)
 CONFIGURE_ARGS+=       --enable-caca
 .  include "../../graphics/libcaca/buildlink3.mk"



Home | Main Index | Thread Index | Old Index