svn commit: r490300 - head/multimedia/ffmpeg

Mathieu Arnold mat at FreeBSD.org
Tue Jan 15 08:34:59 UTC 2019


On Mon, Jan 14, 2019 at 09:05:26PM +0100, Jan Beich wrote:
> Mathieu Arnold <mat at FreeBSD.org> writes:
> 
> > Author: mat
> > Date: Mon Jan 14 16:16:49 2019
> > New Revision: 490300
> > URL: https://svnweb.freebsd.org/changeset/ports/490300
> >
> > Log:
> >   Disable CHROMAPRINT option, it is creates a loop, and is marked broken.
> >
> > Modified:
> >   head/multimedia/ffmpeg/Makefile   (contents, props changed)
> >
> > Modified: head/multimedia/ffmpeg/Makefile
> > ==============================================================================
> > --- head/multimedia/ffmpeg/Makefile	Mon Jan 14 16:06:03 2019	(r490299)
> > +++ head/multimedia/ffmpeg/Makefile	Mon Jan 14 16:16:49 2019	(r490300)
> > @@ -28,7 +28,8 @@ NOPRECIOUSMAKEVARS=	yes # ARCH
> >  
> >  PORTSCOUT=	limit:^4\.
> >  
> > -OPTIONS_DEFINE=	ALSA AMR_NB AMR_WB AOM ASS BEIGNET BS2B CACA CDIO CELT CHROMAPRINT CODEC2 DAV1D DAVS2 DC1394 \
> > +# Option CHROMAPRINT disabled, it cannot work and people are baffled.
> > +OPTIONS_DEFINE=	ALSA AMR_NB AMR_WB AOM ASS BEIGNET BS2B CACA CDIO CELT CODEC2 DAV1D DAVS2 DC1394 \
> >  		DEBUG DOCS DRM FDK_AAC FLITE FONTCONFIG \
> >  		FREETYPE FREI0R FRIBIDI GME GSM ICONV ILBC JACK KLVANC KVAZAAR LADSPA \
> >  		LAME LENSFUN LIBBLURAY LIBRSVG2 LIBXML2 LV2 MODPLUG MYSOFA OPENAL OPENCL OPENCV OPENGL \
> 
> Since when BROKEN options are not allowed to be listed? Please, revert.

They are, but a dependency loop is not, it breaks our tools in an early
stages. removing the option was deemed better.
Until the dependency loop is fixed, I would rather our users not get
false hopes and hard breakages.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190115/a39920bf/attachment.sig>


More information about the svn-ports-all mailing list