Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jul 2016 06:42:37 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418462 - head/multimedia/vapoursynth
Message-ID:  <201607130642.u6D6gbut027860@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607130642.u6D6gbut027860>