head	1.3;
access;
symbols
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	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
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	gcc_2_95_3:1.2
	gcc_2_95_3_test1:1.2
	gcc_2_95_2_inital:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	gcc_2_95_2:1.2
	RELEASE_3_3_0:1.2
	gcc_2_95_1:1.2
	gcc_2_95:1.2
	RELEASE_3_2_0:1.1
	egcs_1_1_2:1.1;
locks; strict;
comment	@# @;


1.3
date	2009.11.21.22.00.18;	author gerald;	state dead;
branches;
next	1.2;

1.2
date	99.08.05.16.06.02;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	99.02.28.11.53.32;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove lang/gcc295 which is not used by any other port and had been
unused/unusable for most of last year.  Recommend lang/gcc44 instead.

Approved by:	maintainer
@
text
@--- gcc/config/t-freebsd.orig	Tue Jun  1 17:02:39 1999
+++ gcc/config/t-freebsd	Tue Jun 22 11:05:25 1999
@@@@ -1,4 +1,2 @@@@
 # Don't run fixproto
 STMP_FIXPROTO =
-# Use only native include files
-USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS)
@


1.2
log
@Update to GCC-2.95 (what would have been EGCS-1.2).
@
text
@@


1.1
log
@STL 3.0 rope fix.

Obtained from:	aspell 0.27.1 port
@
text
@d1 7
a7 12
--- libstdc++/stl/stl_rope.h.orig	Fri Feb 20 03:13:44 1998
+++ libstdc++/stl/stl_rope.h	Sun Feb 28 03:50:24 1999
@@@@ -702,7 +702,8 @@@@
 	__rope_iterator_base<charT,Alloc>(r.tree_ptr, pos) {}
     __rope_const_iterator& operator= (const __rope_const_iterator & x) {
 	if (0 != x.buf_ptr) {
-	    *this = x;
+	    *(static_cast<__rope_iterator_base<charT,Alloc>*>(this)) = x; 
+	    // bugfix by Kevin Atkinosn (kevina@@clark.net) was *this = x;
 	} else {
 	    current_pos = x.current_pos;
 	    root = x.root;
@

