pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/daapd daapd: Remove default-off broken option.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a222c89f599
branches:  trunk
changeset: 441369:9a222c89f599
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Nov 02 10:34:48 2020 +0000

description:
daapd: Remove default-off broken option.

I'll try to import forked-daapd to replace this ancient package soon(tm).

diffstat:

 audio/daapd/Makefile   |   4 +---
 audio/daapd/options.mk |  13 -------------
 2 files changed, 1 insertions(+), 16 deletions(-)

diffs (35 lines):

diff -r f8d2e4306902 -r 9a222c89f599 audio/daapd/Makefile
--- a/audio/daapd/Makefile      Mon Nov 02 10:26:05 2020 +0000
+++ b/audio/daapd/Makefile      Mon Nov 02 10:34:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2018/07/04 13:40:08 jperkin Exp $
+# $NetBSD: Makefile,v 1.30 2020/11/02 10:34:48 nia Exp $
 
 DISTNAME=              daapd-0.2.4b
 PKGREVISION=           1
@@ -22,8 +22,6 @@
 
 CONF_FILES=            ${EGDIR}/daapd.conf ${PKG_SYSCONFDIR}/daapd.conf
 
-.include "options.mk"
-
 MAKE_ENV+=             PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
 
 FILES_SUBST+=          PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
diff -r f8d2e4306902 -r 9a222c89f599 audio/daapd/options.mk
--- a/audio/daapd/options.mk    Mon Nov 02 10:26:05 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: options.mk,v 1.3 2017/04/17 08:44:45 wiz Exp $
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.daapd
-PKG_SUPPORTED_OPTIONS= libmp4v2
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mlibmp4v2)
-.include "../../multimedia/libmp4v2/buildlink3.mk"
-MAKE_ENV+= WITH_FAAD=1
-.else
-MAKE_ENV+= WITH_FAAD=0
-.endif



Home | Main Index | Thread Index | Old Index