<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ba4c22e10cf88fad34ee389f7fc35da4ab332746">https://github.com/macports/macports-ports/commit/ba4c22e10cf88fad34ee389f7fc35da4ab332746</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new ba4c22e10cf gdal: don't attempt to build PDF driver as a plugin
</span>ba4c22e10cf is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ba4c22e10cf88fad34ee389f7fc35da4ab332746
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Apr 16 11:18:14 2021 -0700
<span style='display:block; white-space:pre;color:#404040;'> gdal: don't attempt to build PDF driver as a plugin
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> The poppler variant does not work since
</span><span style='display:block; white-space:pre;color:#404040;'> `--enable-pdf-plugin` is not compatible with `--with-libtool`.
</span><span style='display:block; white-space:pre;color:#404040;'> Without libtool, `--enable-pdf-plugin` causes
</span><span style='display:block; white-space:pre;color:#404040;'> a plugin to be built but not installed.
</span><span style='display:block; white-space:pre;color:#404040;'> Without `--enable-pdf-plugin`, the poppler variant builds the PDF
</span><span style='display:block; white-space:pre;color:#404040;'> driver just not as a plugin.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> No revbump is needed since the poppler variant is currently broken.
</span>---
gis/gdal/Portfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/gdal/Portfile b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 003078c9d99..69d9dd32922 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -543,8 +543,7 @@ variant poppler description {Enable poppler support} {
</span> depends_lib-append port:poppler
configure.args-delete --without-poppler
configure.args-append --with-poppler=${prefix} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- --enable-driver-pdf \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- --enable-pdf-plugin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --enable-driver-pdf
</span> }
variant cfitsio description {Enable fits support} {
</pre><pre style='margin:0'>
</pre>