<pre style='margin:0'>
Dan Ports (drkp) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2ab8b429c764465fc38510ee0396aaa8d7fb73b6">https://github.com/macports/macports-ports/commit/2ab8b429c764465fc38510ee0396aaa8d7fb73b6</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 2ab8b429c76 pstoedit: disable documentation and remove tex build deps
</span>2ab8b429c76 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2ab8b429c764465fc38510ee0396aaa8d7fb73b6
</span>Author: Dan R. K. Ports <dports@macports.org>
AuthorDate: Tue Aug 16 14:50:43 2022 -0700

<span style='display:block; white-space:pre;color:#404040;'>    pstoedit: disable documentation and remove tex build deps
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This only disables *rebuilding* the documentation; the versions
</span><span style='display:block; white-space:pre;color:#404040;'>    provided in the distfile are still installed.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This is needed to resolve a circular dependency because building the
</span><span style='display:block; white-space:pre;color:#404040;'>    docs requires latex2man which is in texlive-bin-extra, but
</span><span style='display:block; white-space:pre;color:#404040;'>    texlive-bin-extra depends on this port.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/65674
</span>---
 graphics/pstoedit/Portfile | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/pstoedit/Portfile b/graphics/pstoedit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 707419a4e8d..2b55a6b04c9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/pstoedit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/pstoedit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ legacysupport.redirect_bins pstoedit
</span> 
 name                pstoedit
 version             3.75
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            4
</span> categories          graphics
 platforms           darwin
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,9 +27,7 @@ checksums           rmd160  f3c23a0d478009f956217a60f50d49bfc558aba3 \
</span>                     sha256  b7b5d8510b40a5b148f7751268712fcfd0c1ed2bb46f359f655b6fcdc53364cf \
                     size    1290057
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build       port:pkgconfig \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    bin:latex2man:texlive-bin-extra \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    bin:pdflatex:texlive-latex
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build       port:pkgconfig
</span> 
 depends_lib         port:ImageMagick \
                     port:libzip \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,6 +44,12 @@ use_autoreconf      yes
</span> configure.args      --without-emf \
                     --without-swf
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# This disables *rebuilding* of docs; the ones included in the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# distfile are still installed. Needed because rebuilding requires
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# latex2man which is in texlive-bin-extra, but texlive-bin-extra
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# depends on this port. See https://trac.macports.org/ticket/65674
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append       --disable-docs
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.cppflags-append   -Wno-long-long
 
 # drvpdf.cpp:46:14: warning: variable declaration in a constexpr function is a C++14 extension [-Wc++14-extensions]
</pre><pre style='margin:0'>

</pre>