From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 14 05:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 83693CE7 for ; Thu, 14 Mar 2013 05:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 66D7E2F0 for ; Thu, 14 Mar 2013 05:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2E5A0UT064050 for ; Thu, 14 Mar 2013 05:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2E5A06T064049; Thu, 14 Mar 2013 05:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 14 Mar 2013 05:10:00 GMT Resent-Message-Id: <201303140510.r2E5A06T064049@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6B8DBC78 for ; Thu, 14 Mar 2013 05:01:28 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 531B82B6 for ; Thu, 14 Mar 2013 05:01:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2E51SPb063457 for ; Thu, 14 Mar 2013 05:01:28 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2E51S6v063456; Thu, 14 Mar 2013 05:01:28 GMT (envelope-from jgh) Message-Id: <201303140501.r2E51S6v063456@freefall.freebsd.org> Date: Thu, 14 Mar 2013 05:01:28 GMT From: Jason Helfman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/176936: [patch] devel/fpc-bfd: adoption of optionsNG for devel/fpc-*, and trim historical header X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Mar 2013 05:10:00 -0000 >Number: 176936 >Category: ports >Synopsis: [patch] devel/fpc-bfd: adoption of optionsNG for devel/fpc-*, and trim historical header >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 05:10: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 devel/fpc-* trim historical header >How-To-Repeat: >Fix: Index: devel/fpc-bfd/Makefile =================================================================== --- devel/fpc-bfd/Makefile (revision 314122) +++ devel/fpc-bfd/Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Free Pascal Compiler -# Date created: 2006-06-05 -# Whom: Jose Alonso Cardenas Marquez -# +# Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ -# PORTREVISION= 0 CATEGORIES= devel lang @@ -18,6 +14,8 @@ WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -OPTIONS= LIBBFD "Install Universal BFD library from GNU binutils" on +OPTIONS_DEFINE= LIBBFD +LIBBFD_DESC= Install Universal BFD library from GNU binutils +OPTIONS_DEFAULT= LIBBFD .include "${MASTERDIR}/Makefile" Index: devel/fpc-dbus/Makefile =================================================================== --- devel/fpc-dbus/Makefile (revision 314122) +++ devel/fpc-dbus/Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fpc-dbus -# Date created: 2010-04-22 -# Whom: Christopher Key -# +# Created by: Christopher Key # $FreeBSD$ -# PORTREVISION= 0 CATEGORIES= devel lang @@ -18,6 +14,8 @@ WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -OPTIONS= DBUS "Install dbus library" on +OPTIONS_DEFINE= DBUS +DBUS_DESC= Install dbus library +OPTIONS_DEFAULT= DBUS .include "${MASTERDIR}/Makefile" Index: devel/fpc-newt/Makefile =================================================================== --- devel/fpc-newt/Makefile (revision 314122) +++ devel/fpc-newt/Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fpc-newt -# Date created: 2010-04-22 -# Whom: Christopher Key -# +# Created by: Christopher Key # $FreeBSD$ -# PORTREVISION= 1 CATEGORIES= devel lang @@ -18,6 +14,8 @@ WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -OPTIONS= NEWT "Install newt library" on +OPTIONS_DEFINE= NEWT +NEWT_DESC= Install newt library +OPTIONS_DEFAULT= NEWT .include "${MASTERDIR}/Makefile" Index: devel/fpc-sdl/Makefile =================================================================== --- devel/fpc-sdl/Makefile (revision 314122) +++ devel/fpc-sdl/Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fpc-sdl -# Date created: 2009-01-06 -# Whom: Jose Alonso Cardenas Marquez -# +# Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ -# PORTVERSION= 0 PORTREVISION= 3 @@ -19,6 +15,8 @@ WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -OPTIONS= SDL "Install SDL library" on +OPTIONS_DEFINE= SDL +SDL_DESC= Install SDL library +OPTIONS_DEFAULT= SDL .include "${MASTERDIR}/Makefile" >Release-Note: >Audit-Trail: >Unformatted: