head	1.5;
access;
symbols
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	old_RELEASE_7_1_0:1.4
	old_RELEASE_6_4_0:1.4
	old_RELEASE_5_EOL:1.4
	old_old_RELEASE_7_0_0:1.3
	old_old_RELEASE_6_3_0:1.3
	old_old_PRE_XORG_7:1.3
	old_old_RELEASE_4_EOL:1.3
	old_old_old_RELEASE_6_2_0:1.3
	old_old_old_RELEASE_6_1_0:1.1
	old_old_old_RELEASE_5_5_0:1.1
	old_old_old_old_RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2011.11.23.22.27.34;	author gerald;	state dead;
branches;
next	1.4;

1.4
date	2008.03.01.15.30.01;	author gerald;	state Exp;
branches;
next	1.3;

1.3
date	2006.10.19.16.43.58;	author gerald;	state Exp;
branches;
next	1.2;

1.2
date	2006.06.26.17.03.03;	author gerald;	state Exp;
branches;
next	1.1;

1.1
date	2005.08.01.19.02.03;	author gerald;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove lang/gcc45 in favor of lang/gcc46 and later.  Nothing in the
tree uses this version of GCC (GCC 4.5.x) any longer and GCC 4.6 has
been the default for USE_FORTRAN=yes and USE_GCC=4.X+ for a while
and has proven itself.  Plus, only GCC 4.6 and GCC 4.7 have been
patched to work with FreeBSD 10.x and later.

Feature safe:	yes
@
text
@Index: libjava/Makefile.in
===================================================================
--- libjava/Makefile.in	(revision 117734)
+++ libjava/Makefile.in	(working copy)
@@@@ -712,7 +712,7 @@@@
 	$(am__append_2) $(am__append_3)
 toolexecmainlib_DATA = libgcj.spec
 dbexec_LTLIBRARIES = libjvm.la
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
 jardir = $(datadir)/java
 jar_DATA = libgcj-$(gcc_version).jar libgcj-tools-$(gcc_version).jar
 @@JAVA_HOME_SET_FALSE@@JAVA_HOME_DIR = $(prefix)
@


1.4
log
@Repocopy lang/gcc43 to lang/gcc44 to track GCC 4.4.

PR:		120984
@
text
@@


1.3
log
@Update lang/gcc42 to the 20061014 snapshot of GCC 4.2.0, which appends a
version number to libdata/pkgconfig/libgcj.pc.  Fix packaging on amd64
on the way (enabling Java actually was a noop, except for pkg-plist).

Update lang/gcc41 to the 20061013 snapshot of GCC 4.1.2.

These changes allow us to remove the CONFLICT between lang/gcc41 and
lang/gcc42 when building with Java support (the default on i386).

Approved by:	portmgr (erwin)
@
text
@@


1.2
log
@Update to the 20060624 snapshot of GCC 4.2.0.

mf-runtime.h no longer pollutes public filename space, so we can
remove our workaround.  Refresh files/java-patch-hier.
@
text
@d3 1
a3 1
--- libjava/Makefile.in	(revision 114994)
d5 2
a6 2
@@@@ -667,7 +667,7 @@@@
 toolexeclib_LTLIBRARIES = libgcj.la libgij.la $(am__append_2)
a10 1
 pkgconfig_DATA = libgcj.pc
d12 2
a13 1
 jar_DATA = libgcj-$(gcc_version).jar
@


1.1
log
@Update to the 20050730 snapshot of GCC 4.1.0.

Replace the WITHOUT_LIBJAVA knob by WITHOUT_JAVA which also disables
building the compiler and tools proper and avoids fetching the entire
Java frontend and library tarball.

Remove bogus ${PREFIX}/share/classpath/api directory that libjava adds
these days.

Make the (optional) handling of the Fortran and Java frontends easier
to understand.
@
text
@d3 4
a6 8
RCS file: /cvs/gcc/gcc/libjava/Makefile.in,v
retrieving revision 1.522
diff -u -3 -p -r1.522 Makefile.in
--- libjava/Makefile.in	19 May 2005 21:46:39 -0000	1.522
+++ libjava/Makefile.in	29 May 2005 16:00:44 -0000
@@@@ -696,7 +696,7 @@@@ toolexeclib_LTLIBRARIES = libgcj.la libg
     $(cond_gtk_ltlibrary) $(cond_gtk_gcjawt_ltlibrary) $(cond_xlib_ltlibrary)
 
d8 1
@

