svn commit: r521709 - head/multimedia/vapoursynth
Jan Beich
jbeich at FreeBSD.org
Wed Jan 1 09:39:44 UTC 2020
Author: jbeich
Date: Wed Jan 1 09:39:43 2020
New Revision: 521709
URL: https://svnweb.freebsd.org/changeset/ports/521709
Log:
multimedia/vapoursynth: drop DEBUG option after r478306
Only passes `-O0 -g3 -ggdb` which is just a vendor way of saying to
build with debug symbols. `-ftrapv` is slightly different but can be
replaced with `-fsanitize=integer` which provides more checks.
Modified:
head/multimedia/vapoursynth/Makefile (contents, props changed)
Modified: head/multimedia/vapoursynth/Makefile
==============================================================================
--- head/multimedia/vapoursynth/Makefile Wed Jan 1 09:30:29 2020 (r521708)
+++ head/multimedia/vapoursynth/Makefile Wed Jan 1 09:39:43 2020 (r521709)
@@ -20,7 +20,7 @@ INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
DATADIR= ${PREFIX}/lib/vapoursynth
-OPTIONS_DEFINE= DEBUG DOCS FRAME_GUARD
+OPTIONS_DEFINE= DOCS FRAME_GUARD
OPTIONS_DEFAULT=${OPTIONS_GROUP_COMPS} ${OPTIONS_GROUP_PLUGINS}
OPTIONS_SUB= yes
@@ -36,8 +36,6 @@ 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-head
mailing list