summaryrefslogtreecommitdiff
path: root/textproc/htmldoc/files/patch-png_pngpriv.h
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@fuz.su>2021-10-14 16:34:43 -0300
committerJoseph Mingrone <jrm@FreeBSD.org>2021-10-14 16:50:37 -0300
commitdc703bd694e830e33dcdc3b371648e3d8920e859 (patch)
treed5d6dcfb980d64249b41a67c8a1ae4be0f33faca /textproc/htmldoc/files/patch-png_pngpriv.h
parentmultimedia/obs-studio: Backport patch enabling OBS Studio Virtual Camera (diff)
textproc/htmldoc: Update to 1.9.12 +
- fix line break in USES that lead to wrong X11 usage - make USE=jpeg unconditional because it is needed even if HTMLDOCGUI is off - make pkgconfig unconditional because it is needed even if gnutls is not used - remove arm64 pre-build as it doesn't seem to be needed (perhaps ndowens knows more; he added it) - remove a PPC patch by pkubaj as it no longer required - apply formatting fixes from linters (portclippy, portfmt, portlint) Changelogs: https://www.msweet.org/blog/2021-05-17-htmldoc-1.9.12.html https://www.msweet.org/blog/2020-12-24-htmldoc-1.9.11.html https://www.msweet.org/blog/2020-09-05-htmldoc-1.9.10.html https://www.msweet.org/blog/2020-06-11-htmldoc-1.9.9.html https://www.msweet.org/blog/2020-02-15-htmldoc-1.9.8.html https://www.msweet.org/blog/2019-10-09-htmldoc-1.9.7.html https://www.msweet.org/blog/2019-09-25-htmldoc-1.9.6.html https://www.msweet.org/blog/2019-01-23-htmldoc-1.9.5.html https://www.msweet.org/blog/2018-08-31-htmldoc-1.9.4.html PR: 258507 Approved by: jose@diasfernandes.pt (maintainer)
Diffstat (limited to 'textproc/htmldoc/files/patch-png_pngpriv.h')
-rw-r--r--textproc/htmldoc/files/patch-png_pngpriv.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/textproc/htmldoc/files/patch-png_pngpriv.h b/textproc/htmldoc/files/patch-png_pngpriv.h
deleted file mode 100644
index 8c770f7c90fb..000000000000
--- a/textproc/htmldoc/files/patch-png_pngpriv.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- png/pngpriv.h.orig 2021-03-16 01:04:47 UTC
-+++ png/pngpriv.h
-@@ -193,11 +193,7 @@
- #endif
-
- #ifndef PNG_POWERPC_VSX_OPT
--# if defined(__PPC64__) && defined(__ALTIVEC__) && defined(__VSX__)
--# define PNG_POWERPC_VSX_OPT 2
--# else
- # define PNG_POWERPC_VSX_OPT 0
--# endif
- #endif
-
- #ifndef PNG_INTEL_SSE_OPT