head	1.4;
access;
symbols
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	gcc_2_95_3:1.3
	gcc_2_95_3_test1:1.3
	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.3
	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.4
date	2009.11.21.22.00.18;	author gerald;	state dead;
branches;
next	1.3;

1.3
date	2000.12.05.20.34.32;	author obrien;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.4
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
@--- libstdc++/Makefile.in.orig	Sat Jul 17 22:50:47 1999
+++ libstdc++/Makefile.in	Tue Jul 20 07:56:00 1999
@@@@ -14,7 +14,7 @@@@
 # along with this library; see the file COPYING.  If not, write to the Free
 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-VERSION = 2.10.0
+VERSION = 2100
 INTERFACE = 3
 
 gxx_include_dir=${includedir}/g++
@@@@ -111,7 +111,8 @@@@
 	$(LN_S) $(SHLIB) $(SHLINK) || cp $(ARLIB) $(ARLINK)
 
 mshlink:
-	@@$(MAKE) $(MSHLINK) "SHLINK=$(MSHLINK)"
+	#@@$(MAKE) $(MSHLINK) "SHLINK=$(MSHLINK)"
+	@@true
 
 $(IO_DIR)/iostream.list: force
 	cd $(IO_DIR) ; $(MAKE) $(FLAGS_TO_PASS) iostream.list
@@@@ -336,11 +337,7 @@@@
 		|| cp $${RELINSTALLDIR}$(ARLIB) $${INSTALLLINKDIR}$(MULTISUBDIR)/$$FILE ; \
 	    fi; \
 	  elif [ $$FILE = mshlink ]; then \
-	    for FILE in $(MSHLINK) ; do \
-	      rm -f $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
-	      $(LN_S) $(SHLIB) $${INSTALLDIR}$(MULTISUBDIR)/$$FILE \
-		|| cp $(SHLIB) $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
-	    done; \
+	    true; \
 	  elif [ $$FILE = marlink ]; then \
 	    for FILE in $(MARLINK) ; do \
 	      rm -f $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
@


1.3
log
@Change the libstdc++.so version number to be more like the stock one.
This change is needed as the one I was using is too much in the range of
shared version numbers the stock libstdc++.so will have.
@
text
@@


1.2
log
@Update to GCC-2.95 (what would have been EGCS-1.2).
@
text
@d8 1
a8 1
+VERSION = 4
@


1.1
log
@Upgrade to 1.1.2 release.
@
text
@d1 2
a2 2
--- libstdc++/Makefile.in.orig	Sat Jul 11 19:20:49 1998
+++ libstdc++/Makefile.in	Sun Mar 14 21:48:39 1999
d7 3
a9 2
-VERSION = 2.9.0
+VERSION = 3
d11 3
a13 4
 OBJS  = cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o
 SUBLIBS = $(STAMP)-string $(STAMP)-complx
@@@@ -98,7 +98,8 @@@@
 	ln -f -s $(SHLIB) $(SHLINK)
d22 3
a24 3
@@@@ -281,10 +282,7 @@@@
 	  if [ $$FILE = $(SHLINK) ] ; then \
 	    ln -f -s $(SHLIB) $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
d28 2
a29 1
-	      ln -f -s $(SHLIB) $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
d32 3
a34 3
 	  elif [ $$FILE = $(SHLIB) ]; then \
 	    $(INSTALL_PROGRAM) $$FILE $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
 	    : On the HP, shared libraries must be mode 555. ;\
@

