Revision: 147408 https://trac.macports.org/changeset/147408 Author: devans@macports.org Date: 2016-04-02 22:30:23 -0700 (Sat, 02 Apr 2016) Log Message: ----------- vte: configure libstc++ compatibility version to build without pcre2 support to avoid configuration problems, increment revision. Modified Paths: -------------- trunk/dports/gnome/vte/Portfile Modified: trunk/dports/gnome/vte/Portfile =================================================================== --- trunk/dports/gnome/vte/Portfile 2016-04-03 04:24:45 UTC (rev 147407) +++ trunk/dports/gnome/vte/Portfile 2016-04-03 05:30:23 UTC (rev 147408) @@ -82,12 +82,14 @@ if {${configure.cxx_stdlib} eq "libstdc++"} { # vte 0.43.1+ build fails on platforms supporting libstdc++ (#50492) version 0.43.0 - revision 1 + revision 2 checksums rmd160 d9a1eb6d6d5cbb39e04f625d22e43315500750b8 \ sha256 2f10ae4148633e9ee458639f72cf2929703d413b95eee416fd6f03db8c4d4ab9 patchfiles patch-src-Makefile.am-0.43.0.diff \ patch-src-pty.cc-0.43.0.diff \ patch-src-vteutils.cc-0.43.0.diff + configure.args-append \ + --without-pcre2 livecheck.type none } else { livecheck.type gnome