Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2008 20:58:58 +0200 (CEST)
From:      Tobias Rehbein <tobias.rehbein@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/124283: [patch] missing dependency for www/phpmp
Message-ID:  <200806041858.m54Iwwwx017126@sushi.pseudo.local>
Resent-Message-ID: <200806041940.m54Je15p077088@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124283
>Category:       ports
>Synopsis:       [patch] missing dependency for www/phpmp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 04 19:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Tobias Rehbein
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD sushi.pseudo.local 7.0-STABLE FreeBSD 7.0-STABLE #6: Sun Jun 1 22:00:14 CEST 2008 tobi@sushi.pseudo.local:/usr/obj/usr/src/sys/SUSHI i386


	
>Description:
	www/phpmp uses functions which are not available when the PCRE extension for PHP is not installed. This dependency is missing in the Makefile.
>How-To-Repeat:
	Install www/php in a clean environment an try to use it.
>Fix:

	A patch that fixes this issue is attached.

--- patch begins here ---
diff -ruN www/phpmp.orig/Makefile www/phpmp/Makefile
--- www/phpmp.orig/Makefile	2008-06-04 19:49:54.000000000 +0200
+++ www/phpmp/Makefile	2008-06-04 19:50:36.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	phpmp
 PORTVERSION=	0.11.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://mercury.chem.pitt.edu/~shank/
 DISTNAME=	phpMp-${PORTVERSION}
@@ -15,7 +16,7 @@
 COMMENT=	A web interface for music player daemon
 
 NO_BUILD=	YES
-USE_PHP=	sockets
+USE_PHP=	sockets pcre
 
 PHPMP?=		www/phpmp
 PLIST_SUB+=	PHPMP=${PHPMP}
--- patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806041858.m54Iwwwx017126>