[54602] trunk/dports/math
toby at macports.org
toby at macports.org
Wed Jul 29 23:29:04 PDT 2009
Revision: 54602
http://trac.macports.org/changeset/54602
Author: toby at macports.org
Date: 2009-07-29 23:29:03 -0700 (Wed, 29 Jul 2009)
Log Message:
-----------
nuke darwin 6
Modified Paths:
--------------
trunk/dports/math/GiNaC/Portfile
trunk/dports/math/cln/Portfile
trunk/dports/math/gsl/Portfile
trunk/dports/math/gsl-devel/Portfile
trunk/dports/math/nestedsums/Portfile
Modified: trunk/dports/math/GiNaC/Portfile
===================================================================
--- trunk/dports/math/GiNaC/Portfile 2009-07-30 06:26:57 UTC (rev 54601)
+++ trunk/dports/math/GiNaC/Portfile 2009-07-30 06:29:03 UTC (rev 54602)
@@ -43,12 +43,6 @@
depends_lib port:readline \
port:cln
-platform darwin 6 {
- pre-fetch {
- return -code error "${name} is not supported on Jaguar (OS X 10.2.x)."
- }
-}
-
platform darwin 7 {
pre-fetch {
return -code error "${name} is not supported on Panther (OS X 10.3.x)."
Modified: trunk/dports/math/cln/Portfile
===================================================================
--- trunk/dports/math/cln/Portfile 2009-07-30 06:26:57 UTC (rev 54601)
+++ trunk/dports/math/cln/Portfile 2009-07-30 06:29:03 UTC (rev 54602)
@@ -23,12 +23,6 @@
depends_lib port:gmp
-platform darwin 6 {
- pre-fetch {
- error "cln is not supported on Jaguar (OS X 10.2.x)"
- }
-}
-
platform darwin 7 {
pre-fetch {
error "cln is not supported on Panther (OS X 10.3.x)"
Modified: trunk/dports/math/gsl/Portfile
===================================================================
--- trunk/dports/math/gsl/Portfile 2009-07-30 06:26:57 UTC (rev 54601)
+++ trunk/dports/math/gsl/Portfile 2009-07-30 06:29:03 UTC (rev 54602)
@@ -25,9 +25,6 @@
platforms darwin
# Lower optimization level (-O1) is required to avoid code generation
# bugs in Apple's gcc 3.3 and earlier.
-platform darwin 6 {
- configure.cflags-append "-O1"
-}
platform darwin 7 {
configure.cflags-append "-O1"
}
Modified: trunk/dports/math/gsl-devel/Portfile
===================================================================
--- trunk/dports/math/gsl-devel/Portfile 2009-07-30 06:26:57 UTC (rev 54601)
+++ trunk/dports/math/gsl-devel/Portfile 2009-07-30 06:29:03 UTC (rev 54602)
@@ -25,9 +25,6 @@
platforms darwin
# Lower optimization level (-O1) is required to avoid code generation bugs in Apple's gcc 3.3 and earlier.
-platform darwin 6 {
- configure.cflags-append "-O1"
-}
platform darwin 7 {
configure.cflags-append "-O1"
}
Modified: trunk/dports/math/nestedsums/Portfile
===================================================================
--- trunk/dports/math/nestedsums/Portfile 2009-07-30 06:26:57 UTC (rev 54601)
+++ trunk/dports/math/nestedsums/Portfile 2009-07-30 06:29:03 UTC (rev 54602)
@@ -21,12 +21,6 @@
#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 {
- pre-fetch {
- error "nesteedsums is not supported on Jaguar (OS X 10.2.x)."
- }
-}
-
platform darwin 7 {
pre-fetch {
error "nesteedsums is not supported on Panther (OS X 10.3.x)."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090729/0cb3d2e6/attachment.html>
More information about the macports-changes
mailing list