Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2016 17:19:33 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r418672 - branches/2016Q3/multimedia/vapoursynth
Message-ID:  <201607171719.u6HHJXFX004813@repo.freebsd.org>

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



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