Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2003 00:50:45 +0200 (CEST)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57114: mail/imp3: removing IS_INTERACTIVE.
Message-ID:  <20030922225045.61A3E7529@graf.pompo.net>
Resent-Message-ID: <200309222300.h8MN0Ibe007504@freefall.freebsd.org>

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

>Number:         57114
>Category:       ports
>Synopsis:       mail/imp3: removing 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:   Mon Sep 22 16:00:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Sat Sep 13 11:38:40 CEST 2003 thierry@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386


	
>Description:
	Just remove IS_INTERACTIVE since Horde depends on lang/php4-horde.

>How-To-Repeat:
	N/A.

>Fix:
	Pre-requisite: PR ports/57112 (www/horde2).

	Then, please apply the following patch:

--- imp3.diff begins here ---
diff -urN mail/imp3.orig/Makefile mail/imp3/Makefile
--- mail/imp3.orig/Makefile	Fri Aug 29 01:42:44 2003
+++ mail/imp3/Makefile	Thu Sep 11 21:41:57 2003
@@ -21,6 +21,8 @@
 #-----------------------------------------------------------------------
 # You may define these options:
 #
+# - WITH_APACHE2	: if you run Apache2;
+#
 # - WITHOUT_LDAP	: if you do not need OpenLDAP;
 #
 # - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree;
@@ -56,12 +58,10 @@
 #
 # - WITH_COURIER-IMAP	: IMP will work with courier-imap.
 #
-# These choice are mutually exclusive, and imap-uw is the default.
+# These choices are mutually exclusive, and imap-uw is the default.
 #
 #-----------------------------------------------------------------------
 
-LIB_DEPENDS=	c-client4.8:${PORTSDIR}/mail/cclient
-
 .if defined(WITHOUT_TURBA)
 .if !defined(WITHOUT_LDAP)
 USE_OPENLDAP=	yes
@@ -115,7 +115,6 @@
 .endif
 .endif
 
-IS_INTERACTIVE=	'need to build mod_php4 with mcrypt, cclient with SSL.'
 NO_BUILD=	yes
 USE_REINPLACE=	yes
 
--- imp3.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?20030922225045.61A3E7529>