pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/mad123



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 27 13:47:01 UTC 2017

Modified Files:
        pkgsrc/audio/mad123: Makefile

Log Message:
mad123: remove default-off arts option

arts was removed from pkgsrc


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/audio/mad123/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/mad123/Makefile
diff -u pkgsrc/audio/mad123/Makefile:1.46 pkgsrc/audio/mad123/Makefile:1.47
--- pkgsrc/audio/mad123/Makefile:1.46   Thu Aug 24 20:03:05 2017
+++ pkgsrc/audio/mad123/Makefile        Wed Sep 27 13:47:01 2017
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2017/08/24 20:03:05 adam Exp $
-#
+# $NetBSD: Makefile,v 1.47 2017/09/27 13:47:01 wiz Exp $
 
 DISTNAME=      mad123-0.8.5
 PKGREVISION=   20
@@ -16,20 +15,14 @@ USE_TOOLS+= nroff
 .include "../../mk/bsd.prefs.mk"
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mad123
-PKG_SUPPORTED_OPTIONS= arts oss sun
+PKG_SUPPORTED_OPTIONS= oss sun
 PKG_SUGGESTED_OPTIONS+=        oss
 .if ${OPSYS} != "DragonFly" && ${OPSYS} != "Linux" && ${OPSYS} != "SunOS"
 PKG_SUGGESTED_OPTIONS+=        sun
 .endif
-PKG_SUGGESTED_OPTIONS.Linux+= arts
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:Marts)
-MAKE_FLAGS+=   USE_ARTS=yes
-.include "../../audio/arts/buildlink3.mk"
-.endif
-
 .if !empty(PKG_OPTIONS:Moss)
 MAKE_FLAGS+=   USE_OSS=yes
 .  include "../../mk/oss.buildlink3.mk"



Home | Main Index | Thread Index | Old Index