diff options
author | seb <seb@pkgsrc.org> | 2002-05-06 21:42:37 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-06 21:42:37 +0000 |
commit | fbdadc9472e9e7df90f4d20148dd3488aaf45a8d (patch) | |
tree | 6d2004a55951e0c36be989cff09e16d8e21d7bf6 /www/htmldoc/patches | |
parent | aef124aa9a407411f4cb32c7f35b29a0d53d87ad (diff) | |
download | pkgsrc-fbdadc9472e9e7df90f4d20148dd3488aaf45a8d.tar.gz |
Update to version 1.8.19.
There are really too many changes to mention them all here, previous version
of the package was 20 htmldoc versions behind! See the file CHANGES.txt in the
sources for more details. Anyway you should update.
As suggested in PR pkg/14557 by <collver@linuxfreemail.com> the package had
been strongly buildlinked. This update address part of this PR.
Also introduce support for another package of htmldoc with the X Windows GUI
activated.
Diffstat (limited to 'www/htmldoc/patches')
-rw-r--r-- | www/htmldoc/patches/patch-aa | 15 | ||||
-rw-r--r-- | www/htmldoc/patches/patch-ab | 18 |
2 files changed, 0 insertions, 33 deletions
diff --git a/www/htmldoc/patches/patch-aa b/www/htmldoc/patches/patch-aa deleted file mode 100644 index 39c560c5bda..00000000000 --- a/www/htmldoc/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2000/02/05 14:03:27 wiz Exp $ - ---- Makefile.in.orig Thu Jun 3 18:03:15 1999 -+++ Makefile.in Thu Jun 3 18:03:33 1999 -@@ -35,8 +35,8 @@ - # Compiler options... - # - --CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ --LDFLAGS = @LDFLAGS@ -+CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ -I${LOCALBASE}/include -+LDFLAGS = @LDFLAGS@ -L${LOCALBASE}/lib - - LIBS = @LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ -lm - diff --git a/www/htmldoc/patches/patch-ab b/www/htmldoc/patches/patch-ab deleted file mode 100644 index cf29b9b00cd..00000000000 --- a/www/htmldoc/patches/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2001/05/13 01:16:23 dmcmahill Exp $ - ---- ps-pdf.cpp.orig Thu Jan 7 19:28:30 1999 -+++ ps-pdf.cpp Sat May 12 21:09:09 2001 -@@ -2807,5 +2807,5 @@ - - if (Verbosity) -- progress_update(100 - 100 * (*y) / PagePrintLength); -+ progress_update((int)(100 - 100 * (*y) / PagePrintLength)); - - if (t->halignment == ALIGN_LEFT) -@@ -2991,5 +2991,5 @@ - - if (Verbosity) -- progress_update(100 - 100 * (*y) / PagePrintLength); -+ progress_update((int)(100 - 100 * (*y) / PagePrintLength)); - }; - |