summaryrefslogtreecommitdiff
path: root/textproc/htmldoc/files
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2023-09-19 06:27:30 +0200
committerRobert Clausecker <fuz@FreeBSD.org>2023-09-22 00:54:44 -0400
commit48c5dd95ac86d78830ef6ddb9617fb60c31e088c (patch)
tree3f2d10ef66876addaa0497dedb439406d9ecdd6e /textproc/htmldoc/files
parentsecurity/tor: update 0.4.8.5 → 0.4.8.6 (diff)
textproc/htmldoc: update to 1.9.17
Get rid of now obsolete workaround for clang 8 bug. Get rid of now obsolete GNUTLS option. Changelog: https://www.msweet.org/blog/2023-09-17-htmldoc-1.9.17.html
Diffstat (limited to 'textproc/htmldoc/files')
-rw-r--r--textproc/htmldoc/files/patch-htmldoc_ps-pdf.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/textproc/htmldoc/files/patch-htmldoc_ps-pdf.cxx b/textproc/htmldoc/files/patch-htmldoc_ps-pdf.cxx
deleted file mode 100644
index 93762c943ced..000000000000
--- a/textproc/htmldoc/files/patch-htmldoc_ps-pdf.cxx
+++ /dev/null
@@ -1,15 +0,0 @@
-Workaround for potential optimizer bug in clang 8 that causes hangs at runtime
-
-https://github.com/michaelrsweet/htmldoc/issues/349
-
---- htmldoc/ps-pdf.cxx.orig 2018-04-10 11:56:03 UTC
-+++ htmldoc/ps-pdf.cxx
-@@ -5361,7 +5361,7 @@ parse_pre(tree_t *t, /* I - Tree to parse */
- line[10240],
- *lineptr,
- *dataptr;
-- int col;
-+ volatile int col;
- float width,
- height,
- rgb[3];