summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2001-06-29 12:36:48 +0000
committerjeh <jeh@FreeBSD.org>2001-06-29 12:36:48 +0000
commit00a86a259d12e851ad6901966c57cbbc3f2dbf09 (patch)
treec7d28509e63720fa0e6492111a79aea2b6b33563
parentf29bfd2f2a5507065ec2822a5908f59c0c044cfa (diff)
downloadFreeBSD-ports-00a86a259d12e851ad6901966c57cbbc3f2dbf09.zip
FreeBSD-ports-00a86a259d12e851ad6901966c57cbbc3f2dbf09.tar.gz
This is port to fetch the gcc tarball for the *-rtems-(gcc|gcj|g77|objc)
ports. These need both gcc and newlib fetched, and since they have different master sites, this was the cleanest way.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rtems-gcc/Makefile20
-rw-r--r--devel/rtems-gcc/distinfo1
-rw-r--r--devel/rtems-gcc/pkg-comment1
-rw-r--r--devel/rtems-gcc/pkg-descr7
5 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 458180a..35e85ae 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -429,6 +429,7 @@
SUBDIR += rinfo
SUBDIR += robodoc
SUBDIR += rpc2
+ SUBDIR += rtems-gcc
SUBDIR += ruby-amstd
SUBDIR += ruby-byaccr
SUBDIR += ruby-date2
diff --git a/devel/rtems-gcc/Makefile b/devel/rtems-gcc/Makefile
new file mode 100644
index 0000000..54250b5
--- /dev/null
+++ b/devel/rtems-gcc/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: i386-rtems-gcc
+# Date created: 9 June 2000
+# Whom: James Housley <jim@thehousleys.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gcc
+PORTVERSION= 2.95.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= gcc
+EXTRACT_ONLY= # Empty
+
+MAINTAINER= jeh@FreeBSD.org
+
+NO_BUILD= YES
+NO_INSTALL= YES
+
+.include <bsd.port.mk>
diff --git a/devel/rtems-gcc/distinfo b/devel/rtems-gcc/distinfo
new file mode 100644
index 0000000..f9e74d8
--- /dev/null
+++ b/devel/rtems-gcc/distinfo
@@ -0,0 +1 @@
+MD5 (gcc-2.95.2.tar.gz) = 0e36957d734286e242e9697fd2806c4f
diff --git a/devel/rtems-gcc/pkg-comment b/devel/rtems-gcc/pkg-comment
new file mode 100644
index 0000000..8029d3a
--- /dev/null
+++ b/devel/rtems-gcc/pkg-comment
@@ -0,0 +1 @@
+A phantom port to fetch the gcc tarball for the RTEMS ports
diff --git a/devel/rtems-gcc/pkg-descr b/devel/rtems-gcc/pkg-descr
new file mode 100644
index 0000000..82bab89
--- /dev/null
+++ b/devel/rtems-gcc/pkg-descr
@@ -0,0 +1,7 @@
+This is a phantom port to fetch the gcc tarball used by the
+*-rtems-gcc, *-rtems-gcj, *-rtems-g77 and *-rtems-objc ports.
+
+WWW: http://www.oarcorp.com
+
+- Jim
+jim@thehousleys.net
OpenPOWER on IntegriCloud