ports/124283: [patch] missing dependency for www/phpmp
Tobias Rehbein
tobias.rehbein at web.de
Wed Jun 4 19:40:02 UTC 2008
>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 at 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:
More information about the freebsd-ports-bugs
mailing list