summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-05-15 10:46:32 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-05-15 10:46:32 +0000
commitbece67de0793587f5cd34c06133f2abf68d59a4b (patch)
tree7f92b6daf11bfb3b7a5ff887d2124f865cf1e779
parentMove www/horde-devel -> www/horde2 & mail/imp-devel -> mail/imp3 (diff)
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. PR: ports/35739 Submitted by: maintainer Pointed out by: Scott Sipe <css3@duke.edu>
Notes
Notes: svn path=/head/; revision=59160
-rw-r--r--mail/imp3/Makefile2
-rw-r--r--www/horde2/files/patch-mime_drivers.php.dist4
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile
index 48b454ac7f93..d4df326559fa 100644
--- a/mail/imp3/Makefile
+++ b/mail/imp3/Makefile
@@ -105,7 +105,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw
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
diff --git a/www/horde2/files/patch-mime_drivers.php.dist b/www/horde2/files/patch-mime_drivers.php.dist
index 73cec6a0cf91..32ded852e74d 100644
--- a/www/horde2/files/patch-mime_drivers.php.dist
+++ b/www/horde2/files/patch-mime_drivers.php.dist
@@ -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',