svn commit: r361932 - in head/audio: baudline csound firefly ncmpcpp tuxguitar
Adam Weinberger
adamw at FreeBSD.org
Tue Jul 15 14:41:48 UTC 2014
Author: adamw
Date: Tue Jul 15 14:41:47 2014
New Revision: 361932
URL: http://svnweb.freebsd.org/changeset/ports/361932
QAT: https://qat.redports.org/buildarchive/r361932/
Log:
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Modified:
head/audio/baudline/Makefile
head/audio/csound/Makefile
head/audio/firefly/Makefile
head/audio/ncmpcpp/Makefile
head/audio/tuxguitar/Makefile
Modified: head/audio/baudline/Makefile
==============================================================================
--- head/audio/baudline/Makefile Tue Jul 15 14:39:56 2014 (r361931)
+++ head/audio/baudline/Makefile Tue Jul 15 14:41:47 2014 (r361932)
@@ -23,7 +23,7 @@ RESTRICTED= author requests no distribut
PORTDOCS= README_unix.txt
PLIST_FILES= bin/baudline
-OPTIONS_DEFINE= MPG123
+OPTIONS_DEFINE= MPG123 DOCS
OPTIONS_DEFAULT= MPG123
MMPG123_RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
Modified: head/audio/csound/Makefile
==============================================================================
--- head/audio/csound/Makefile Tue Jul 15 14:39:56 2014 (r361931)
+++ head/audio/csound/Makefile Tue Jul 15 14:41:47 2014 (r361932)
@@ -22,7 +22,7 @@ LIB_DEPENDS= libsndfile.so:${PORTSDIR}/a
PORTSCOUT= limit:^5\.
-OPTIONS_DEFINE= ALSA DSSI FLTK FLUIDSYNTH JACK OSC PORTAUDIO PULSEAUDIO
+OPTIONS_DEFINE= ALSA DSSI FLTK FLUIDSYNTH JACK OSC PORTAUDIO PULSEAUDIO DOCS
OPTIONS_DEFAULT=FLTK
OPTIONS_SUB= yes
ALSA_DESC= Build ALSA I/O module
Modified: head/audio/firefly/Makefile
==============================================================================
--- head/audio/firefly/Makefile Tue Jul 15 14:39:56 2014 (r361931)
+++ head/audio/firefly/Makefile Tue Jul 15 14:41:47 2014 (r361932)
@@ -46,7 +46,7 @@ USE_LDCONFIG= yes
USE_GCC= any
-OPTIONS_DEFINE= JAPANESE
+OPTIONS_DEFINE= JAPANESE DOCS
JAPANESE_DESC= Japanese support in ID3 tags
.include <bsd.port.options.mk>
Modified: head/audio/ncmpcpp/Makefile
==============================================================================
--- head/audio/ncmpcpp/Makefile Tue Jul 15 14:39:56 2014 (r361931)
+++ head/audio/ncmpcpp/Makefile Tue Jul 15 14:41:47 2014 (r361932)
@@ -24,7 +24,7 @@ ACLOCAL_ARGS= --automake-acdir=${ACLOCAL
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-OPTIONS_DEFINE= CURL CLOCK UTF8 TAGLIB OUTPUTS VISUALIZER
+OPTIONS_DEFINE= CURL CLOCK UTF8 TAGLIB OUTPUTS VISUALIZER DOCS
OPTIONS_DEFAULT= CURL CLOCK OUTPUTS VISUALIZER
CURL_DESC= Enable fetching lyrics from the Internet
CLOCK_DESC= clock-screen support
Modified: head/audio/tuxguitar/Makefile
==============================================================================
--- head/audio/tuxguitar/Makefile Tue Jul 15 14:39:56 2014 (r361931)
+++ head/audio/tuxguitar/Makefile Tue Jul 15 14:41:47 2014 (r361932)
@@ -38,6 +38,8 @@ NOCCACHE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION}/TuxGuitar
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.pre.mk>
PLUGINS= ascii browser-ftp compat converter fluidsynth gervill gtp \
jsa lilypond midi musicxml oss pdf ptb tef tray tuner
More information about the svn-ports-head
mailing list