diff options
author | maho <maho@FreeBSD.org> | 2006-08-18 09:39:13 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-08-18 09:39:13 +0800 |
commit | d03edaee751a5930c272cac6ff03b4a308f9b1e9 (patch) | |
tree | a06ad9416c475b0f14eb34ac117711d4cc536994 /lang/gcc42-withgcjawt | |
parent | bc8f5d2f913da806666273700090b499c395e71e (diff) | |
download | freebsd-ports-gnome-d03edaee751a5930c272cac6ff03b4a308f9b1e9.tar.gz freebsd-ports-gnome-d03edaee751a5930c272cac6ff03b4a308f9b1e9.tar.zst freebsd-ports-gnome-d03edaee751a5930c272cac6ff03b4a308f9b1e9.zip |
Add gcc42-withgcjawt.
GCC, the GNU Compiler Collection includes C, C++, Java with
AWT peer for gtk.
This port installs the various front ends as gcc42, g++42, gcj42,
like master port, *AND* installs gcj+AWT peer for gtk as well.
WWW: http://gcc.gnu.org/
Repocopied by: marcus
Diffstat (limited to 'lang/gcc42-withgcjawt')
-rw-r--r-- | lang/gcc42-withgcjawt/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc42-withgcjawt/pkg-descr | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/lang/gcc42-withgcjawt/Makefile b/lang/gcc42-withgcjawt/Makefile index 3906a4a0bcc9..58736f53d460 100644 --- a/lang/gcc42-withgcjawt/Makefile +++ b/lang/gcc42-withgcjawt/Makefile @@ -10,14 +10,14 @@ PKGNAMESUFFIX= -withgcjawt MAINTAINER= maho@FreeBSD.org -MASTERDIR= ${.CURDIR}/../../lang/gcc41 +MASTERDIR= ${.CURDIR}/../../lang/gcc42 DESCR= ${.CURDIR}/pkg-descr WITH_JAVA_AWT= yes .if defined (WITHOUT_JAVA) -BROKEN= "Does not build gcj" +BROKEN= Does not build gcj .endif #weird libtool issue http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28442 diff --git a/lang/gcc42-withgcjawt/pkg-descr b/lang/gcc42-withgcjawt/pkg-descr index 54f8a1261a3f..248d2faf569a 100644 --- a/lang/gcc42-withgcjawt/pkg-descr +++ b/lang/gcc42-withgcjawt/pkg-descr @@ -1,6 +1,7 @@ -GCC, the GNU Compiler Collection includes C, C++, Java with AWT. +GCC, the GNU Compiler Collection includes C, C++, Java with AWT peer for +gtk. -This port installs the various front ends as gcc41, g++41, gcj41, -like master port, *AND* installs gcj+AWT as well. +This port installs the various front ends as gcc42, g++42, gcj42, +like master port, *AND* installs gcj+AWT peer for gtk as well. WWW: http://gcc.gnu.org/ |