<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[69478] trunk/dports/x11</title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.macports.org/changeset/69478">69478</a></dd>
<dt>Author</dt> <dd>ryandesign@macports.org</dd>
<dt>Date</dt> <dd>2010-07-07 13:38:38 -0700 (Wed, 07 Jul 2010)</dd>
</dl>
<h3>Log Message</h3>
<pre>wine, wine-devel: whitespace changes only</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportsx11winePortfile">trunk/dports/x11/wine/Portfile</a></li>
<li><a href="#trunkdportsx11winedevelPortfile">trunk/dports/x11/wine-devel/Portfile</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsx11winePortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/x11/wine/Portfile (69477 => 69478)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/x11/wine/Portfile        2010-07-07 19:42:39 UTC (rev 69477)
+++ trunk/dports/x11/wine/Portfile        2010-07-07 20:38:38 UTC (rev 69478)
</span><span class="lines">@@ -1,152 +1,144 @@
</span><span class="cx"> # $Id$
</span><span class="cx">
</span><del>-PortSystem 1.0
-PortGroup archcheck 1.0
-PortGroup xcodeversion 1.0
</del><ins>+PortSystem 1.0
+PortGroup archcheck 1.0
+PortGroup xcodeversion 1.0
</ins><span class="cx">
</span><del>-name wine
-conflicts wine-devel wine-crossover-games
-set my_name wine
-version 1.0.1
-revision 7
-license LGPL-2.1+
-categories x11
-maintainers ryandesign jwa openmaintainer
-homepage http://www.winehq.org/
-platforms darwin
-use_bzip2 yes
-distname ${my_name}-${version}
-dist_subdir ${my_name}
-set wine_distfile [suffix ${distname}]
-set wine_gecko_distfile wine_gecko-0.1.0.cab
-distfiles ${wine_distfile} ${wine_gecko_distfile}
-extract.only ${wine_distfile}
-build.target depend all
-use_parallel_build yes
-universal_variant no
</del><ins>+name wine
+conflicts wine-devel wine-crossover-games
+set my_name wine
+version 1.0.1
+revision 7
+license LGPL-2.1+
+categories x11
+maintainers ryandesign jwa openmaintainer
+homepage http://www.winehq.org/
+platforms darwin
+use_bzip2 yes
+distname ${my_name}-${version}
+dist_subdir ${my_name}
+set wine_distfile [suffix ${distname}]
+set wine_gecko_distfile wine_gecko-0.1.0.cab
+distfiles ${wine_distfile} ${wine_gecko_distfile}
+extract.only ${wine_distfile}
+build.target depend all
+use_parallel_build yes
+universal_variant no
</ins><span class="cx">
</span><del>-minimum_xcodeversions {8 2.5}
</del><ins>+minimum_xcodeversions {8 2.5}
</ins><span class="cx">
</span><del>-description \
- Wine Is Not an Emulator
</del><ins>+description Wine Is Not an Emulator
</ins><span class="cx">
</span><del>-long_description \
- Wine is an implementation of the Windows APIs on top of X11.
</del><ins>+long_description Wine is an implementation of the Windows APIs on top of X11.
</ins><span class="cx">
</span><del>-master_sites \
- sourceforge:wine \
- http://ibiblio.org/pub/linux/system/emulators/wine/
</del><ins>+master_sites sourceforge:wine \
+ http://ibiblio.org/pub/linux/system/emulators/wine/
</ins><span class="cx">
</span><del>-checksums \
- ${wine_distfile} \
- md5 b49540f4ed194c7e8da4cdc4b5bd3404 \
- sha1 0550b03bf7b314514a87b6abb2198da96ef83b22 \
- rmd160 fecd2bf970c51c80fc02ca39631034f066da145e \
- ${wine_gecko_distfile} \
- md5 b188c296f045d20abdb11e9c0564894b \
- sha1 c16f1072dc6b0ced20935662138dcf019a38cd56 \
- rmd160 61f85ee39e96f88783541460d2fce31db7cc0183
</del><ins>+checksums ${wine_distfile} \
+ md5 b49540f4ed194c7e8da4cdc4b5bd3404 \
+ sha1 0550b03bf7b314514a87b6abb2198da96ef83b22 \
+ rmd160 fecd2bf970c51c80fc02ca39631034f066da145e \
+ ${wine_gecko_distfile} \
+ md5 b188c296f045d20abdb11e9c0564894b \
+ sha1 c16f1072dc6b0ced20935662138dcf019a38cd56 \
+ rmd160 61f85ee39e96f88783541460d2fce31db7cc0183
</ins><span class="cx">
</span><span class="cx"> # Note: Most of the X11 libs are dlopen()'d
</span><del>-depends_lib \
- port:expat \
- port:fontconfig \
- port:freetype \
- port:jpeg \
- port:lcms \
- port:libiconv \
- port:libpng \
- port:libxml2 \
- port:libxslt \
- port:ncurses \
- port:openssl \
- port:zlib \
- port:xorg-libsm \
- port:xorg-libXcomposite \
- port:xorg-libXcursor \
- port:xorg-libXi \
- port:xorg-libXinerama \
- port:xorg-libXrandr \
- port:xorg-libXxf86vm \
- port:mesa
</del><ins>+depends_lib port:expat \
+ port:fontconfig \
+ port:freetype \
+ port:jpeg \
+ port:lcms \
+ port:libiconv \
+ port:libpng \
+ port:libxml2 \
+ port:libxslt \
+ port:ncurses \
+ port:openssl \
+ port:zlib \
+ port:xorg-libsm \
+ port:xorg-libXcomposite \
+ port:xorg-libXcursor \
+ port:xorg-libXi \
+ port:xorg-libXinerama \
+ port:xorg-libXrandr \
+ port:xorg-libXxf86vm \
+ port:mesa
</ins><span class="cx">
</span><del>-archcheck.files lib/libexpat.dylib \
- lib/libfontconfig.dylib \
- lib/libfreetype.dylib \
- lib/libjpeg.dylib \
- lib/liblcms.dylib \
- lib/libiconv.dylib \
- lib/libpng.dylib \
- lib/libxml2.dylib \
- lib/libxslt.dylib \
- lib/libncurses.dylib \
- lib/libssl.dylib \
- lib/libz.dylib \
- lib/libSM.dylib \
- lib/libXcomposite.dylib \
- lib/libXcursor.dylib \
- lib/libXi.dylib \
- lib/libXinerama.dylib \
- lib/libXrandr.dylib \
- lib/libXxf86vm.dylib \
- lib/libGL.dylib
</del><ins>+archcheck.files lib/libexpat.dylib \
+ lib/libfontconfig.dylib \
+ lib/libfreetype.dylib \
+ lib/libjpeg.dylib \
+ lib/liblcms.dylib \
+ lib/libiconv.dylib \
+ lib/libpng.dylib \
+ lib/libxml2.dylib \
+ lib/libxslt.dylib \
+ lib/libncurses.dylib \
+ lib/libssl.dylib \
+ lib/libz.dylib \
+ lib/libSM.dylib \
+ lib/libXcomposite.dylib \
+ lib/libXcursor.dylib \
+ lib/libXi.dylib \
+ lib/libXinerama.dylib \
+ lib/libXrandr.dylib \
+ lib/libXxf86vm.dylib \
+ lib/libGL.dylib
</ins><span class="cx">
</span><del>-depends_build \
- port:pkgconfig
</del><ins>+depends_build port:pkgconfig
</ins><span class="cx">
</span><span class="cx"> # patch-freetype.c-pFT_MulFix.diff should no longer be needed with wine 1.2
</span><del>-patchfiles \
- patch-freetype.c-pFT_MulFix.diff
</del><ins>+patchfiles patch-freetype.c-pFT_MulFix.diff
</ins><span class="cx">
</span><del>-use_autoreconf yes
-autoreconf.args -fvi
</del><ins>+use_autoreconf yes
+autoreconf.args -fvi
</ins><span class="cx">
</span><del>-configure.ldflags-append \
- -framework CoreServices \
- -lz
</del><ins>+configure.ldflags-append -framework CoreServices \
+ -lz
</ins><span class="cx">
</span><del>-configure.args --without-alsa \
- --without-audioio \
- --without-capi \
- --with-cms \
- --with-coreaudio \
- --without-cups \
- --with-curses \
- --without-esd \
- --with-fontconfig \
- --with-freetype \
- --without-gphoto \
- --with-glu \
- --without-hal \
- --without-jack \
- --with-jpeg \
- --without-ldap \
- --without-nas \
- --with-opengl \
- --with-openssl \
- --without-oss \
- --with-png \
- --without-sane \
- --with-xcomposite \
- --with-xcursor \
- --with-xinerama \
- --with-xinput \
- --with-xml \
- --with-xrandr \
- --with-xrender \
- --with-xshape \
- --with-xshm \
- --with-xslt \
- --with-xvidmode \
- --with-x \
- --x-include=${prefix}/include \
- --x-lib=${prefix}/lib
</del><ins>+configure.args --without-alsa \
+ --without-audioio \
+ --without-capi \
+ --with-cms \
+ --with-coreaudio \
+ --without-cups \
+ --with-curses \
+ --without-esd \
+ --with-fontconfig \
+ --with-freetype \
+ --without-gphoto \
+ --with-glu \
+ --without-hal \
+ --without-jack \
+ --with-jpeg \
+ --without-ldap \
+ --without-nas \
+ --with-opengl \
+ --with-openssl \
+ --without-oss \
+ --with-png \
+ --without-sane \
+ --with-xcomposite \
+ --with-xcursor \
+ --with-xinerama \
+ --with-xinput \
+ --with-xml \
+ --with-xrandr \
+ --with-xrender \
+ --with-xshape \
+ --with-xshm \
+ --with-xslt \
+ --with-xvidmode \
+ --with-x \
+ --x-include=${prefix}/include \
+ --x-lib=${prefix}/lib
</ins><span class="cx">
</span><span class="cx"> # This is not 64-bit friendly yet
</span><span class="cx"> if {[info exists supported_archs]} {
</span><del>- supported_archs i386
</del><ins>+supported_archs i386
</ins><span class="cx"> }
</span><del>-configure.build_arch i386
</del><ins>+configure.build_arch i386
</ins><span class="cx">
</span><span class="cx"> platform darwin 10 {
</span><span class="cx"> # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o
</span><span class="lines">@@ -193,5 +185,5 @@
</span><span class="cx"> ${destroot}${prefix}/share/doc/${name}
</span><span class="cx"> }
</span><span class="cx">
</span><del>-livecheck.type regex
-livecheck.regex {"/announce/([0-9]+\.[0-9]*[02468](\.[0-9]+)*)"}
</del><ins>+livecheck.type regex
+livecheck.regex {"/announce/([0-9]+\.[0-9]*[02468](\.[0-9]+)*)"}
</ins></span></pre></div>
<a id="trunkdportsx11winedevelPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/x11/wine-devel/Portfile (69477 => 69478)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/x11/wine-devel/Portfile        2010-07-07 19:42:39 UTC (rev 69477)
+++ trunk/dports/x11/wine-devel/Portfile        2010-07-07 20:38:38 UTC (rev 69478)
</span><span class="lines">@@ -1,154 +1,147 @@
</span><span class="cx"> # $Id$
</span><span class="cx">
</span><del>-PortSystem 1.0
-PortGroup archcheck 1.0
-PortGroup xcodeversion 1.0
</del><ins>+PortSystem 1.0
+PortGroup archcheck 1.0
+PortGroup xcodeversion 1.0
</ins><span class="cx">
</span><del>-name wine-devel
-conflicts wine wine-crossover-games
-set my_name wine
-version 1.2-rc6
-license LGPL-2.1+
-categories x11
-maintainers ryandesign jwa openmaintainer
-homepage http://www.winehq.org/
-platforms darwin
-use_bzip2 yes
-distname ${my_name}-${version}
-dist_subdir ${my_name}
-set wine_distfile [suffix ${distname}]
-set wine_gecko_distfile wine_gecko-1.0.0-x86.cab
-distfiles ${wine_distfile} ${wine_gecko_distfile}
-extract.only ${wine_distfile}
-build.target depend all
-use_parallel_build yes
-universal_variant no
</del><ins>+name wine-devel
+conflicts wine wine-crossover-games
+set my_name wine
+version 1.2-rc6
+license LGPL-2.1+
+categories x11
+maintainers ryandesign jwa openmaintainer
+homepage http://www.winehq.org/
+platforms darwin
+use_bzip2 yes
+distname ${my_name}-${version}
+dist_subdir ${my_name}
+set wine_distfile [suffix ${distname}]
+set wine_gecko_distfile wine_gecko-1.0.0-x86.cab
+distfiles ${wine_distfile} ${wine_gecko_distfile}
+extract.only ${wine_distfile}
+build.target depend all
+use_parallel_build yes
+universal_variant no
</ins><span class="cx">
</span><del>-minimum_xcodeversions {8 2.5}
</del><ins>+minimum_xcodeversions {8 2.5}
</ins><span class="cx">
</span><del>-description \
- Wine Is Not an Emulator
</del><ins>+description Wine Is Not an Emulator
</ins><span class="cx">
</span><del>-long_description \
- Wine is an implementation of the Windows APIs on top of X11.
</del><ins>+long_description Wine is an implementation of the Windows APIs on top of X11.
</ins><span class="cx">
</span><del>-master_sites \
- sourceforge:wine \
- http://ibiblio.org/pub/linux/system/emulators/wine/
</del><ins>+master_sites sourceforge:wine \
+ http://ibiblio.org/pub/linux/system/emulators/wine/
</ins><span class="cx">
</span><del>-checksums \
- ${wine_distfile} \
- md5 689c6ae6baaa33ca6532af2cec05d26b \
- sha1 07cb82572090347ba671abebc6347d75bcd4a8f6 \
- rmd160 cf9be75ead99e1d9ebac0e4a83f2dde6a7776598 \
- ${wine_gecko_distfile} \
- md5 9c5c335fc077c0558561afaf25a09e51 \
- sha1 afa22c52bca4ca77dcb9edb3c9936eb23793de01 \
- rmd160 57618dbffa7b7226dcd44f86c3c569ab8a5ff938
</del><ins>+checksums ${wine_distfile} \
+ md5 689c6ae6baaa33ca6532af2cec05d26b \
+ sha1 07cb82572090347ba671abebc6347d75bcd4a8f6 \
+ rmd160 cf9be75ead99e1d9ebac0e4a83f2dde6a7776598 \
+ ${wine_gecko_distfile} \
+ md5 9c5c335fc077c0558561afaf25a09e51 \
+ sha1 afa22c52bca4ca77dcb9edb3c9936eb23793de01 \
+ rmd160 57618dbffa7b7226dcd44f86c3c569ab8a5ff938
</ins><span class="cx">
</span><span class="cx"> # Note: Most of the X11 libs are dlopen()'d
</span><del>-depends_lib \
- port:expat \
- port:fontconfig \
- port:freetype \
- port:jpeg \
- port:lcms \
- port:libiconv \
- port:libpng \
- port:libxml2 \
- port:libxslt \
- port:ncurses \
- port:openssl \
- port:tiff \
- port:zlib \
- port:xorg-libsm \
- port:xorg-libXcomposite \
- port:xorg-libXcursor \
- port:xorg-libXi \
- port:xorg-libXinerama \
- port:xorg-libXrandr \
- port:xorg-libXxf86vm \
- port:mesa
</del><ins>+depends_lib port:expat \
+ port:fontconfig \
+ port:freetype \
+ port:jpeg \
+ port:lcms \
+ port:libiconv \
+ port:libpng \
+ port:libxml2 \
+ port:libxslt \
+ port:ncurses \
+ port:openssl \
+ port:tiff \
+ port:zlib \
+ port:xorg-libsm \
+ port:xorg-libXcomposite \
+ port:xorg-libXcursor \
+ port:xorg-libXi \
+ port:xorg-libXinerama \
+ port:xorg-libXrandr \
+ port:xorg-libXxf86vm \
+ port:mesa
</ins><span class="cx">
</span><del>-archcheck.files lib/libexpat.dylib \
- lib/libfontconfig.dylib \
- lib/libfreetype.dylib \
- lib/libjpeg.dylib \
- lib/liblcms.dylib \
- lib/libiconv.dylib \
- lib/libpng.dylib \
- lib/libxml2.dylib \
- lib/libxslt.dylib \
- lib/libncurses.dylib \
- lib/libssl.dylib \
- lib/libtiff.dylib \
- lib/libz.dylib \
- lib/libSM.dylib \
- lib/libXcomposite.dylib \
- lib/libXcursor.dylib \
- lib/libXi.dylib \
- lib/libXinerama.dylib \
- lib/libXrandr.dylib \
- lib/libXxf86vm.dylib \
- lib/libGL.dylib
</del><ins>+archcheck.files lib/libexpat.dylib \
+ lib/libfontconfig.dylib \
+ lib/libfreetype.dylib \
+ lib/libjpeg.dylib \
+ lib/liblcms.dylib \
+ lib/libiconv.dylib \
+ lib/libpng.dylib \
+ lib/libxml2.dylib \
+ lib/libxslt.dylib \
+ lib/libncurses.dylib \
+ lib/libssl.dylib \
+ lib/libtiff.dylib \
+ lib/libz.dylib \
+ lib/libSM.dylib \
+ lib/libXcomposite.dylib \
+ lib/libXcursor.dylib \
+ lib/libXi.dylib \
+ lib/libXinerama.dylib \
+ lib/libXrandr.dylib \
+ lib/libXxf86vm.dylib \
+ lib/libGL.dylib
</ins><span class="cx">
</span><del>-depends_build \
- port:flex \
- port:pkgconfig
</del><ins>+depends_build port:flex \
+ port:pkgconfig
</ins><span class="cx">
</span><del>-configure.ldflags-append \
- -framework CoreServices \
- -lz
</del><ins>+configure.ldflags-append -framework CoreServices \
+ -lz
</ins><span class="cx">
</span><del>-configure.args --without-alsa \
- --without-audioio \
- --without-capi \
- --with-cms \
- --with-coreaudio \
- --without-cups \
- --with-curses \
- --without-esd \
- --with-fontconfig \
- --with-freetype \
- --without-gphoto \
- --with-glu \
- --without-gnutls \
- --without-gsm \
- --without-hal \
- --without-jack \
- --with-jpeg \
- --without-ldap \
- --without-mpg123 \
- --without-nas \
- --without-openal \
- --with-opengl \
- --with-openssl \
- --without-oss \
- --with-png \
- --with-pthread \
- --without-sane \
- --with-tiff \
- --without-v4l \
- --with-xcomposite \
- --with-xcursor \
- --with-xinerama \
- --with-xinput \
- --with-xml \
- --with-xrandr \
- --with-xrender \
- --with-xshape \
- --with-xshm \
- --with-xslt \
- --with-xxf86vm \
- --with-x \
- --x-include=${prefix}/include \
- --x-lib=${prefix}/lib
</del><ins>+configure.args --without-alsa \
+ --without-audioio \
+ --without-capi \
+ --with-cms \
+ --with-coreaudio \
+ --without-cups \
+ --with-curses \
+ --without-esd \
+ --with-fontconfig \
+ --with-freetype \
+ --without-gphoto \
+ --with-glu \
+ --without-gnutls \
+ --without-gsm \
+ --without-hal \
+ --without-jack \
+ --with-jpeg \
+ --without-ldap \
+ --without-mpg123 \
+ --without-nas \
+ --without-openal \
+ --with-opengl \
+ --with-openssl \
+ --without-oss \
+ --with-png \
+ --with-pthread \
+ --without-sane \
+ --with-tiff \
+ --without-v4l \
+ --with-xcomposite \
+ --with-xcursor \
+ --with-xinerama \
+ --with-xinput \
+ --with-xml \
+ --with-xrandr \
+ --with-xrender \
+ --with-xshape \
+ --with-xshm \
+ --with-xslt \
+ --with-xxf86vm \
+ --with-x \
+ --x-include=${prefix}/include \
+ --x-lib=${prefix}/lib
</ins><span class="cx">
</span><span class="cx"> # This is not 64-bit friendly yet
</span><span class="cx"> if {[info exists supported_archs]} {
</span><del>- supported_archs i386
</del><ins>+supported_archs i386
</ins><span class="cx"> }
</span><del>-configure.build_arch i386
</del><ins>+configure.build_arch i386
</ins><span class="cx">
</span><span class="cx"> platform darwin 9 {
</span><span class="cx"> # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support."
</span><span class="lines">@@ -188,5 +181,5 @@
</span><span class="cx"> ${destroot}${prefix}/share/doc/${name}
</span><span class="cx"> }
</span><span class="cx">
</span><del>-livecheck.type regex
-livecheck.regex {"/announce/([0-9]+\.[0-9]*([13579]|[02468]-rc\d+)(\.[0-9]+)*)"}
</del><ins>+livecheck.type regex
+livecheck.regex {"/announce/([0-9]+\.[0-9]*([13579]|[02468]-rc\d+)(\.[0-9]+)*)"}
</ins></span></pre>
</div>
</div>
</body>
</html>