<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/514b01bddeae67311e684d8cb95d6ded19adc23f">https://github.com/macports/macports-ports/commit/514b01bddeae67311e684d8cb95d6ded19adc23f</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 514b01b Fix typo: Change "XCode" to "Xcode"
</span>514b01b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 514b01bddeae67311e684d8cb95d6ded19adc23f
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Aug 30 17:45:24 2018 -0500
<span style='display:block; white-space:pre;color:#404040;'> Fix typo: Change "XCode" to "Xcode"
</span>---
databases/postgresql10/Portfile | 2 +-
databases/postgresql11/Portfile | 2 +-
databases/postgresql90/Portfile | 2 +-
databases/postgresql91/Portfile | 2 +-
databases/postgresql92/Portfile | 2 +-
databases/postgresql93/Portfile | 2 +-
databases/postgresql94/Portfile | 2 +-
databases/postgresql95/Portfile | 2 +-
databases/postgresql96/Portfile | 2 +-
devel/apr/Portfile | 2 +-
devel/ld64/Portfile | 10 +++++-----
devel/libgcrypt/Portfile | 6 +++---
editors/emacs/Portfile | 2 +-
editors/emacs23/Portfile | 2 +-
gnome/gstreamer010-gst-plugins-good/Portfile | 2 +-
gnome/gstreamer1-gst-plugins-good/Portfile | 2 +-
graphics/charls/Portfile | 2 +-
graphics/ogre/Portfile | 2 +-
kde/digikam/Portfile | 2 +-
lang/erlang/Portfile | 2 +-
lang/gcc46/Portfile | 2 +-
lang/gccxml-devel/Portfile | 2 +-
lang/llvm-3.4/Portfile | 2 +-
lang/llvm-3.5/Portfile | 4 ++--
lang/llvm-3.7/Portfile | 4 ++--
lang/llvm-3.9/Portfile | 4 ++--
lang/llvm-4.0/Portfile | 4 ++--
lang/llvm-5.0/Portfile | 4 ++--
lang/llvm-6.0/Portfile | 4 ++--
lang/llvm-devel/Portfile | 4 ++--
math/atlas/Portfile | 8 ++++----
math/octave/Portfile | 4 ++--
multimedia/mythtv.27/Portfile | 2 +-
multimedia/mythtv.28/Portfile | 2 +-
science/miriad/Portfile | 2 +-
35 files changed, 52 insertions(+), 52 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql10/Portfile b/databases/postgresql10/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c967c6a..2fd4bad 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql10/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql10/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -63,7 +63,7 @@ configure.args --sysconfdir=${prefix}/etc/${name} \
</span> configure.ldflags-append -headerpad_max_install_names
configure.universal_args-delete --disable-dependency-tracking
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# building psql with clang from XCode prior to 4.4 causes segfault on query; see #31717
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# building psql with clang from Xcode prior to 4.4 causes segfault on query; see #31717
</span> compiler.blacklist-append {clang < 421}
notes "To use the postgresql server, install the ${name}-server port"
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql11/Portfile b/databases/postgresql11/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a3c5ddb..8ad9ff7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,7 +64,7 @@ configure.args --sysconfdir=${prefix}/etc/${name} \
</span> configure.ldflags-append -headerpad_max_install_names
configure.universal_args-delete --disable-dependency-tracking
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# building psql with clang from XCode prior to 4.4 causes segfault on query; see #31717
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# building psql with clang from Xcode prior to 4.4 causes segfault on query; see #31717
</span> compiler.blacklist-append {clang < 421}
notes "To use the postgresql server, install the ${name}-server port"
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql90/Portfile b/databases/postgresql90/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8c93316..61e1a65 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql90/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql90/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,7 +61,7 @@ configure.args --sysconfdir=${prefix}/etc/${name} \
</span> --with-ossp-uuid
configure.cppflags-append -I${prefix}/include/ossp
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# building psql with clang from XCode prior to 4.4 causes segfault on query; see #31717
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# building psql with clang from Xcode prior to 4.4 causes segfault on query; see #31717
</span> compiler.blacklist-append {clang < 421}
if {[variant_isset universal]} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql91/Portfile b/databases/postgresql91/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0675731..2319bfd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql91/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql91/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,7 +61,7 @@ configure.args --sysconfdir=${prefix}/etc/${name} \
</span> --with-ossp-uuid
configure.cppflags-append -I${prefix}/include/ossp
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# building psql with clang from XCode prior to 4.4 causes segfault on query; see #31717
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# building psql with clang from Xcode prior to 4.4 causes segfault on query; see #31717
</span> compiler.blacklist-append {clang < 421}
if {[variant_isset universal]} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql92/Portfile b/databases/postgresql92/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6b216ca..ade55e9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql92/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql92/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,7 +62,7 @@ configure.args --sysconfdir=${prefix}/etc/${name} \
</span> configure.cppflags-append -I${prefix}/include/ossp
configure.ldflags-append -headerpad_max_install_names
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# building psql with clang from XCode prior to 4.4 causes segfault on query; see #31717
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# building psql with clang from Xcode prior to 4.4 causes segfault on query; see #31717
</span> compiler.blacklist-append {clang < 421}
if {[variant_isset universal]} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql93/Portfile b/databases/postgresql93/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0ac3fe4..5ad211e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql93/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql93/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,7 +62,7 @@ configure.args --sysconfdir=${prefix}/etc/${name} \
</span> configure.cppflags-append -I${prefix}/include/ossp
configure.ldflags-append -headerpad_max_install_names
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# building psql with clang from XCode prior to 4.4 causes segfault on query; see #31717
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# building psql with clang from Xcode prior to 4.4 causes segfault on query; see #31717
</span> compiler.blacklist-append {clang < 421}
if {[variant_isset universal]} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql94/Portfile b/databases/postgresql94/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2f2a77a..123874d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql94/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql94/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,7 +62,7 @@ configure.args --sysconfdir=${prefix}/etc/${name} \
</span>
configure.ldflags-append -headerpad_max_install_names
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# building psql with clang from XCode prior to 4.4 causes segfault on query; see #31717
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# building psql with clang from Xcode prior to 4.4 causes segfault on query; see #31717
</span> compiler.blacklist-append {clang < 421}
notes "To use the postgresql server, install the ${name}-server port"
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql95/Portfile b/databases/postgresql95/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e3d6aba..ad19517 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql95/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql95/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -63,7 +63,7 @@ configure.args --sysconfdir=${prefix}/etc/${name} \
</span> configure.ldflags-append -headerpad_max_install_names
configure.universal_args-delete --disable-dependency-tracking
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# building psql with clang from XCode prior to 4.4 causes segfault on query; see #31717
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# building psql with clang from Xcode prior to 4.4 causes segfault on query; see #31717
</span> compiler.blacklist-append {clang < 421}
notes "To use the postgresql server, install the ${name}-server port"
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql96/Portfile b/databases/postgresql96/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3cb2468..a376641 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql96/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql96/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -63,7 +63,7 @@ configure.args --sysconfdir=${prefix}/etc/${name} \
</span> configure.ldflags-append -headerpad_max_install_names
configure.universal_args-delete --disable-dependency-tracking
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# building psql with clang from XCode prior to 4.4 causes segfault on query; see #31717
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# building psql with clang from Xcode prior to 4.4 causes segfault on query; see #31717
</span> compiler.blacklist-append {clang < 421}
notes "To use the postgresql server, install the ${name}-server port"
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/apr/Portfile b/devel/apr/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f9316be..6c678a0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/apr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/apr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,7 +22,7 @@ checksums md5 12f2a349483ad6f12db49ba01fbfdbfa \
</span> rmd160 6238854544a4f8a515f64849038be6fd5aa90cf6 \
sha256 131f06d16d7aabd097fa992a33eec2b6af3962f93e6d570a9bd4d85e95993172
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 3.x's gcc-4.0 generates bad code in apr's translation which can be caught by enabling
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 3.x's gcc-4.0 generates bad code in apr's translation which can be caught by enabling
</span> # debugging in apr, apr-util, and subversion with LANG="en_US.UTF-8"
# Assertion failed: (node->next == NULL), function put_xlate_handle_node, file subversion/libsvn_subr/utf.c, line 378.
if {[vercmp ${xcodeversion} 3.0] >= 0} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/ld64/Portfile b/devel/ld64/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b8315e3..25bdf65 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/ld64/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/ld64/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,7 +41,7 @@ checksums dyld-421.2.tar.gz \
</span>
subport ld64-97 {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # XCode 3.2.6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Xcode 3.2.6
</span> version 97.17
revision 8
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -71,7 +71,7 @@ subport ld64-97 {
</span> }
subport ld64-127 {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # XCode 4.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Xcode 4.2
</span> # This was the last ld64 release that supported linking ppc executables.
version 127.2
revision 14
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -103,7 +103,7 @@ subport ld64-127 {
</span> }
subport ld64-136 {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # XCode 4.6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Xcode 4.6
</span> version 136
revision 10
replaced_by ld64-236
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -111,7 +111,7 @@ subport ld64-136 {
</span> }
subport ld64-236 {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # XCode 5.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Xcode 5.1
</span> version 236.3
revision 8
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -147,7 +147,7 @@ subport ld64-236 {
</span> }
subport ld64-latest {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # XCode 8.2.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Xcode 8.2.1
</span> version 274.2
revision 2
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libgcrypt/Portfile b/devel/libgcrypt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8b42225..f129b3f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libgcrypt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libgcrypt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,9 +37,9 @@ configure.args --disable-asm
</span> configure.cflags-append "-std=gnu89"
# Some versions of gcc fail to build this for i386 including:
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# gcc-4.0 from XCode 3.1.6 (5493) -- Note that gcc-4.0 from XCode 2.5 (5370) works
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# gcc-4.2 from XCode 3.1.6 (5577)
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# gcc-4.2 from XCode 3.2.6 (5666.3)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# gcc-4.0 from Xcode 3.1.6 (5493) -- Note that gcc-4.0 from Xcode 2.5 (5370) works
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# gcc-4.2 from Xcode 3.1.6 (5577)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# gcc-4.2 from Xcode 3.2.6 (5666.3)
</span> # rijndael.c: In function 'do_aesni_ctr':
# rijndael.c:895: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
# rijndael.c:895: error: 'asm' operand has impossible constraints
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/emacs/Portfile b/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f1a3e5d..1cc7bca 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,7 +62,7 @@ post-destroot {
</span>
platform darwin {
post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # Leopard's XCode 3.1.x ld(1) man page claims -no_pie is supported, but it's not
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Leopard's Xcode 3.1.x ld(1) man page claims -no_pie is supported, but it's not
</span> if {${os.major} < 9} {
reinplace "s:-fno-pie::" ${worksrcpath}/configure
} elseif {${os.major} > 10} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/emacs23/Portfile b/editors/emacs23/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4c459bd..7ba797b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/emacs23/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/emacs23/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -107,7 +107,7 @@ variant x11 description {Builds emacs as a X11 program with Lucid widgets} {
</span>
platform darwin {
post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # Leopard's XCode 3.1.x ld(1) man page claims -no_pie is supported, but it's not
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Leopard's Xcode 3.1.x ld(1) man page claims -no_pie is supported, but it's not
</span> if {${os.major} < 9} {
reinplace "s:-fno-pie::" ${worksrcpath}/src/s/darwin.h
} elseif {${os.major} > 10} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gstreamer010-gst-plugins-good/Portfile b/gnome/gstreamer010-gst-plugins-good/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ae15bdb..6534f22 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gstreamer010-gst-plugins-good/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gstreamer010-gst-plugins-good/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -99,7 +99,7 @@ if {[variant_isset universal]} {
</span> }
# SSE register return with SSE disabled
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# <rdar://problem/9694837> - Fixed in XCode 4.2 (clang 211.10.1)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# <rdar://problem/9694837> - Fixed in Xcode 4.2 (clang 211.10.1)
</span> compiler.blacklist {clang < 211.10.1}
post-activate {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gstreamer1-gst-plugins-good/Portfile b/gnome/gstreamer1-gst-plugins-good/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0cf3d0d..47fe871 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gstreamer1-gst-plugins-good/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gstreamer1-gst-plugins-good/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -161,7 +161,7 @@ if {[variant_isset universal]} {
</span> }
# SSE register return with SSE disabled
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# <rdar://problem/9694837> - Fixed in XCode 4.2 (clang 211.10.1)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# <rdar://problem/9694837> - Fixed in Xcode 4.2 (clang 211.10.1)
</span> # blacklist compilers that don't support C11 typedef redefinition
# gstflvmux.h:73: error: redefinition of typedef ‘GstFlvMuxPadClass’
compiler.blacklist *gcc-3.* *gcc-4.* {clang < 300}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/charls/Portfile b/graphics/charls/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3886612..2afdb74 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/charls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/charls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,5 +21,5 @@ checksums rmd160 ce03ed3fde0f6ec2374f4902b8b7ac441c87f32e \
</span>
#worksrcdir team-charls-charls-6fa4f2b
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Must have XCode > 6 for C++14 support
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Must have Xcode > 6 for C++14 support
</span> compiler.blacklist-append {clang < 602}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/ogre/Portfile b/graphics/ogre/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9551016..a332a0e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/ogre/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/ogre/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +27,7 @@ long_description OGRE (Object-Oriented Graphics Rendering Engine) is a \
</span> 64-bit MacOS X machine without depending on MacPorts or \
any other libraries. This version is also the only \
version that allows building fully functioning CMake \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- OGRE projects on MacOS X without using XCode.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ OGRE projects on MacOS X without using Xcode.
</span>
homepage https://www.ogre3d.org/
platforms darwin
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/kde/digikam/Portfile b/kde/digikam/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8ee4f69..cc037ad 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/kde/digikam/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/kde/digikam/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -70,7 +70,7 @@ depends_run-append port:kde4-baseapps \
</span> port:qt4-mac-sqlite3-plugin
# Following dependency is needed for the Panorama (and ExpoBlending?) tool, but
# cannot be installed on Intel Macs currently as far as I know. Also they need
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# wxWidgets which currently cannot be installed with XCode of OS X 10.7 or
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# wxWidgets which currently cannot be installed with Xcode of OS X 10.7 or
</span> # newer.
# RJVB 20140918: hugin needs wxWidgets 3 nowadays, which introduces a dependency to another GUI framework. Users who
# want the Panorama tool can install hugin-app manually and then build digikam from source
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/erlang/Portfile b/lang/erlang/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 99f1629..808affe 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/erlang/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/erlang/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,7 +73,7 @@ depends_build port:gawk
</span> depends_lib port:ncurses
# Erlang seems to have an on-again/off-again relationship with Clang.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# As of XCode 4.2, it's off again.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# As of Xcode 4.2, it's off again.
</span> # GCC 4.2 also fails: https://trac.macports.org/ticket/52507
compiler.blacklist {clang < 300} gcc-4.2
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc46/Portfile b/lang/gcc46/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 92d9d6a..6868752 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc46/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc46/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -92,7 +92,7 @@ platform darwin {
</span>
configure.dir ${workpath}/build
configure.cmd ${worksrcpath}/configure
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# 'java' and 'go' lead to compilation errors on 10.5/XCode 3.x
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# 'java' and 'go' lead to compilation errors on 10.5/Xcode 3.x
</span> configure.args --enable-languages=c,c++,objc,obj-c++,lto,fortran \
--libdir=${prefix}/lib/${name} \
--includedir=${prefix}/include/${name} \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gccxml-devel/Portfile b/lang/gccxml-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dfefae2..540b122 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gccxml-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gccxml-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,7 @@ checksums rmd160 69006283aed31f5508cf7032785bba2dfd0b5b3b \
</span> # default compiler it uses is the one used to compile it, so to get gccxml working
# without having to set any options it seems easier to do this:
configure.compiler llvm-gcc-4.2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 5 doesn't include llvm-gcc-4.2, so make sure it is installed
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 5 doesn't include llvm-gcc-4.2, so make sure it is installed
</span> depends_build-append bin:llvm-gcc-4.2:llvm-gcc42
# also need this compiler at runtime
depends_run-append bin:llvm-gcc-4.2:llvm-gcc42
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-3.4/Portfile b/lang/llvm-3.4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a873195..58690b5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-3.4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-3.4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -178,7 +178,7 @@ if {${subport} eq "llvm-${llvm_version}"} {
</span>
# g++-4.0 fails to build some of the newer C++ for ppc. Intel looks ok, but I prefer using gcc-4.2 for consistency
# Leopard's gcc-4.2 (5577) miscompiles llvm-3.4 for i386.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
</span> compiler.blacklist gcc-4.0 {gcc-4.2 <= 5577} {clang < 421}
variant universal {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-3.5/Portfile b/lang/llvm-3.5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a1c1d6d..7315893 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-3.5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-3.5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -90,8 +90,8 @@ select.group llvm
</span> select.file ${filespath}/mp-${subport}
# llvm-3.5 and later requires a C++11 runtime
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 4.5's clang (421.11.66) fails due to http://llvm.org/bugs/show_bug.cgi?id=20184
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 4.5's clang (421.11.66) fails due to http://llvm.org/bugs/show_bug.cgi?id=20184
</span> # Xcode 4.6.x's clang (425.0.28) works, assuming 425.0.24 from 4.6.0 works too
compiler.blacklist *gcc* {clang < 425.0.24}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-3.7/Portfile b/lang/llvm-3.7/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7ce0b8c..2e6fe03 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-3.7/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-3.7/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -196,8 +196,8 @@ if {${subport} eq "llvm-${llvm_version}"} {
</span> }
# llvm-3.5 and later requires a C++11 runtime
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 4.5's clang (421.11.66) fails due to http://llvm.org/bugs/show_bug.cgi?id=20184
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 4.5's clang (421.11.66) fails due to http://llvm.org/bugs/show_bug.cgi?id=20184
</span> # Xcode 4.6.3's clang (425.0.28) fails due to http://trac.macports.org/ticket/46897
compiler.blacklist *gcc* {clang < 500}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-3.9/Portfile b/lang/llvm-3.9/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1da4a95..d8a3f13 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-3.9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-3.9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -223,8 +223,8 @@ if {${subport} eq "llvm-${llvm_version}"} {
</span> }
# llvm-3.5 and later requires a C++11 runtime
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 4.5's clang (421.11.66) fails due to http://llvm.org/bugs/show_bug.cgi?id=20184
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 4.5's clang (421.11.66) fails due to http://llvm.org/bugs/show_bug.cgi?id=20184
</span> # Xcode 4.6.3's clang (425.0.28) fails due to http://trac.macports.org/ticket/46897
# Xcode 5.1's clang (clang-503.0.40) has codegen issues (resulting compiler crashes)
# Xcode 6.2's clang (600.0.57) fails due to https://llvm.org/bugs/show_bug.cgi?id=25753
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-4.0/Portfile b/lang/llvm-4.0/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c66e152..0b743b4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-4.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-4.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -279,8 +279,8 @@ if {${subport} eq "llvm-${llvm_version}"} {
</span> }
# llvm-3.5 and later requires a C++11 runtime
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 4.5's clang (421.11.66) fails due to http://llvm.org/bugs/show_bug.cgi?id=20184
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 4.5's clang (421.11.66) fails due to http://llvm.org/bugs/show_bug.cgi?id=20184
</span> # Xcode 4.6.3's clang (425.0.28) fails due to http://trac.macports.org/ticket/46897
# Xcode 4.6.3's clang (425.0.28) fails due to https://llvm.org/bugs/show_bug.cgi?id=30384
# Xcode 5.1's clang (clang-503.0.40) has codegen issues (resulting compiler crashes)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-5.0/Portfile b/lang/llvm-5.0/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b98e4d4..2be7cc5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-5.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-5.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -291,8 +291,8 @@ if {${subport} eq "llvm-${llvm_version}"} {
</span> }
# llvm-3.5 and later requires a C++11 runtime
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 4.5's clang (421.11.66) fails due to http://llvm.org/bugs/show_bug.cgi?id=20184
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 4.5's clang (421.11.66) fails due to http://llvm.org/bugs/show_bug.cgi?id=20184
</span> # Xcode 4.6.3's clang (425.0.28) fails due to http://trac.macports.org/ticket/46897
# Xcode 4.6.3's clang (425.0.28) fails due to https://llvm.org/bugs/show_bug.cgi?id=30384
# Xcode 5.1's clang (clang-503.0.40) has codegen issues (resulting compiler crashes)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-6.0/Portfile b/lang/llvm-6.0/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f850efb..da5ba6e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-6.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-6.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -287,8 +287,8 @@ if {${subport} eq "llvm-${llvm_version}"} {
</span> }
# llvm-3.5 and later requires a C++11 runtime
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 4.5's clang (421.11.66) fails due to http://llvm.org/bugs/show_bug.cgi?id=20184
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 4.5's clang (421.11.66) fails due to http://llvm.org/bugs/show_bug.cgi?id=20184
</span> # Xcode 4.6.3's clang (425.0.28) fails due to http://trac.macports.org/ticket/46897
# Xcode 4.6.3's clang (425.0.28) fails due to https://llvm.org/bugs/show_bug.cgi?id=30384
# Xcode 5.1's clang (clang-503.0.40) has codegen issues (resulting compiler crashes)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-devel/Portfile b/lang/llvm-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 22838e9..8f47514 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -256,8 +256,8 @@ if {${subport} eq "llvm-${llvm_version}"} {
</span> }
# llvm-3.5 and later requires a C++11 runtime
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# XCode 4.5's clang (421.11.66) fails due to http://llvm.org/bugs/show_bug.cgi?id=20184
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode 4.5's clang (421.11.66) fails due to http://llvm.org/bugs/show_bug.cgi?id=20184
</span> # Xcode 4.6.3's clang (425.0.28) fails due to http://trac.macports.org/ticket/46897
# Xcode 4.6.3's clang (425.0.28) fails due to https://llvm.org/bugs/show_bug.cgi?id=30384
# Xcode 5.1's clang (clang-503.0.40) has codegen issues (resulting compiler crashes)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/atlas/Portfile b/math/atlas/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 042b9b9..6756f6c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/atlas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/atlas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -95,7 +95,7 @@ if {[variant_isset mpclang37]} {
</span> # if {[vercmp ${xcodeversion} 5.0] < 0} {
# configure.compiler macports-clang-3.4
# } else {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# set use_clang "XCode"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# set use_clang "Xcode"
</span> # set gcc_version 0
# }
#
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -149,7 +149,7 @@ if {(${os.major} > 10 && \
</span> }
# If none of the above variants is chosen, make gcc47 the default for
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# up to SSE4.2 (Core i1) capable processors, and XCode-clang for newer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# up to SSE4.2 (Core i1) capable processors, and Xcode-clang for newer
</span>
if {![variant_isset gcc49] && ![variant_isset gcc5] && ![variant_isset mpclang37]} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -164,8 +164,8 @@ if {![variant_isset gcc49] && ![variant_isset gcc5] && ![variant_isset mpclang37
</span> # Use an appropriate version of Clang
set gcc_version 0
if {[vercmp ${xcodeversion} 6.0] >= 0} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # With XCode 5.0+, defaults to Xcode-clang
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- set use_clang "XCode"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # With Xcode 5.0+, defaults to Xcode-clang
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set use_clang "Xcode"
</span> } else {
# Otherwise use Macports clang 3.7
default_variants +mpclang37
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave/Portfile b/math/octave/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f964cdd..5bc193b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -501,7 +501,7 @@ variant app description "build application bundle to launch ${subport}" {
</span> depends_build-append port:librsvg
if {[vercmp ${xcodeversion} 4.5] < 0} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # need a way to generate icns file for XCode prior to 4.5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # need a way to generate icns file for Xcode prior to 4.5
</span> # see http://trac.macports.org/ticket/51487
depends_build-append port:libicns
}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -576,7 +576,7 @@ variant app description "build application bundle to launch ${subport}" {
</span> if {[vercmp ${xcodeversion} 4.5] >= 0} {
system -W ${worksrcpath} "/usr/bin/iconutil -c icns -o ${appName}/Contents/Resources/Octave.icns Octave.iconset"
} else {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # /usr/bin/iconutil introduced in XCode 4.5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # /usr/bin/iconutil introduced in Xcode 4.5
</span> # see http://trac.macports.org/ticket/51487
system -W ${worksrcpath}/Octave.iconset \
"${prefix}/bin/png2icns ${worksrcpath}/${appName}/Contents/Resources/Octave.icns icon_16x16.png icon_32x32.png icon_128x128.png icon_256x256.png icon_512x512.png"
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mythtv.27/Portfile b/multimedia/mythtv.27/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 77999c2..f43b00f 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mythtv.27/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mythtv.27/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -206,7 +206,7 @@ subport mythtv-core${majorversion} {
</span> # * Some older versions of CLANG do not honor the LIBRARY_PATH
# environment variables, which is required for compiling
# this port when using MacPorts. The versions seem to be: MacPorts
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # CLANG 3.0 or earlier, and Apple CLANG 318.0.61 or older (XCode 4.3.3 and prior).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # CLANG 3.0 or earlier, and Apple CLANG 318.0.61 or older (Xcode 4.3.3 and prior).
</span> #
# See http://code.mythtv.org/trac/ticket/11070
# Run-time failures experienced with certain versions of Clang. Unable to discern cause.
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mythtv.28/Portfile b/multimedia/mythtv.28/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9a1f0a6..20021c9 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mythtv.28/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mythtv.28/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -221,7 +221,7 @@ if {$subport eq "mythtv-core${majorversion}"} {
</span> # * Some older versions of CLANG do not honor the LIBRARY_PATH
# environment variable, which is required for compiling
# this port when using MacPorts. The versions seem to be: MacPorts
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # CLANG 3.0 or earlier, and Apple CLANG 318.0.61 or older (XCode 4.3.3 and prior).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # CLANG 3.0 or earlier, and Apple CLANG 318.0.61 or older (Xcode 4.3.3 and prior).
</span> #
# See http://code.mythtv.org/trac/ticket/11070
# Run-time failures experienced with certain versions of Clang. Unable to discern cause.
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/miriad/Portfile b/science/miriad/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6074680..a8c5a99 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/miriad/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/miriad/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -82,7 +82,7 @@ depends_lib-append port:libpng \
</span> port:xorg-libXdmcp \
port:zlib
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# The XCode 3.0 linker has a bug that prevents successful execution of
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# The Xcode 3.0 linker has a bug that prevents successful execution of
</span> # Miriad tasks.
minimum_xcodeversions {9 3.1}
</pre><pre style='margin:0'>
</pre>