diff options
author | taca <taca> | 2001-12-28 04:59:08 +0000 |
---|---|---|
committer | taca <taca> | 2001-12-28 04:59:08 +0000 |
commit | 11b7093aec62fdaeff3c2305dc911984a06e5454 (patch) | |
tree | 6346c8732d30b4dd59e030cba86df913adfa5e96 /converters | |
parent | 2b41039ebd41d255b5c9c11552d9e8608c66a1b4 (diff) | |
download | pkgsrc-11b7093aec62fdaeff3c2305dc911984a06e5454.tar.gz |
Update xlhtml package to 0.4nb1 fixing one bug that
ppthtml always print bellow message.
travel: cole: No such file or directory
Diffstat (limited to 'converters')
-rw-r--r-- | converters/xlHtml-mixedcase/Makefile | 3 | ||||
-rw-r--r-- | converters/xlHtml-mixedcase/distinfo | 3 | ||||
-rw-r--r-- | converters/xlHtml-mixedcase/patches/patch-ad | 17 |
3 files changed, 21 insertions, 2 deletions
diff --git a/converters/xlHtml-mixedcase/Makefile b/converters/xlHtml-mixedcase/Makefile index b44e066b331..c651e0f1250 100644 --- a/converters/xlHtml-mixedcase/Makefile +++ b/converters/xlHtml-mixedcase/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2001/12/10 16:03:44 taca Exp $ +# $NetBSD: Makefile,v 1.7 2001/12/28 04:59:08 taca Exp $ # DISTNAME= xlhtml-0.4 +PKGREVISION= 1 CATEGORIES= converters MASTER_SITES= http://www.xlHtml.org/ diff --git a/converters/xlHtml-mixedcase/distinfo b/converters/xlHtml-mixedcase/distinfo index a8e36e9c0b5..9715dbf42de 100644 --- a/converters/xlHtml-mixedcase/distinfo +++ b/converters/xlHtml-mixedcase/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/12/10 16:03:44 taca Exp $ +$NetBSD: distinfo,v 1.3 2001/12/28 04:59:08 taca Exp $ SHA1 (xlhtml-0.4.tar.gz) = c42844187db3965e078886e6c24eebd6a30be65e Size (xlhtml-0.4.tar.gz) = 266623 bytes +SHA1 (patch-ad) = a1fae140ee7ed8dd918b4b676613c8ddbabe9538 diff --git a/converters/xlHtml-mixedcase/patches/patch-ad b/converters/xlHtml-mixedcase/patches/patch-ad new file mode 100644 index 00000000000..1f9932751bc --- /dev/null +++ b/converters/xlHtml-mixedcase/patches/patch-ad @@ -0,0 +1,17 @@ +$NetBSD: patch-ad,v 1.1 2001/12/28 04:59:09 taca Exp $ + +--- cole/cole.c.orig Mon Nov 5 07:09:54 2001 ++++ cole/cole.c +@@ -192,10 +192,12 @@ + if (colerrno != NULL) *colerrno = COLE_ECLOSEFILE; + ret = 1; + } ++#if defined( __WIN32__ ) || defined( __BORLANDC__ ) + if (remove (colefilesystem->sbfilename) && !ret) { + if (colerrno != NULL) *colerrno = COLE_EREMOVE; + ret = 1; + } ++#endif + free (colefilesystem->sbfilename); + } + free (colefilesystem); |