From 01abf783d2fc93e5ebc4c473b9680bb445b2aafd Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 29 Jan 2014 20:18:52 +0000 Subject: Upgrade to HTMLDOC 1.8.28, fixing security-relevant bugs. Support staging, and modernize LIB_DEPENDS. Tweak build environment to get proper detection of png/jpeg libs. Switch to using BZIP2 tarballs. PR: ports/186024 Approved by: jose@diasfernandes.pt (maintainer) Security: 6d08fa63-83bf-11e3-bdba-080027ef73ec --- textproc/htmldoc/files/patch-image.cxx | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 textproc/htmldoc/files/patch-image.cxx (limited to 'textproc/htmldoc/files/patch-image.cxx') diff --git a/textproc/htmldoc/files/patch-image.cxx b/textproc/htmldoc/files/patch-image.cxx deleted file mode 100644 index 7aba1dfbf53b..000000000000 --- a/textproc/htmldoc/files/patch-image.cxx +++ /dev/null @@ -1,19 +0,0 @@ ---- htmldoc/image.cxx.orig 2006-05-31 21:00:02.000000000 +0200 -+++ htmldoc/image.cxx 2012-05-06 15:44:04.000000000 +0200 -@@ -56,6 +56,7 @@ - } - - #include /* Portable Network Graphics (PNG) definitions */ -+#include - - - /* -@@ -1499,7 +1500,7 @@ - - rows = NULL; - -- if (setjmp(pp->jmpbuf)) -+ if (setjmp(png_jmpbuf(pp))) - { - progress_error(HD_ERROR_BAD_FORMAT, "PNG file contains errors!"); - -- cgit v1.2.3