svn commit: r455428 - head/multimedia/vapoursynth
Jan Beich
jbeich at FreeBSD.org
Sun Dec 3 20:29:55 UTC 2017
Author: jbeich
Date: Sun Dec 3 20:29:54 2017
New Revision: 455428
URL: https://svnweb.freebsd.org/changeset/ports/455428
Log:
multimedia/vapoursynth: re-enable DOCS after r455210
Modified:
head/multimedia/vapoursynth/Makefile (contents, props changed)
Modified: head/multimedia/vapoursynth/Makefile
==============================================================================
--- head/multimedia/vapoursynth/Makefile Sun Dec 3 20:19:05 2017 (r455427)
+++ head/multimedia/vapoursynth/Makefile Sun Dec 3 20:29:54 2017 (r455428)
@@ -2,6 +2,7 @@
PORTNAME= vapoursynth
PORTVERSION= R40
+PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= jbeich at FreeBSD.org
@@ -21,13 +22,6 @@ DATADIR= ${PREFIX}/lib/vapoursynth
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
More information about the svn-ports-all
mailing list