[41415] trunk/dports/cross/i960-rtems-gcc/Portfile
pguyot at kallisys.net
pguyot at kallisys.net
Sun Nov 2 02:24:31 PST 2008
Revision: 41415
http://trac.macports.org/changeset/41415
Author: pguyot at kallisys.net
Date: 2008-11-02 02:24:29 -0800 (Sun, 02 Nov 2008)
Log Message:
-----------
Mark this port as not building on 10.5+ (it's simply disabled on FreeBSD)
Modified Paths:
--------------
trunk/dports/cross/i960-rtems-gcc/Portfile
Modified: trunk/dports/cross/i960-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/i960-rtems-gcc/Portfile 2008-11-02 09:57:16 UTC (rev 41414)
+++ trunk/dports/cross/i960-rtems-gcc/Portfile 2008-11-02 10:24:29 UTC (rev 41415)
@@ -15,7 +15,7 @@
homepage http://gcc.gnu.org/
platforms darwin
categories cross devel
-maintainers pguyot at kallisys.net
+maintainers pguyot at kallisys.net openmaintainer
master_sites gnu:gcc/gcc-${version}/:gcc \
ftp://sources.redhat.com/pub/newlib/:newlib \
ftp://ftp.mirror.ac.uk/sites/sources.redhat.com/pub/newlib/:newlib \
@@ -200,6 +200,13 @@
"${destroot}/${prefix}/share/man/man1/${crossgcc-target}-gcov.1"
}
-livecheck.check regex
-livecheck.url http://gcc.gnu.org/releases.html
-livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td> <td>.*</td></tr>}
+# This target has been abandonned upstream.
+pre-fetch {
+ if {${os.platform} == "darwin" && [rpm-vercomp 9.0 ${os.version}] < 0} {
+ error "This port does not build on darwin 9+ (MacOS X 10.5+) and it has been abandonned upstream."
+ }
+}
+
+# livecheck.check regex
+# livecheck.url http://gcc.gnu.org/releases.html
+# livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td> <td>.*</td></tr>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081102/c45212c5/attachment.html>
More information about the macports-changes
mailing list