[89248] trunk/dports/science/alliance/Portfile

and.damore at macports.org and.damore at macports.org
Sat Jan 21 16:15:17 PST 2012


Revision: 89248
          http://trac.macports.org/changeset/89248
Author:   and.damore at macports.org
Date:     2012-01-21 16:15:17 -0800 (Sat, 21 Jan 2012)
Log Message:
-----------
port alliance: choosing right compiler on Lion, closing ticket #32947, adding license

Modified Paths:
--------------
    trunk/dports/science/alliance/Portfile

Modified: trunk/dports/science/alliance/Portfile
===================================================================
--- trunk/dports/science/alliance/Portfile	2012-01-22 00:11:55 UTC (rev 89247)
+++ trunk/dports/science/alliance/Portfile	2012-01-22 00:15:17 UTC (rev 89248)
@@ -4,6 +4,7 @@
 
 name                alliance
 version             5.0-20090901
+license             GPL
 set version_number  [lindex [split ${version} -] 0]
 categories          science
 maintainers         and.damore openmaintainer
@@ -13,7 +14,7 @@
                     tools, and automatic place and route tools. A complete set of portable \
                     CMOS libraries is provided
 platforms           darwin
-homepage            http://www-asim.lip6.fr/recherche/alliance/
+homepage            http://www-soc.lip6.fr/en/recherche/cian/alliance/
 
 master_sites        http://www-asim.lip6.fr/pub/alliance/distribution/${version_number}/ \
                     http://www-asim.lip6.fr/pub/alliance/distribution/${version_number}/OLD_RELEASES/
@@ -25,6 +26,13 @@
                     port:openmotif \
                     port:libpng
 
+if {${os.major} == 11} {
+    depends_build       port:apple-gcc42
+
+    configure.compiler  apple-gcc-4.2
+    configure.cxx       g++-apple-4.2
+}
+
 worksrcdir          ${name}-${version_number}
 
 patchfiles          patch-distrib-etc-Makefile.in.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120121/9ef8db74/attachment.html>


More information about the macports-changes mailing list