Date: Sat, 14 Sep 2019 18:59:06 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Rene Ladan <rene@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r512036 - in head/multimedia/lives: . files Message-ID: <7e6a-izl1-wny@FreeBSD.org> In-Reply-To: <201909141647.x8EGlPmi054572@repo.freebsd.org> (Rene Ladan's message of "Sat, 14 Sep 2019 16:47:25 %2B0000 (UTC)") References: <201909141647.x8EGlPmi054572@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Rene Ladan <rene@FreeBSD.org> writes: > Author: rene > Date: Sat Sep 14 16:47:24 2019 > New Revision: 512036 > URL: https://svnweb.freebsd.org/changeset/ports/512036 > > Log: > multimedia/lives: make ALSA, Jack, PulseAudio and ProjectM optional. [...] > +OPTIONS_DEFINE= ALSA DOCS DOXYGEN FREI0R JACK MATROSKA V4L NLS PROJECTM PULSEAUDIO Bump PORTREVISION as you haven't adjusted OPTIONS_DEFAULT. # r512035 $ __MAKE_CONF= PORT_DBDIR=/var/empty make -V LIB_DEPENDS:M\*alsa\* libasound.so:audio/alsa-lib # r512036 $ __MAKE_CONF= PORT_DBDIR=/var/empty make -V LIB_DEPENDS:M\*alsa\* > +ALSA_VARS_OFF= --disable-alsa > +ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib > DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen > DOXYGEN_CONFIGURE_OFF= --disable-doxygen Without special logic _VARS/_VARS_OFF only define variables. Did you notice other options use _CONFIGURE_OFF? $ make -V CONFIGURE_ARGS:M\*alsa\* WITHOUT=ALSA $ make -V CONFIGURE_ARGS:M\*doxygen\* WITHOUT=DOXYGEN --disable-doxygen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7e6a-izl1-wny>