Index: head/textproc/xlhtml/Makefile
===================================================================
--- head/textproc/xlhtml/Makefile (revision 545587)
+++ head/textproc/xlhtml/Makefile (revision 545588)
@@ -1,34 +1,35 @@
# Created by: Maxim Sobolev
# $FreeBSD$
PORTNAME= xlhtml
PORTVERSION= 0.5
PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= SF/chicago/${PORTNAME}/backend
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert Excel and PowerPoint files to HTML and text
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-GNU_CONFIGURE= yes
USES= autoreconf gmake tar:tgz
+GNU_CONFIGURE= yes
+
OPTIONS_DEFINE= DOCS
+post-build:
+ @${STRIP_CMD} ${WRKSRC}/xlhtml/xlhtml
+ @${STRIP_CMD} ${WRKSRC}/ppthtml/ppthtml
+
post-install-DOCS-on:
.for dir in xlhtml ppthtml
@${MKDIR} ${STAGEDIR}${DOCSDIR}/${dir}
cd ${WRKSRC}/${dir} && \
${INSTALL_DATA} ChangeLog README THANKS \
${STAGEDIR}${DOCSDIR}/${dir}
.endfor
-
-post-build:
- @${STRIP_CMD} ${WRKSRC}/xlhtml/xlhtml
- @${STRIP_CMD} ${WRKSRC}/ppthtml/ppthtml
.include
Index: head/textproc/xlhtml/files/patch-xlhtml_ascii.c
===================================================================
--- head/textproc/xlhtml/files/patch-xlhtml_ascii.c (nonexistent)
+++ head/textproc/xlhtml/files/patch-xlhtml_ascii.c (revision 545588)
@@ -0,0 +1,15 @@
+--- xlhtml/ascii.c.orig 2002-04-11 03:25:17 UTC
++++ xlhtml/ascii.c
+@@ -48,9 +48,9 @@ extern void output_cell( cell *, int);
+ extern uni_string author;
+ extern int null_string(U8 *);
+ extern int Csv;
+-work_sheet **ws_array;
+-font_attr **font_array;
+-xf_attr **xf_array;
++extern work_sheet **ws_array;
++extern font_attr **font_array;
++extern xf_attr **xf_array;
+
+ extern int IsCellNumeric(cell *);
+ extern int IsCellSafe(cell *);
Property changes on: head/textproc/xlhtml/files/patch-xlhtml_ascii.c
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Index: head/textproc/xlhtml/files/patch-xlhtml_html.c
===================================================================
--- head/textproc/xlhtml/files/patch-xlhtml_html.c (nonexistent)
+++ head/textproc/xlhtml/files/patch-xlhtml_html.c (revision 545588)
@@ -0,0 +1,13 @@
+--- xlhtml/html.c.orig 2002-04-11 04:01:05 UTC
++++ xlhtml/html.c
+@@ -47,8 +47,8 @@ extern void output_cell( cell *, int);
+ extern uni_string author;
+ extern int null_string(U8 *);
+ extern unsigned int next_font;
+-work_sheet **ws_array;
+-font_attr **font_array;
++extern work_sheet **ws_array;
++extern font_attr **font_array;
+
+ void output_header(void);
+ void output_footer(void);
Property changes on: head/textproc/xlhtml/files/patch-xlhtml_html.c
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Index: head/textproc/xlhtml/files/patch-xlhtml_xml.c
===================================================================
--- head/textproc/xlhtml/files/patch-xlhtml_xml.c (nonexistent)
+++ head/textproc/xlhtml/files/patch-xlhtml_xml.c (revision 545588)
@@ -0,0 +1,11 @@
+--- xlhtml/xml.c.orig 2002-04-11 03:25:17 UTC
++++ xlhtml/xml.c
+@@ -33,7 +33,7 @@ extern void update_default_alignment(unsigned int, int
+ extern void output_cell( cell *, int);
+ extern uni_string author;
+
+-work_sheet **ws_array;
++extern work_sheet **ws_array;
+
+
+ void OutputTableXML(void)
Property changes on: head/textproc/xlhtml/files/patch-xlhtml_xml.c
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property