[63856] trunk/dports/lang/swi-prolog-lite/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Feb 16 22:31:55 PST 2010


Revision: 63856
          http://trac.macports.org/changeset/63856
Author:   ryandesign at macports.org
Date:     2010-02-16 22:31:55 -0800 (Tue, 16 Feb 2010)
Log Message:
-----------
swi-prolog-lite: update to 5.8.3, disable parallel build, add darwin 9 expat dependency; see #23155

Modified Paths:
--------------
    trunk/dports/lang/swi-prolog-lite/Portfile

Modified: trunk/dports/lang/swi-prolog-lite/Portfile
===================================================================
--- trunk/dports/lang/swi-prolog-lite/Portfile	2010-02-17 06:27:29 UTC (rev 63855)
+++ trunk/dports/lang/swi-prolog-lite/Portfile	2010-02-17 06:31:55 UTC (rev 63856)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 	1.0
@@ -3,5 +4,5 @@
 
 name		swi-prolog-lite
-version		5.6.62
+version		5.8.3
 
 categories	lang
@@ -14,6 +15,7 @@
 		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 		\
@@ -21,18 +23,27 @@
 		(Emacs-clone) and graphical debugger).
 
 homepage	http://www.swi-prolog.org/
+master_sites	http://www.swi-prolog.org/download/stable/src
 
-master_sites	http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/
-
 dist_subdir	swi-prolog
 
 checksums       \
-        md5     0305ac720f6d1277bcaf33876570f0d2 \
-        sha1    bd87c39f9b87c8f8981507de76b1e46a83380de4 \
-        rmd160  7356d072091d363584fd8262a04c30509c018a0a
+	md5     faeb7ade8da9832f113e6748ba6cab03 \
+	sha1    f0bb08d00162165b23fe3372d0b1fd3967cfc311 \
+	rmd160  907ee5445b977167d5db508254675648f5d8633c
 
+depends_build   \
+	port:gawk	\
+	port:junit
+
 depends_lib	port:readline
 
+use_parallel_build	no
+
+platform darwin 9 {
+	depends_lib-append port:expat
+}
+
 distname	pl-${version}
 worksrcdir 	pl-${version}/src
 
@@ -49,8 +60,9 @@
 	--enable-shared
 
 build.env	\
-	LIBRARY_PATH=${prefix}/lib	\
-	CPATH=/usr/include:${prefix}/include
+	LIBRARY_PATH=/usr/lib:${prefix}/lib	\
+	CPATH=/usr/include:${prefix}/include	\
+	CC=${configure.cc}
 
 post-build {
 	file mkdir ${workpath}/macosx
@@ -90,5 +102,5 @@
 }
 
 livecheck.type      regexm
-livecheck.url       ${homepage}dl-stable.html
-livecheck.regex     "Gzipped tar file holding the sources for version <b>(\\d+\\.\\d+\\.\\d+)"
+livecheck.url       ${homepage}download/stable
+livecheck.regex     "/download/stable/src/pl-(\\d+\\.\\d+\\.\\d+).tar.gz"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100216/b0337dfe/attachment.html>


More information about the macports-changes mailing list