From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 20 15:30:04 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 866AA16A4CF for ; Fri, 20 May 2005 15:30:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D42F943DC1 for ; Fri, 20 May 2005 15:30:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4KFU27q060676 for ; Fri, 20 May 2005 15:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4KFU2Jg060675; Fri, 20 May 2005 15:30:02 GMT (envelope-from gnats) Resent-Date: Fri, 20 May 2005 15:30:02 GMT Resent-Message-Id: <200505201530.j4KFU2Jg060675@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, Renato Botelho Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 993D416A4CE for ; Fri, 20 May 2005 15:21:03 +0000 (GMT) Received: from data.galle.com.br (data.galle.com.br [200.246.25.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 897E743DAA for ; Fri, 20 May 2005 15:21:02 +0000 (GMT) (envelope-from renato@data.galle.com.br) Received: from data.galle.com.br (data.galle.com.br [200.246.25.10]) by data.galle.com.br (8.13.3/8.13.1) with ESMTP id j4KFL1ST061611 for ; Fri, 20 May 2005 12:21:01 -0300 (BRST) (envelope-from renato@data.galle.com.br) Received: (from root@localhost) by data.galle.com.br (8.13.3/8.13.1/Submit) id j4KFKukO061610; Fri, 20 May 2005 12:20:56 -0300 (BRST) (envelope-from renato) Message-Id: <200505201520.j4KFKukO061610@data.galle.com.br> Date: Fri, 20 May 2005 12:20:56 -0300 (BRST) From: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/81310: [MAINTAINER] devel/libslang2: OPTIONS'ify X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 15:30:04 -0000 >Number: 81310 >Category: ports >Synopsis: [MAINTAINER] devel/libslang2: OPTIONS'ify >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: Fri May 20 15:30:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 5.4-RELEASE i386 >Organization: Galle Folheados - http://www.galle.com.br >Environment: System: FreeBSD data.galle.com.br 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Tue May 10 09:20:42 BRST 2005 >Description: - OPTIONS'ify Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- libslang2-2.0.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/libslang2/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 20 May 2005 12:07:50 -0000 1.2 +++ Makefile 20 May 2005 15:20:31 -0000 @@ -28,10 +28,15 @@ MAN1= slsh.1 DOCSDIR= ${PREFIX}/share/doc/slang +OPTIONS= PCRE "Include pcre support" on \ + PNG "Include png support" on + .if !defined(NOPORTDOCS) PORTDOCS= * .endif +.include + .if !defined(WITHOUT_PCRE) LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre PLIST_SUB+= PCRE="" @@ -48,8 +53,6 @@ PLIST_SUB+= PNG="@comment " .endif -.include - post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's, install_docs,,g' ${WRKSRC}/src/Makefile.in --- libslang2-2.0.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: