Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2020 09:39:44 +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: r521709 - head/multimedia/vapoursynth
Message-ID:  <202001010939.0019diAd074594@repo.freebsd.org>

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



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