ports/176944: [patch] textproc/fpc-aspell: adoption of optionsNG for textproc/fpc-*, trim historical headers

Jason Helfman jgh at FreeBSD.org
Thu Mar 14 06:00:00 UTC 2013


>Number:         176944
>Category:       ports
>Synopsis:       [patch] textproc/fpc-aspell: adoption of optionsNG for textproc/fpc-*, trim historical headers
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 14 06:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r247807: Mon Mar 4 19:35:47 UTC 2013 peter at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


	
>Description:
adoption of optionsNG for textproc/fpc-*, trim historical headers
>How-To-Repeat:
	
>Fix:

Index: textproc/fpc-aspell/Makefile
===================================================================
--- textproc/fpc-aspell/Makefile	(revision 314132)
+++ textproc/fpc-aspell/Makefile	(working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	fpc-aspell
-# Date created:		2009-01-06
-# Whom:			Jose Alonso Cardenas Marquez <acm at FreeBSD.org>
-#
+# Created by: Jose Alonso Cardenas Marquez <acm at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTREVISION=	0
 CATEGORIES=	textproc lang
@@ -18,6 +14,7 @@
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
 EXTRACTUNITDIR+=	${WRKUNITDIR}
 
-OPTIONS=	ASPELL	"Install aspell spell checker"	on
+OPTIONS_DEFINE=	ASPELL
+OPTIONS_DEFAULT=	ASPELL
 
 .include "${MASTERDIR}/Makefile"
Index: textproc/fpc-libxml2/Makefile
===================================================================
--- textproc/fpc-libxml2/Makefile	(revision 314132)
+++ textproc/fpc-libxml2/Makefile	(working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	fpc-libxml2
-# Date created:		2010-04-22
-# Whom:			Christoper Key <cjk32 at cam.ac.uk>
-#
+# Created by: Christoper Key <cjk32 at cam.ac.uk>
 # $FreeBSD$
-#
 
 PORTREVISION=	0
 CATEGORIES=	textproc lang
@@ -18,6 +14,8 @@
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//:S/2//}
 EXTRACTUNITDIR+=	${WRKUNITDIR}
 
-OPTIONS=	LIBXML2	"Install xml2 library"	on
+OPTIONS_DEFINE=	LIBXML2
+LIBXML2_DESC=	Install xml2 library
+OPTIONS_DEFAULT=	LIBXML2
 
 .include "${MASTERDIR}/Makefile"
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list