[61255] trunk/dports/lang/polyml
mww at macports.org
mww at macports.org
Sun Dec 6 23:46:00 PST 2009
Revision: 61255
http://trac.macports.org/changeset/61255
Author: mww at macports.org
Date: 2009-12-06 23:46:00 -0800 (Sun, 06 Dec 2009)
Log Message:
-----------
verion 5.3; override test for C++ compiler which fails (partially) during ./configure
Modified Paths:
--------------
trunk/dports/lang/polyml/Portfile
Removed Paths:
-------------
trunk/dports/lang/polyml/files/
Modified: trunk/dports/lang/polyml/Portfile
===================================================================
--- trunk/dports/lang/polyml/Portfile 2009-12-07 06:51:56 UTC (rev 61254)
+++ trunk/dports/lang/polyml/Portfile 2009-12-07 07:46:00 UTC (rev 61255)
@@ -3,9 +3,7 @@
PortSystem 1.0
name polyml
-version 5.2.1
-revision 1
-set distfile_date 20080623181636
+version 5.3
categories lang ml
platforms darwin
maintainers mww
@@ -17,20 +15,17 @@
homepage http://www.polyml.org/
master_sites sourceforge
-dist_subdir ${name}/${version}-${distfile_date}
distname ${name}.${version}
-checksums sha1 39cc9451113d41ca9c491167cf3973dfd55b7446
+checksums md5 c4e3a33307c4465c4f068ae4fa225ced \
+ sha1 a037cd8cf4ce4a43b685b0e0d80f3f1e20d7c9fa \
+ rmd160 d9a806945437c147cc41407bd596b2c435ecc21e
configure.ldflags
configure.cppflags
-configure.args --mandir=${prefix}/share/man
+configure.args --mandir=${prefix}/share/man --build=${build_arch}-apple-darwin${os.major}
+# YES, the C++ compiler is working just fine! (test fails though -- for whatever reason; override it)
+configure.env check_cpp=yes
-# for darwin/x64 builds, patch to a recent svn snapshot -- darwin 10/i386 fails with and without the patch
-if {${build_arch} == "x86_64"} {
- patchfiles patch-svn-Sep-15-2009.diff
- configure.args-append --build=${build_arch}-apple-darwin${os.major}
-}
-
post-destroot {
xinstall -m 555 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 444 -W ${worksrcpath} COPYING \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091206/45613ad6/attachment.html>
More information about the macports-changes
mailing list