Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2017 10:31:28 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452632 - head/multimedia/libvdpau
Message-ID:  <201710221031.v9MAVS2i092906@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sun Oct 22 10:31:28 2017
New Revision: 452632
URL: https://svnweb.freebsd.org/changeset/ports/452632

Log:
  - WITH_DEBUG=yes is set by the infrastructure when the DEBUG option
    is enabled, so don't do that here [1]
  - Also make the port enables the DEBUG option when WITH_DEBUG is
    defined so full debug is enabled.
  
  Reported by:	jbeich [1]

Modified:
  head/multimedia/libvdpau/Makefile

Modified: head/multimedia/libvdpau/Makefile
==============================================================================
--- head/multimedia/libvdpau/Makefile	Sun Oct 22 10:31:00 2017	(r452631)
+++ head/multimedia/libvdpau/Makefile	Sun Oct 22 10:31:28 2017	(r452632)
@@ -20,8 +20,11 @@ INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DEBUG
 
+.ifdef WITH_DEBUG
+OPTIONS_DEFAULT=	DEBUG
+.endif
+
 DEBUG_CFLAGS=		-D_DEBUG
-DEBUG_VARS=		WITH_DEBUG=yes
 DEBUG_CFLAGS_OFF=	-DNDEBUG
 
 post-patch:	.SILENT



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