From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 4 23:51:30 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D3651065698 for ; Sat, 4 Oct 2008 23:51:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E6B208FC0A for ; Sat, 4 Oct 2008 23:50:45 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m94No1PN083871 for ; Sat, 4 Oct 2008 23:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m94No1rZ083870; Sat, 4 Oct 2008 23:50:01 GMT (envelope-from gnats) Resent-Date: Sat, 4 Oct 2008 23:50:01 GMT Resent-Message-Id: <200810042350.m94No1rZ083870@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, Lars Thegler Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF3BF1065688 for ; Sat, 4 Oct 2008 23:45:53 +0000 (UTC) (envelope-from lth@hal.thegler.dk) Received: from cicero-fbr1.cybercity.dk (cicero-fbr1.cybercity.dk [212.242.40.5]) by mx1.freebsd.org (Postfix) with ESMTP id 785888FC1A for ; Sat, 4 Oct 2008 23:45:53 +0000 (UTC) (envelope-from lth@hal.thegler.dk) Received: from smtp1.cybercity.dk (smtp1.cybercity.dk [212.242.43.251]) by cicero-fbr1.cybercity.dk (Postfix) with ESMTP id 0F4663D1B28 for ; Sun, 5 Oct 2008 01:00:50 +0200 (CEST) Received: from user4.cybercity.dk (user4.cybercity.dk [212.242.41.50]) by smtp1.cybercity.dk (Postfix) with ESMTP id 79E9A58681D; Sun, 5 Oct 2008 01:00:48 +0200 (CEST) Received: from hal.thegler.dk (port456.ds1-bav.adsl.cybercity.dk [212.242.213.149]) by user4.cybercity.dk (Postfix) with ESMTP id 3632A50147; Sun, 5 Oct 2008 01:00:47 +0200 (CEST) Received: by hal.thegler.dk (Postfix, from userid 1001) id 2530B28973; Sun, 5 Oct 2008 01:00:47 +0200 (CEST) Message-Id: <20081004230047.2530B28973@hal.thegler.dk> Date: Sun, 5 Oct 2008 01:00:47 +0200 (CEST) From: Lars Thegler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: rea-fbsd@codelabs.ru Subject: ports/127863: [PATCH] net-mgmt/pnp: Fix PHP module dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 23:51:30 -0000 >Number: 127863 >Category: ports >Synopsis: [PATCH] net-mgmt/pnp: Fix PHP module dependency >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: Sat Oct 04 23:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 6.3-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD hal.thegler.dk 6.3-RELEASE-p4 FreeBSD 6.3-RELEASE-p4 #0: Tue Sep 2 23:52:50 UTC >Description: PNP uses 'preg_mtch(), which is only included in php5-pcre. Add this to the PHP modules list. Port maintainer (rea-fbsd@codelabs.ru) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pnp-0.4.10_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net-mgmt/pnp/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 18 Aug 2008 15:42:50 -0000 1.3 +++ Makefile 4 Oct 2008 22:59:17 -0000 @@ -21,7 +21,7 @@ OPTIONS= PDF "Use built-in fpdf library to produce PDF views" ON -USE_PHP= zlib gd xml +USE_PHP= zlib gd xml pcre WANT_PHP_WEB= yes USE_RC_SUBR= npcd.sh MAN1= pnpsender.1 --- pnp-0.4.10_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: