Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2013 05:54:09 GMT
From:      Jason Helfman <jgh@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/176944: [patch] textproc/fpc-aspell: adoption of optionsNG for textproc/fpc-*, trim historical headers
Message-ID:  <201303140554.r2E5s9gs074413@freefall.freebsd.org>
Resent-Message-ID: <201303140600.r2E600WO074714@freefall.freebsd.org>

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

>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@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@FreeBSD.org>
-#
+# Created by: Jose Alonso Cardenas Marquez <acm@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@cam.ac.uk>
-#
+# Created by: Christoper Key <cjk32@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:



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