From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 14 05:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 314CA735 for ; Thu, 14 Mar 2013 05:50:01 +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 182F2628 for ; Thu, 14 Mar 2013 05:50:01 +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 r2E5o0qD072595 for ; Thu, 14 Mar 2013 05:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2E5o0kV072594; Thu, 14 Mar 2013 05:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 14 Mar 2013 05:50:00 GMT Resent-Message-Id: <201303140550.r2E5o0kV072594@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 A9704700 for ; Thu, 14 Mar 2013 05:45:58 +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 78C73606 for ; Thu, 14 Mar 2013 05:45:58 +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 r2E5jvMY072436 for ; Thu, 14 Mar 2013 05:45:57 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2E5jvW8072435; Thu, 14 Mar 2013 05:45:57 GMT (envelope-from jgh) Message-Id: <201303140545.r2E5jvW8072435@freefall.freebsd.org> Date: Thu, 14 Mar 2013 05:45:57 GMT From: Jason Helfman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/176943: [patch] net/fpc-ldap: adoption of optionsNG for net/fpc-*, trim historical headers 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:50:01 -0000 >Number: 176943 >Category: ports >Synopsis: [patch] net/fpc-ldap: adoption of optionsNG for net/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 05:50: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 net/fpc-*, trim historical headers >How-To-Repeat: >Fix: Index: net/fpc-ldap/Makefile =================================================================== --- net/fpc-ldap/Makefile (revision 314132) +++ net/fpc-ldap/Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fpc-ldap -# Date created: 2010-04-22 -# Whom: Christopher Key -# +# Created by: Christopher Key # $FreeBSD$ -# PORTREVISION= 0 CATEGORIES= net lang @@ -18,6 +14,8 @@ WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -OPTIONS= OPENLDAP "Install OpenLDAP libraries" on +OPTIONS_DEFINE= OPENLDAP +OPENLDAP_DESC= Install OpenLDAP libraries +OPTIONS_DEFAULT= OPENLDAP .include "${MASTERDIR}/Makefile" Index: net/fpc-pcap/Makefile =================================================================== --- net/fpc-pcap/Makefile (revision 314132) +++ net/fpc-pcap/Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fpc-pcap -# Date created: 2006-09-11 -# Whom: Jose Alonso Cardenas Marquez -# +# Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ -# PORTREVISION= 0 CATEGORIES= net lang @@ -18,6 +14,8 @@ WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -OPTIONS= LIBPCAP "Install ubiquitous network traffic capture library" on +OPTIONS_DEFINE= LIBPCAP +LIBPCAP_DESC= Install ubiquitous network traffic capture library +OPTIONS_DEFAULT= LIBPCAP .include "${MASTERDIR}/Makefile" >Release-Note: >Audit-Trail: >Unformatted: