svn commit: r429915 - head/net/mediatomb

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 29 14:03:39 UTC 2016


Author: amdmi3
Date: Thu Dec 29 14:03:37 2016
New Revision: 429915
URL: https://svnweb.freebsd.org/changeset/ports/429915

Log:
  - Mark LIBEXTRACTOR option BROKEN
  
  Approved by:	portmgr blanket

Modified:
  head/net/mediatomb/Makefile

Modified: head/net/mediatomb/Makefile
==============================================================================
--- head/net/mediatomb/Makefile	Thu Dec 29 14:01:50 2016	(r429914)
+++ head/net/mediatomb/Makefile	Thu Dec 29 14:03:37 2016	(r429915)
@@ -97,6 +97,7 @@ LIBEXTRACTOR_CONFIGURE_ENABLE=	libextrac
 LIBEXTRACTOR_CONFIGURE_ON=	--with-extractor-h="${LOCALBASE}/include" \
 				--with-extractor-libs="${LOCALBASE}/lib"
 LIBEXTRACTOR_LIB_DEPENDS=	libextractor.so:textproc/libextractor
+LIBEXTRACTOR_BROKEN=		LIBEXTRACTOR option fails to configure (checking for EXTRACTOR_getKeywords in -lextractor... no)
 
 ID3LIB_CONFIGURE_ENABLE=	id3lib
 ID3LIB_CONFIGURE_ON=		--with-id3lib-h="${LOCALBASE}/include" \


More information about the svn-ports-head mailing list