Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2002 00:52:42 +0200 (CEST)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44474: www/horde2: fixing dependence with PEAR::Log.
Message-ID:  <20021025225242.EAC137511@graf.pompo.net>

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

>Number:         44474
>Category:       ports
>Synopsis:       www/horde2: fixing dependence with PEAR::Log.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 25 16:00:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.7-RC i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.7-RC FreeBSD 4.7-RC #0: Sat Sep 21 11:24:26 CEST 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386


	
>Description:
	It is not possible to build www/horde2 without manually fetching
	and installing a PEAR package (see pkg-message).

	When PR ports/44473 will be committed, it will be fixed.

	N.B.: this PR supersedes PR ports/42610.

>How-To-Repeat:
	Install www/horde2.

>Fix:

	Pre-requisite: PR ports/44473 must be committed.

	Please apply the following patch:


diff -urN www/horde2.orig/Makefile www/horde2/Makefile
--- www/horde2.orig/Makefile	Thu Aug  1 18:22:37 2002
+++ www/horde2/Makefile	Fri Oct 25 23:01:33 2002
@@ -27,11 +27,7 @@
 .if !defined(WITHOUT_MCAL)
 LIB_DEPENDS+=	mcal.0:${PORTSDIR}/misc/libmcal
 .endif
-.if !defined(WITHOUT_SSL)
-RUN_DEPENDS+=	${LOCALBASE}/libexec/apache/libssl.so:${PORTSDIR}/www/apache13-modssl
-.endif
-#RUN_DEPENDS+=	${LOCALBASE}/lib/php/Cache/DB.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS+=	${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
+RUN_DEPENDS=	${LOCALBASE}/lib/php/Log.php:${PORTSDIR}/sysutils/pear-Log
 
 NO_BUILD=	yes
 USE_REINPLACE=	yes
diff -urN www/horde2.orig/pkg-message www/horde2/pkg-message
--- www/horde2.orig/pkg-message	Tue Jun 18 20:28:50 2002
+++ www/horde2/pkg-message	Fri Oct 25 22:56:14 2002
@@ -30,7 +30,4 @@
 There is a testing script at <URL:http://localhost/horde/test.php>.
 
 The script horde_set_perms.sh has been installed in %%HORDESBIN%%.
-
-N.B.: if you don't have a directory /usr/local/lib/php/Log, you have   *
-===== to install it from <URL:http://pear.php.net/get/Log>.            *
 ************************************************************************
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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