[41416] trunk/dports/cross/i960-rtems-binutils/Portfile

pguyot at kallisys.net pguyot at kallisys.net
Sun Nov 2 02:26:02 PST 2008


Revision: 41416
          http://trac.macports.org/changeset/41416
Author:   pguyot at kallisys.net
Date:     2008-11-02 02:26:02 -0800 (Sun, 02 Nov 2008)
Log Message:
-----------
cross/i960-rtems-binutils: add a warning for 10.5+ users that gcc won't build

Modified Paths:
--------------
    trunk/dports/cross/i960-rtems-binutils/Portfile

Modified: trunk/dports/cross/i960-rtems-binutils/Portfile
===================================================================
--- trunk/dports/cross/i960-rtems-binutils/Portfile	2008-11-02 10:24:29 UTC (rev 41415)
+++ trunk/dports/cross/i960-rtems-binutils/Portfile	2008-11-02 10:26:02 UTC (rev 41416)
@@ -12,7 +12,7 @@
 					i960-rtems cross development (Intel i960 family).
 platforms			darwin
 categories			cross devel
-maintainers			pguyot at kallisys.net
+maintainers			pguyot at kallisys.net openmaintainer
 homepage			http://www.gnu.org/software/binutils/binutils.html
 master_sites		gnu:binutils
 distname			binutils-${version}
@@ -126,8 +126,13 @@
 	file delete "${destroot}/${prefix}/lib/libiberty.a"
 }
 
-# 2.16.1 is the latest supported version for this target, unless a maintainer
-# comes up, which may happen with new releases of binutils.
-livecheck.check		freshmeat
-livecheck.name		binutils
-livecheck.version	2.17
+# This target has been abandonned upstream.
+pre-fetch {
+	if {${os.platform} == "darwin" && [rpm-vercomp 9.0 ${os.version}] < 0} {
+		ui_warn "i960-rtems-gcc does not build on darwin 9+ (MacOS X 10.5+) and it has been abandonned upstream."
+	}
+}
+
+# livecheck.check		freshmeat
+# livecheck.name		binutils
+# livecheck.version	2.17
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081102/ba86c88e/attachment.html>


More information about the macports-changes mailing list