Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2003 21:13:11 +0200 (CEST)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53166: www/horde2: does not build on Bento => adding IS_INTERACTIVE.
Message-ID:  <20030610191311.2DA5176BE@graf.pompo.net>
Resent-Message-ID: <200306101920.h5AJK1Sk027595@freefall.freebsd.org>

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

>Number:         53166
>Category:       ports
>Synopsis:       www/horde2: does not build on Bento => adding IS_INTERACTIVE.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 10 12:20:00 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue Apr 29 18:16:35 CEST 2003 thierry@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386


	
>Description:
	Problem noticed on Bento, reported by Kris: Horde requires PHP to
	be built with XML (for online help) and gettext (for I18N), and this
	is not the default.

>How-To-Repeat:
	Check the log on Bento.

>Fix:
	Please apply the following patch:

--- horde2.diff begins here ---
diff -urN www/horde2.orig/Makefile www/horde2/Makefile
--- www/horde2.orig/Makefile	Sun Jun  8 08:00:39 2003
+++ www/horde2/Makefile	Tue Jun 10 20:58:40 2003
@@ -36,6 +36,7 @@
 		${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log		\
 		${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
 
+IS_INTERACTIVE=	'need to build php4 with XML support.'
 NO_BUILD=	yes
 USE_REINPLACE=	yes
 
--- horde2.diff ends here ---

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



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