Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2008 01:35:55 GMT
From:      Zhen REN <bg1tpt@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/127284: [FIX] fix an error in net/pear-SOAP/Makefile
Message-ID:  <200809110135.m8B1ZtLA046308@www.freebsd.org>
Resent-Message-ID: <200809110140.m8B1e5er097890@freefall.freebsd.org>

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

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



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