svn commit: r418672 - branches/2016Q3/multimedia/vapoursynth

Jan Beich jbeich at FreeBSD.org
Sun Jul 17 17:19:34 UTC 2016


Author: jbeich
Date: Sun Jul 17 17:19:33 2016
New Revision: 418672
URL: https://svnweb.freebsd.org/changeset/ports/418672

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

Modified:
  branches/2016Q3/multimedia/vapoursynth/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/multimedia/vapoursynth/Makefile
==============================================================================
--- branches/2016Q3/multimedia/vapoursynth/Makefile	Sun Jul 17 16:48:19 2016	(r418671)
+++ branches/2016Q3/multimedia/vapoursynth/Makefile	Sun Jul 17 17:19:33 2016	(r418672)
@@ -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