head	1.5;
access;
symbols
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


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

1.4
date	2009.01.06.07.59.06;	author maho;	state Exp;
branches;
next	1.3;

1.3
date	2009.01.06.05.54.52;	author maho;	state dead;
branches;
next	1.2;

1.2
date	2006.07.23.05.31.47;	author maho;	state Exp;
branches;
next	1.1;

1.1
date	2006.07.21.21.05.41;	author maho;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove lang/gcc42-withgcjawt which basically is just lang/gcc42 with
an extra option set and no longer used by anything in the tree.
@
text
@Real tweaks for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28442
never be upstreamed. correct solution might be upgrading libtool(?)

--- libjava/configure.orig	Sat Jul 15 07:34:33 2006
+++ libjava/configure	Fri Jul 21 16:37:48 2006
@@@@ -5867,6 +5867,7 @@@@
 
 # This can be used to rebuild libtool when needed
 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
+cp %%LOCALBASE%%/bin/libtool .
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
--- libjava/classpath/configure~	Wed Jun 14 22:46:33 2006
+++ libjava/classpath/configure	Fri Jul 21 16:38:43 2006
@@@@ -5449,6 +5449,7 @@@@
 
 # This can be used to rebuild libtool when needed
 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
+cp %%LOCALBASE%%/bin/libtool .
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'

--- ltconfig~	Wed Jul  5 05:30:34 2006
+++ ltconfig	Fri Jul 21 19:59:52 2006
@@@@ -2236,7 +2236,7 @@@@
 EOF
   else
     echo "appending configuration tag \"$tagname\" to $ofile"
-    echo "### BEGIN LIBTOOL TAG CONFIG: $tagname" >> "$ofile"
+    echo "# ### BEGIN LIBTOOL TAG CONFIG: $tagname" >> "$ofile"
   fi
   cfgfile="$ofile"
   ;;
@@@@ -2266,7 +2266,7 @@@@
 EOF
   else
     echo "appending to $cfgfile"
-    echo "### BEGIN LIBTOOL TAG CONFIG: $tagname" >> "$ofile"
+    echo "# ### BEGIN LIBTOOL TAG CONFIG: $tagname" >> "$ofile"
   fi
   ;;
 esac
--- libjava/classpath/ltconfig~	Wed Jul  5 05:30:34 2006
+++ libjava/classpath/ltconfig	Fri Jul 21 20:00:44 2006
@@@@ -2236,7 +2236,7 @@@@
 EOF
   else
     echo "appending configuration tag \"$tagname\" to $ofile"
-    echo "### BEGIN LIBTOOL TAG CONFIG: $tagname" >> "$ofile"
+    echo "# ### BEGIN LIBTOOL TAG CONFIG: $tagname" >> "$ofile"
   fi
   cfgfile="$ofile"
   ;;
@@@@ -2266,7 +2266,7 @@@@
 EOF
   else
     echo "appending to $cfgfile"
-    echo "### BEGIN LIBTOOL TAG CONFIG: $tagname" >> "$ofile"
+    echo "# ### BEGIN LIBTOOL TAG CONFIG: $tagname" >> "$ofile"
   fi
   ;;
 esac

--- libjava/configure~	Sun Jul 23 11:01:24 2006
+++ libjava/configure	Sun Jul 23 11:04:35 2006
@@@@ -6118,11 +6118,11 @@@@
 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
 deplibs_check_method="$deplibs_check_method" \
 file_magic_cmd="$file_magic_cmd" \
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
---build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
-|| { { echo "$as_me:$LINENO: error: libtool tag configuration failed" >&5
-echo "$as_me: error: libtool tag configuration failed" >&2;}
-   { (exit 1); exit 1; }; }
+#${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
+#--build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
+#|| { { echo "$as_me:$LINENO: error: libtool tag configuration failed" >&5
+#echo "$as_me: error: libtool tag configuration failed" >&2;}
+#   { (exit 1); exit 1; }; }
 CC="$lt_save_CC"
 CFLAGS="$lt_save_CFLAGS"
 
@


1.4
log
@Readd.
audio/tuxguitar depends on lang/gcc42-withgcjawt port.

Submitted by:   cperciva@@
@
text
@@


1.3
log
@Remove lang/gcc42-withgcjawt
This is very hard to maintain
* Actually CONFLICT with lang/gcc42.
* Depending on lang/gcc42 is not a good idea. Requires too much efforts.
@
text
@@


1.2
log
@Introducing one more kludge so that buildable with 20060721
snapshot. Hope libtool in gcc41 will be updated soon.
@
text
@@


1.1
log
@Dirty workaround for libtool

Hint by: Bartosz Fabianowski <freebsd@@chillt.de>
@
text
@d66 19
@

