[26399] trunk/dports/math/nestedsums/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 20 22:53:35 PDT 2007


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

Log Message:
-----------
Build only on darwin_8 or later.  This eliminates the need for
a macports g++ compiler, and since cln (a dependency via
GiNaC) only works on darwin_8 or later, we don't lose anything.

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

Modified: trunk/dports/math/nestedsums/Portfile
===================================================================
--- trunk/dports/math/nestedsums/Portfile	2007-06-21 05:40:45 UTC (rev 26398)
+++ trunk/dports/math/nestedsums/Portfile	2007-06-21 05:53:34 UTC (rev 26399)
@@ -5,7 +5,7 @@
 version		1.4.9
 categories	math
 platforms	darwin
-maintainers	nomaintainer at macports.org
+maintainers	gwright at macports.org
 description	nestedsums library
 long_description	\
 		A Library for the Symbolic Expansion of a Class of	\
@@ -21,9 +21,14 @@
 #user_notes	On Tiger (10.4.x), Xcode 2.1 is required to avoid a bug
 #		in gcc which causes one of the tests to fail.
 
+platform darwin 6 {
+		ui_msg "nesteedsums 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
+		ui_msg "nesteedsums is not supported on Panther (OS X 10.3.x)."
+		exit 1
 }
 
 default_variants	+test

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


More information about the macports-changes mailing list