ports/172420: sysutils/3dm options framework conversion

Darren Pilgrim ports.maintainer at evilphi.com
Sun Oct 7 03:10:12 UTC 2012


>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:



More information about the freebsd-ports-bugs mailing list