head	1.5;
access;
symbols
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	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.5
date	2006.12.12.16.06.37;	author vd;	state dead;
branches;
next	1.4;

1.4
date	2000.12.05.19.50.32;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	2000.11.30.11.39.26;	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.5
log
@Remove expired ports:
2006-12-01 print/latex-beamer: is already included in the teTeX distribution
2006-12-01 print/latex-bibtopic: is already included in the teTeX distribution
2006-12-01 print/latex-bibunits: is already included in the teTeX distribution
2006-12-01 print/latex-booktabs: is already included in the teTeX distribution
2006-12-01 print/latex-index: is already included in the teTeX distribution
2006-12-01 print/latex-layouts: is already included in the teTeX distribution
2006-12-01 print/latex-pgf: is already included in the teTeX distribution
2006-12-01 print/latex-subfig: is already included in the teTeX distribution
2006-12-01 print/latex-xcolor: is already included in the teTeX distribution
2006-12-01 print/latex-lineno: is already included in the teTeX distribution
2006-12-01 print/latex-pict2e: is already included in the teTeX distribution
2007-05-31 multimedia/gstreamer-plugins-mpeg2enc80: Obsolete version, use gstreamer 0.10 instead
2006-12-01 lang/gcc30: "This port is no longer in use by anything in the ports collection and will be removed in the future.  Use a later release instead."
2006-12-01 lang/egcs: "This port is no longer in use by anything in the ports collection and will be removed in the future.  Use a later release of gcc instead"
2006-12-01 graphics/php4-ming: doesn't work with new version of ming library
2006-12-01 graphics/dvipng: is already included in the teTeX distribution
@
text
@--- libstdc++/Makefile.in.orig	Sat Jul 11 19:20:49 1998
+++ libstdc++/Makefile.in	Sun Mar 14 21:48:39 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.9.0
+VERSION = 290
 
 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)
 
 mshlink:
-	@@$(MAKE) $(MSHLINK) "SHLINK=$(MSHLINK)"
+	#@@$(MAKE) $(MSHLINK) "SHLINK=$(MSHLINK)"
+	@@true
 
 $(IO_DIR)/iostream.list: force
 	cd $(IO_DIR) ; $(MAKE) $(FLAGS_TO_PASS) iostream.list
@@@@ -281,10 +282,7 @@@@
 	  if [ $$FILE = $(SHLINK) ] ; then \
 	    ln -f -s $(SHLIB) $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
 	  elif [ $$FILE = mshlink ]; then \
-	    for FILE in $(MSHLINK) ; do \
-	      rm -f $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
-	      ln -f -s $(SHLIB) $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
-	    done; \
+	    true; \
 	  elif [ $$FILE = $(SHLIB) ]; then \
 	    $(INSTALL_PROGRAM) $$FILE $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
 	    : On the HP, shared libraries must be mode 555. ;\
@


1.4
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.3
log
@This should take this port back to the last version of it for EGCS-1.1.2.
The gcc-2.95.2 bits have been repo copied to ports/lang/gcc295.

GCC 2.95.2 does not work for some people's code.  GCC 3.0 will be even
worse.  So it looks like we'll have to keep a port for each version of
GCC we've ever used.
@
text
@d8 1
a8 1
+VERSION = 3
@


1.2
log
@Update to GCC-2.95 (what would have been EGCS-1.2).
@
text
@d1 2
a2 2
--- libstdc++/Makefile.in.orig	Sat Jul 17 22:50:47 1999
+++ libstdc++/Makefile.in	Tue Jul 20 07:56:00 1999
d7 2
a8 3
-VERSION = 2.10.0
+VERSION = 4
 INTERFACE = 3
d10 4
a13 3
 gxx_include_dir=${includedir}/g++
@@@@ -111,7 +111,8 @@@@
 	$(LN_S) $(SHLIB) $(SHLINK) || cp $(ARLIB) $(ARLINK)
d22 3
a24 3
@@@@ -336,11 +337,7 @@@@
 		|| cp $${RELINSTALLDIR}$(ARLIB) $${INSTALLLINKDIR}$(MULTISUBDIR)/$$FILE ; \
 	    fi; \
d28 1
a28 2
-	      $(LN_S) $(SHLIB) $${INSTALLDIR}$(MULTISUBDIR)/$$FILE \
-		|| cp $(SHLIB) $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
d31 3
a33 3
 	  elif [ $$FILE = marlink ]; then \
 	    for FILE in $(MARLINK) ; do \
 	      rm -f $${INSTALLDIR}$(MULTISUBDIR)/$$FILE ; \
@


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. ;\
@

