Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 2017 20:29:08 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454457 - head/graphics/povray-meta
Message-ID:  <201711182029.vAIKT8nL013197@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sat Nov 18 20:29:08 2017
New Revision: 454457
URL: https://svnweb.freebsd.org/changeset/ports/454457

Log:
  Fix some horrible port's options handling.
  
  PR:		223071
  Reported by:	antoine
  Sponsored by:	Absolight

Modified:
  head/graphics/povray-meta/Makefile   (contents, props changed)

Modified: head/graphics/povray-meta/Makefile
==============================================================================
--- head/graphics/povray-meta/Makefile	Sat Nov 18 20:29:02 2017	(r454456)
+++ head/graphics/povray-meta/Makefile	Sat Nov 18 20:29:08 2017	(r454457)
@@ -40,7 +40,7 @@ DEFAULT${ver}_DESC=	Create link bin/povray -> bin/povr
 .include <bsd.port.options.mk>
 
 .for ver in ${POV_VERSIONS_ALL}
-. if ${PORT_OPTIONS:MDEFAULT${ver}}
+. if ${PORT_OPTIONS:MDEFAULT${ver}} && !${PORT_OPTIONS:MPOVRAY${ver}}
 PORT_OPTIONS+=	POVRAY${ver}
 POV_VERSION=	${ver}
 . endif



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