Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2012 03:07:13 GMT
From:      Darren Pilgrim <ports.maintainer@evilphi.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/172420: sysutils/3dm options framework conversion
Message-ID:  <201210070307.q9737DQo017965@red.freebsd.org>
Resent-Message-ID: <201210070310.q973AB0O055209@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172420
>Category:       ports
>Synopsis:       sysutils/3dm options framework conversion
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 07 03:10:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Darren Pilgrim
>Release:        
>Organization:
>Environment:
>Description:
Patch updates the sysutils/3dm Makefile to the new options framework.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-08-05 16:19:36.000000000 -0700
+++ Makefile	2012-10-06 20:02:49.879295757 -0700
@@ -19,11 +19,14 @@
 
 USE_RC_SUBR=	3dm2
 
-OPTIONS=	SSLFIX "Install KB16625-patched binaries" On
+OPTIONS_DEFINE=		SSLFIX
+SSLFIX_DESC=		Install KB16625-patched binaries
+
+OPTIONS_DEFAULT=	SSLFIX
 
 .include <bsd.port.options.mk>
 
-.if defined(WITH_SSLFIX)
+.if !empty(PORT_OPTIONS:MSSLFIX)
 DISTFILES+=	kb16625_${PORTVERSION}.tar.gz
 BINPREFIX=	${WRKSRC}/kb16625
 .else


>Release-Note:
>Audit-Trail:
>Unformatted:



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