Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Dec 2008 13:16:39 GMT
From:      Yamashiro@FreeBSD.org, Jun <yamajun@ofug.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/129949: net/pear-XML_RPC2 installed at unusual path
Message-ID:  <200812261316.mBQDGdmg013408@www.freebsd.org>
Resent-Message-ID: <200812261320.mBQDK31k026027@freefall.freebsd.org>

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

>Number:         129949
>Category:       ports
>Synopsis:       net/pear-XML_RPC2 installed at unusual path
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 26 13:20:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yamashiro, Jun
>Release:        FreeBSD 7.1-PRERELEASE
>Organization:
Okinawa FreeBSD Users Group
>Environment:
FreeBSD base.local 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Mon Nov 24 20:22:16 EST 2008     root@pcbsdx32-7:/usr/obj/pcbsd-build/cvs/7.0.2-src/sys/PCBSD  i386
>Description:
net/pear-XML_RPC2 installed at /usr/local/share/pear/XML/XML/RPC2.
This path an unusual and cause error of 3rd party PHP software
at "require_once 'XML/RPC2/*****.php';".

This package should install at /usr/local/share/pear/XML/RPC2.

>How-To-Repeat:
# cd /usr/ports/net/pear-XML_RPC2
# make install

>Fix:
Apply attached patch.

This patch remove variable definition 'CATEGORY=XML' from Makefile.


Patch attached with submission follows:

diff -ru pear-XML_RPC2.orig/Makefile pear-XML_RPC2/Makefile
--- pear-XML_RPC2.orig/Makefile	2008-12-12 01:36:14.000000000 +0900
+++ pear-XML_RPC2/Makefile	2008-12-26 14:21:04.000000000 +0900
@@ -18,7 +18,6 @@
 
 USE_PHP=	curl
 
-CATEGORY=	XML
 FILES=		XML/RPC2/Backend/Php/Value/Array.php \
 		XML/RPC2/Backend/Php/Value/Base64.php \
 		XML/RPC2/Backend/Php/Value/Boolean.php \


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



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