svn commit: r418462 - head/multimedia/vapoursynth

Jan Beich jbeich at FreeBSD.org
Wed Jul 13 06:42:38 UTC 2016


Author: jbeich
Date: Wed Jul 13 06:42:37 2016
New Revision: 418462
URL: https://svnweb.freebsd.org/changeset/ports/418462

Log:
  multimedia/vapoursynth: unbreak after r417413
  
  https://lists.freebsd.org/pipermail/freebsd-ports/2016-June/103724.html
  
  Reported by:	pkg-fallout

Modified:
  head/multimedia/vapoursynth/Makefile   (contents, props changed)

Modified: head/multimedia/vapoursynth/Makefile
==============================================================================
--- head/multimedia/vapoursynth/Makefile	Wed Jul 13 05:26:30 2016	(r418461)
+++ head/multimedia/vapoursynth/Makefile	Wed Jul 13 06:42:37 2016	(r418462)
@@ -24,6 +24,13 @@ OPTIONS_DEFINE=	DEBUG DOCS FRAME_GUARD
 OPTIONS_DEFAULT=${OPTIONS_GROUP_COMPS} ${OPTIONS_GROUP_PLUGINS}
 OPTIONS_SUB=	yes
 
+# XXX After r417413 poudriere requires textproc/py-sphinx being built
+# with the same python version as USES=python here but it's currently
+# not possible due to https://github.com/freebsd/poudriere/issues/259
+.if defined(PACKAGE_BUILDING)
+OPTIONS_EXCLUDE=DOCS
+.endif
+
 OPTIONS_DEFINE_amd64=	SIMD
 OPTIONS_DEFINE_i386=	SIMD
 OPTIONS_DEFAULT_amd64=	SIMD


More information about the svn-ports-all mailing list