ports/127863: [PATCH] net-mgmt/pnp: Fix PHP module dependency

Lars Thegler lth at FreeBSD.org
Sat Oct 4 23:51:30 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list