<!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" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { 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, #msg p { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul { overflow: auto; }
#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>
<title>[31315] trunk/dports/lang/swi-prolog/Portfile</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.macosforge.org/projects/macports/changeset/31315">31315</a></dd>
<dt>Author</dt> <dd>nox@macports.org</dd>
<dt>Date</dt> <dd>2007-11-19 17:41:55 -0800 (Mon, 19 Nov 2007)</dd>
</dl>
<h3>Log Message</h3>
<pre>swi-prolog: Fixed Portfile with the new one attached to #13351.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportslangswiprologPortfile">trunk/dports/lang/swi-prolog/Portfile</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportslangswiprologPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/lang/swi-prolog/Portfile (31314 => 31315)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/lang/swi-prolog/Portfile        2007-11-20 01:06:47 UTC (rev 31314)
+++ trunk/dports/lang/swi-prolog/Portfile        2007-11-20 01:41:55 UTC (rev 31315)
</span><span class="lines">@@ -1,69 +1,87 @@
</span><span class="cx"> # $Id$
</span><span class="cx">
</span><del>-PortSystem 1.0
</del><ins>+PortSystem        1.0
</ins><span class="cx"> name                swi-prolog
</span><del>-version 5.6.47
</del><ins>+version                5.6.47
</ins><span class="cx"> epoch                20051223
</span><span class="cx">
</span><span class="cx"> categories        lang
</span><del>-maintainers        wielemak@science.uva.nl
</del><ins>+maintainers        wielemak@science.uva.nl pmoura@logtalk.org
</ins><span class="cx"> platforms        darwin
</span><span class="cx"> description        SWI-Prolog compiler plus extra packages (stable version)
</span><span class="cx">
</span><span class="cx"> long_description        \
</span><del>-                ISO/Edinburgh-style Prolog compiler including modules,                \
-                autoload, libraries, Garbage-collector, stack-expandor,                \
-                C/C++-interface, Multiple threads, GNU-readline interface,        \
-                coroutining, constraint programming, global variables,                \
-                very fast compiler. Including packages clib (Unix process        \
-                control, sockets, MIME), cpp (C++ interface), sgml (reading        \
-                XML/SGML), sgml/RDF (reading RDF into triples), ODBC                \
-                interface and XPCE (Graphics UI toolkit, integrated editor        \
-                (Emacs-clone) and graphical debugger).
</del><ins>+        ISO/Edinburgh-style Prolog compiler including modules,                \
+        autoload, libraries, Garbage-collector, stack-expandor,                \
+        C/C++-interface, Multiple threads, GNU-readline interface,        \
+        coroutining, constraint programming, global variables,                \
+        very fast compiler. Including packages clib (Unix process        \
+        control, sockets, MIME), cpp (C++ interface), sgml (reading        \
+        XML/SGML), sgml/RDF (reading RDF into triples), ODBC                \
+        interface and XPCE (Graphics UI toolkit, integrated editor        \
+        (Emacs-clone) and graphical debugger).
</ins><span class="cx">
</span><span class="cx"> homepage        http://www.swi-prolog.org/
</span><span class="cx"> master_sites        http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/
</span><span class="cx">
</span><del>-checksums md5 4651f59c31225e87aa977274516cf818
</del><ins>+checksums        md5 4651f59c31225e87aa977274516cf818
</ins><span class="cx">
</span><span class="cx"> depends_build port:gawk
</span><span class="cx">
</span><span class="cx"> depends_lib                \
</span><del>-                lib:libreadline:readline        \
-                lib:libncursesw:ncurses                \
-                lib:libjpeg:jpeg                \
-                lib:libmcrypt:libmcrypt                \
-                lib:libX11.6:XFree86                \
-                lib:libgmp:gmp                        \
-                lib:libzlib:zlib
</del><ins>+        lib:libreadline:readline        \
+        lib:libncursesw:ncurses                \
+        lib:libjpeg:jpeg                        \
+        lib:libmcrypt:libmcrypt                \
+        lib:libX11.6:XFree86                \
+        lib:libgmp:gmp                                \
+        lib:libzlib:zlib
</ins><span class="cx">
</span><del>-platform darwin 6 { depends_lib-append lib:libdl:dlcompat }
</del><ins>+platform darwin 6 {
+        depends_lib-append lib:libdl:dlcompat
+}
</ins><span class="cx">
</span><span class="cx"> distname        pl-${version}
</span><span class="cx">
</span><del>-configure.env        LIBRARY_PATH=/usr/lib:/usr/X11R6/lib:/opt/local/lib \
-                CPATH=/usr/include:/usr/X11R6/include:/opt/local/include \
-                JUNIT=/opt/local/share/java/junit.jar
</del><ins>+configure.env        \
+        LIBRARY_PATH=/usr/lib:/usr/X11R6/lib:/opt/local/lib                 \
+        CPATH=/usr/include:/usr/X11R6/include:/opt/local/include        \
+        JUNIT=/opt/local/share/java/junit.jar
+
</ins><span class="cx"> configure.ldflags
</span><span class="cx">
</span><del>-configure.args        --prefix=${prefix}                \
-                --mandir=${prefix}/share/man        \
-                --with-world
</del><ins>+configure.args        \
+        --prefix=${prefix}                                \
+        --mandir=${prefix}/share/man        \
+        --with-world
</ins><span class="cx">
</span><del>-build.env        LIBRARY_PATH=/usr/lib:/usr/X11R6/lib:/opt/local/lib \
- CPATH=/usr/include:/usr/X11R6/include:/opt/local/include \
-                JUNIT=/opt/local/share/java/junit.jar
</del><ins>+build.env        \
+        LIBRARY_PATH=/usr/lib:/usr/X11R6/lib:/opt/local/lib                        \
+        CPATH=/usr/include:/usr/X11R6/include:/opt/local/include        \
+        JUNIT=/opt/local/share/java/junit.jar
</ins><span class="cx">
</span><span class="cx"> post-pkg {
</span><del>- set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
- file copy -force -- ${workpath}/pl-${version}/man/macosx/License.html ${resources}/License.html
- file copy -force -- ${workpath}/pl-${version}/man/macosx/macosx.html ${resources}/ReadMe.html
- file copy -force -- ${workpath}/pl-${version}/man/macosx/Welcome.html ${resources}/Welcome.html
</del><ins>+        set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
+        file copy -force -- ${workpath}/pl-${version}/man/macosx/License.html ${resources}/License.html
+        file copy -force -- ${workpath}/pl-${version}/man/macosx/macosx.html ${resources}/ReadMe.html
+        file copy -force -- ${workpath}/pl-${version}/man/macosx/Welcome.html ${resources}/Welcome.html
+        file delete -force -- ${resources}/Welcome.rtf
</ins><span class="cx"> }
</span><span class="cx">
</span><ins>+post-mpkg {
+        set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
+        file copy -force -- ${workpath}/pl-${version}/man/macosx/License.html ${resources}/License.html
+        file copy -force -- ${workpath}/pl-${version}/man/macosx/macosx.html ${resources}/ReadMe.html
+        file copy -force -- ${workpath}/pl-${version}/man/macosx/Welcome.html ${resources}/Welcome.html
+        file delete -force -- ${resources}/Welcome.rtf
+}
+
</ins><span class="cx"> default_variants +mt
</span><span class="cx">
</span><del>-variant st        { configure.args-append --disable-mt}
</del><ins>+variant st {
+        configure.args-append --disable-mt
+}
</ins><span class="cx">
</span><del>-variant mt        { configure.args-append --enable-mt}
-
</del><ins>+variant mt {
+        configure.args-append --enable-mt
+}
</ins></span></pre>
</div>
</div>
</body>
</html>