ports/127284: [FIX] fix an error in net/pear-SOAP/Makefile

Zhen REN bg1tpt at gmail.com
Thu Sep 11 01:40:05 UTC 2008


>Number:         127284
>Category:       ports
>Synopsis:       [FIX] fix an error in net/pear-SOAP/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 11 01:40:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Zhen REN
>Release:        7.0-STABLE
>Organization:
>Environment:
FreeBSD razor 7.0-STABLE FreeBSD 7.0-STABLE #0: Tue May 22 10:54:26 CST 2008 root at razor:/usr/obj/usr/src/sys/GENERIC i386
>Description:
The path to DIME.php is wrong resulting a reinstallation of the net/pear-Net_DIME.

Thank for Geoffroy Desvernay telling me the bug.
>How-To-Repeat:
make WITH_PEAR_NET_DIME= install
>Fix:
change ${PEARDIR}/DIME.php to ${PEARDIR}/Net/DIME.php

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/pear-SOAP/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	25 Aug 2008 16:49:47 -0000	1.10
+++ Makefile	11 Sep 2008 01:23:37 -0000
@@ -49,7 +49,7 @@
 .endif
 
 .if defined(WITH_PEAR_NET_DIME)
-BUILD_DEPENDS+=	${PEARDIR}/DIME.php:${PORTSDIR}/net/pear-Net_DIME
+BUILD_DEPENDS+=	${PEARDIR}/Net/DIME.php:${PORTSDIR}/net/pear-Net_DIME
 .endif
 
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


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



More information about the freebsd-ports-bugs mailing list