[26400] trunk/dports/math/GiNaC/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 20 22:58:03 PDT 2007


Revision: 26400
          http://trac.macosforge.org/projects/macports/changeset/26400
Author:   gwright at macports.org
Date:     2007-06-20 22:58:03 -0700 (Wed, 20 Jun 2007)

Log Message:
-----------
Don't build on darwin 6 and 7 anymore.  Since GiNaC depends on cln
which doesn't build on these versions, we don't lose anything.

Modified Paths:
--------------
    trunk/dports/math/GiNaC/Portfile

Modified: trunk/dports/math/GiNaC/Portfile
===================================================================
--- trunk/dports/math/GiNaC/Portfile	2007-06-21 05:53:34 UTC (rev 26399)
+++ trunk/dports/math/GiNaC/Portfile	2007-06-21 05:58:03 UTC (rev 26400)
@@ -40,12 +40,14 @@
 depends_lib	port:readline	\
 		port:cln
 
+platform darwin 6 {
+		ui_msg "GiNaC is not supported on Jaguar (OS X 10.2.x)."
+		exit 1
+}
+
 platform darwin 7 {
-		depends_build	port:gcc40
-
-		configure.env	CXX=g++-dp-4.0			\
-				CPPFLAGS=-I${prefix}/include	\
-				LDFLAGS=-L${prefix}/lib
+		ui_msg "GiNaC is not supported on Panther (OS X 10.3.x)."
+		exit 1
 }
 
 platform darwin 8 {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070620/9acb6e31/attachment.html


More information about the macports-changes mailing list