Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 2017 11:15:52 +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: r453536 - head/multimedia/libvdpau
Message-ID:  <201711051115.vA5BFqU1022909@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sun Nov  5 11:15:51 2017
New Revision: 453536
URL: https://svnweb.freebsd.org/changeset/ports/453536

Log:
  Don't modify OPTIONS_DEFAULT from external variables.
  
  Reported by:	mat
  > PR:                       If and which Problem Report is related.
  > Submitted by:             If someone else sent in the change.
  > Reported by:              If someone else reported the issue.
  > Reviewed by:              If someone else reviewed your modification.
  > Approved by:              If you needed approval for this commit.
  > Obtained from:            If the change is from a third party.
  > MFC after:                N [day[s]|week[s]|month[s]].  Request a reminder email.
  > MFH:                      Ports tree branch name.  Request approval for merge.
  > Relnotes:                 Set to 'yes' for mention in release notes.
  > Security:                 Vulnerability reference (one per line) or description.
  > Sponsored by:             If the change was sponsored by an organization.
  > Differential Revision:    https://reviews.freebsd.org/D### (*full* phabric URL needed).
  > Empty fields above will be automatically removed.
  
  M    libvdpau/Makefile

Modified:
  head/multimedia/libvdpau/Makefile

Modified: head/multimedia/libvdpau/Makefile
==============================================================================
--- head/multimedia/libvdpau/Makefile	Sun Nov  5 10:29:58 2017	(r453535)
+++ head/multimedia/libvdpau/Makefile	Sun Nov  5 11:15:51 2017	(r453536)
@@ -20,10 +20,6 @@ INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DEBUG
 
-.ifdef WITH_DEBUG
-OPTIONS_DEFAULT=	DEBUG
-.endif
-
 DEBUG_CFLAGS=		-D_DEBUG
 DEBUG_CFLAGS_OFF=	-DNDEBUG
 



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