mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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>
This commit is contained in:
parent
cd674241ff
commit
bece67de07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59160
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user