NOTICE: This package has been removed from pkgsrc

Unbuildable for years and obsolete.
./lang/gcc3-java, GNU Compiler Collection, v3 - Java compiler

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.3.6, Package name: gcc3-java-3.3.6, Maintainer: pkgsrc-users

The GNU Compiler Collection (GCC) version 3.x.

This package includes support for compiling the Java language.


Required to run:
[lang/gcc3-c]

Required to build:
[lang/gcc3-c++] [devel/gmake]

Master sites: (Expand)

SHA1: 2cc43978bb09af6c2ccfdf74797d10d7cc2596fb
RMD160: b32c7a08c690857f0ac52dda3deb47cf5775d967
Filesize: 23410.56 KB

Version history: (Expand)


CVS history: (Expand)


   2012-07-15 00:19:13 by David A. Holland | Files touched by this commit (4) | Package removed
Log message:
Remove gcc3-java as promised. Has not been buildable for years, if ever,
and various attempts to fix it have failed. Plus, gcc3 is highly obsolete
at this point and it's hardly worth spending effort on this. I believe
gcc-java support is available in most or all of the gcc4 packages.
   2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473)
Log message:
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
   2012-04-07 19:34:31 by David A. Holland | Files touched by this commit (1)
Log message:
Mark BROKEN. Has not built in a long time if ever; attempts to fix it
have failed. Also, gcc3 is obsolete.
   2012-03-17 02:54:37 by Steven Drake | Files touched by this commit (1)
Log message:
Enable user-destdir support.
   2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-09-07 07:12:58 by David A. Holland | Files touched by this commit (1)
Log message:
Refine previous slightly; it can now actually configure libjava
library, and it might build for i386, although x86_64 is still pretty
broken.
   2008-09-07 05:23:16 by David A. Holland | Files touched by this commit (1)
Log message:
And now, add some logic so if gcc declines to configure libjava, as
happens by default on amd64, the build will fail instead of silently
skipping it.