Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2002 17:17:31 +0100 (CET)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Scott Sipe <css3@duke.edu>
Subject:   ports/35739: Maintainer update of mail/imp3: chasing new version of textproc/xlhtml.
Message-ID:  <20020310161731.CA8CF751B@graf.pompo.net>

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

>Number:         35739
>Category:       ports
>Synopsis:       Maintainer update of mail/imp3: chasing new version of textproc/xlhtml.
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 10 08:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Sat Mar 9 11:54:44 CET 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386


	
>Description:
	Since 2002/02/27 (v. 0.4), bin/xlhtml and bin/ppthtml have been lowercased,
	but imp3 is looking for bin/xlHtml and bin/pptHtml.
		(Thanks to Scott Sipe <css3@duke.edu>)

>How-To-Repeat:
	Try to install mail/imp with support for xls (default).

>Fix:

	N.B.: there are already three pending PRs about these ports:
	- PR ports/35047 about a better handling of MIME in horde-devel;
	- PR ports/35049 about a better handling of MIME in imp-devel;
	- PR ports/35051 about a recopy request.

	The following patches should be applied after these PRs.

	1) Patch against www/horde2:

--- /usr/ports/www/horde2/files/patch-mime_drivers.php.dist.orig	Sun Feb 17 10:41:18 2002
+++ /usr/ports/www/horde2/files/patch-mime_drivers.php.dist	Sun Mar 10 15:55:08 2002
@@ -134,7 +134,7 @@
 -//     'x-extension/xls');
 -// $mime_drivers['horde']['msexcel']['icons'] = array(
 -//     'default' => 'msexcel.gif');
-+//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['location'] = '%%LOCALBASE%%/bin/xlHtml';
++//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['location'] = '%%LOCALBASE%%/bin/xlhtml';
 +//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['inline'] = false;
 +//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['handles'] = array(
 +//UNCOMMENTIFXL     'application/vnd.ms-excel',
@@ -157,7 +157,7 @@
 -//     'x-extension/ppt');
 -// $mime_drivers['horde']['mspowerpoint']['icons'] = array(
 -//     'default' => 'mspowerpoint.gif');
-+//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['location'] = '%%LOCALBASE%%/bin/pptHtml';
++//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['location'] = '%%LOCALBASE%%/bin/ppthtml';
 +//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['inline'] = false;
 +//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['handles'] = array(
 +//UNCOMMENTIFXL     'application/vnd.ms-powerpoint',


	2) Patch against mail/imp3:


--- Makefile.orig	Sun Feb 17 14:23:15 2002
+++ Makefile	Sun Mar 10 15:44:59 2002
@@ -105,7 +105,7 @@
 RUN_DEPENDS+=	${LOCALBASE}/bin/wvHtml:${PORTSDIR}/textproc/wv
 .endif
 .if !defined(WITHOUT_XL)
-RUN_DEPENDS+=	${LOCALBASE}/bin/xlHtml:${PORTSDIR}/textproc/xlhtml
+RUN_DEPENDS+=	${LOCALBASE}/bin/xlhtml:${PORTSDIR}/textproc/xlhtml
 .endif
 .if !defined(WITHOUT_ZIP)
 RUN_DEPENDS+=	${LOCALBASE}/bin/zipinfo:${PORTSDIR}/archivers/unzip
>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?20020310161731.CA8CF751B>