Date: Fri, 20 Aug 2004 23:25:18 +0800 (CST) From: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70724: [UPDATE] Enable OPTIONS feature of ports/multimedia/fxtv Message-ID: <200408201525.i7KFPI2l054357@alumni.csie.nctu.edu.tw> Resent-Message-ID: <200408201530.i7KFUN2l025056@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70724 >Category: ports >Synopsis: [UPDATE] Enable OPTIONS feature of ports/multimedia/fxtv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 20 15:30:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.10-STABLE i386 >Organization: NCTU CSIE >Environment: System: FreeBSD alumni 4.10-STABLE FreeBSD 4.10-STABLE #25: Fri Jul 2 07:46:15 CST 2004 wcpan@ccduty:/bsdhome/bsd4/obj/bsdhome/bsd4/src/sys/CSIEBSD i386 >Description: Enable OPTIONS feature of ports/multimedia/fxtv >How-To-Repeat: Apply the patch. >Fix: --- fxtv.patch begins here --- diff -ruN /usr/ports/multimedia/fxtv/Makefile fxtv/Makefile --- /usr/ports/multimedia/fxtv/Makefile Wed Apr 14 19:48:46 2004 +++ fxtv/Makefile Fri Aug 20 20:02:00 2004 @@ -33,7 +33,17 @@ MAKE_FLAGS= -e MAN1= fxtv.1 +OPTIONS= EXTRA "extra programs required to record/playback/save" off + .include <bsd.port.pre.mk> + +.if defined(WITH_EXTRA) +RUN_DEPENDS+= sox:${PORTSDIR}/audio/sox \ + mpg123:${PORTSDIR}/audio/mpg123 \ + mpeg_musicin:${PORTSDIR}/audio/mpegaudio \ + mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \ + mplex:${PORTSDIR}/multimedia/mplex +.endif pre-everything:: .if ${OSVERSION} < 500000 --- fxtv.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408201525.i7KFPI2l054357>