svn commit: r521710 - head/multimedia/vapoursynth

Jan Beich jbeich at FreeBSD.org
Wed Jan 1 09:46:42 UTC 2020


Author: jbeich
Date: Wed Jan  1 09:46:41 2020
New Revision: 521710
URL: https://svnweb.freebsd.org/changeset/ports/521710

Log:
  multimedia/vapoursynth: back out r521709 to allow disabling -DNDEBUG
  
  `NDEBUG` is used in VS to disable extra checks outside of assert(3).

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

Modified: head/multimedia/vapoursynth/Makefile
==============================================================================
--- head/multimedia/vapoursynth/Makefile	Wed Jan  1 09:39:43 2020	(r521709)
+++ head/multimedia/vapoursynth/Makefile	Wed Jan  1 09:46:41 2020	(r521710)
@@ -20,7 +20,7 @@ INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 DATADIR=	${PREFIX}/lib/vapoursynth
 
-OPTIONS_DEFINE=	DOCS FRAME_GUARD
+OPTIONS_DEFINE=	DEBUG DOCS FRAME_GUARD
 OPTIONS_DEFAULT=${OPTIONS_GROUP_COMPS} ${OPTIONS_GROUP_PLUGINS}
 OPTIONS_SUB=	yes
 
@@ -36,6 +36,8 @@ OPTIONS_GROUP_PLUGINS=	ASS EEDI3 IMAGEMAGICK MISCFILTE
 			REMOVEGRAIN VINVERSE VIVTC
 
 # General options
+
+DEBUG_CONFIGURE_ENABLE=		debug
 
 DOCS_BUILD_DEPENDS=		sphinx-build:textproc/py-sphinx
 DOCS_USES=			makeinfo


More information about the svn-ports-all mailing list