svn commit: r453536 - head/multimedia/libvdpau

Guido Falsi madpilot at FreeBSD.org
Sun Nov 5 11:15:53 UTC 2017


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
 


More information about the svn-ports-head mailing list