diff options
author | gerald <gerald@FreeBSD.org> | 2006-06-18 20:49:43 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-06-18 20:49:43 +0800 |
commit | fa4dbb697c4dafdc31672e5a9912074115f67868 (patch) | |
tree | 2fbe09f734c9b4c1cf1d06ce9a4ba65ab7ff01ff /lang | |
parent | f2c79135a8e0e4ecada20059f69b33f1cb21f6b5 (diff) | |
download | freebsd-ports-graphics-fa4dbb697c4dafdc31672e5a9912074115f67868.tar.gz freebsd-ports-graphics-fa4dbb697c4dafdc31672e5a9912074115f67868.tar.zst freebsd-ports-graphics-fa4dbb697c4dafdc31672e5a9912074115f67868.zip |
glibstdc++28 has been deprecated for more than two years.
Remove it, finally.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/glibstdc++28/Makefile | 66 | ||||
-rw-r--r-- | lang/glibstdc++28/distinfo | 3 | ||||
-rw-r--r-- | lang/glibstdc++28/files/osfcn.h | 19 | ||||
-rw-r--r-- | lang/glibstdc++28/pkg-descr | 8 | ||||
-rw-r--r-- | lang/glibstdc++28/pkg-plist | 146 |
6 files changed, 0 insertions, 243 deletions
diff --git a/lang/Makefile b/lang/Makefile index dae6647cb60..177b1b57086 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -88,7 +88,6 @@ SUBDIR += ghc-doc SUBDIR += ghc5 SUBDIR += ghc5-doc - SUBDIR += glibstdc++28 SUBDIR += gnat SUBDIR += gnat-doc-html SUBDIR += gnat-doc-info diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile deleted file mode 100644 index c2a869829d7..00000000000 --- a/lang/glibstdc++28/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: GNU libstdc++ -# Date created: 03 Mar 1998 -# Whom: David O'Brien <obrien@NUXI.com> -# -# $FreeBSD$ -# - -PORTNAME= glibstdc++ -PORTVERSION= 2.8.1.1 -PORTREVISION= 1 -CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= libstdc++ -DISTNAME= libstdc++-2.8.1.1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= ISO Standard C++ library (includes the STL) for G++ 2.8.0 - -BUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \ - g++28:${PORTSDIR}/lang/gcc28 -RUN_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \ - g++28:${PORTSDIR}/lang/gcc28 - -NO_CDROM= 'old version, not worth the cost in real estate' - -DEPRECATED= "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" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif -.if ${OSVERSION} >= 500039 -WITHOUT_CPU_CFLAGS= yes -.endif - -CC= gcc28 -CXX= g++28 -.if ${PORTOBJFORMAT} == "elf" -CONFIGURE_TARGET= i386-portbld-freebsd${OSREL} -.else -CONFIGURE_TARGET= i386-portbld-freebsdaout${OSREL} -.endif -GCC28DIR= lib/gcc-lib/${CONFIGURE_TARGET}/2.8.1 -GNU_CONFIGURE= yes -USE_GMAKE= yes -PLIST_SUB= GCC28SUBDIR=${GCC28DIR} GNUHOST=${CONFIGURE_TARGET} - -pre-install: - @# allow a boched ``make install'' to be re-tried - @${RM} -rf ${PREFIX}/include/g++ - @${MKDIR} ${PREFIX}/include/g++ - -post-install: - ${RM} -rf ${PREFIX}/${GCC28DIR}/include/g++ - ${MV} ${PREFIX}/include/g++ \ - ${PREFIX}/${GCC28DIR}/include - ${MV} ${PREFIX}/lib/libiberty.a \ - ${PREFIX}/${GCC28DIR} - ${MV} ${PREFIX}/lib/libstdc++.a \ - ${PREFIX}/${GCC28DIR} - ${INSTALL_DATA} ${FILESDIR}/osfcn.h \ - ${PREFIX}/${GCC28DIR}/include/g++ - -.include <bsd.port.post.mk> diff --git a/lang/glibstdc++28/distinfo b/lang/glibstdc++28/distinfo deleted file mode 100644 index 05fa1efa8bd..00000000000 --- a/lang/glibstdc++28/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libstdc++-2.8.1.1.tar.gz) = 3c6fffe1ed671ad0238a232eb936d56f -SHA256 (libstdc++-2.8.1.1.tar.gz) = 5cb718d0b27697c75520e35d773200bd0a44c1911638f7145137dd3848ad16cd -SIZE (libstdc++-2.8.1.1.tar.gz) = 831201 diff --git a/lang/glibstdc++28/files/osfcn.h b/lang/glibstdc++28/files/osfcn.h deleted file mode 100644 index 094af380e6b..00000000000 --- a/lang/glibstdc++28/files/osfcn.h +++ /dev/null @@ -1,19 +0,0 @@ -/* This file is taken from the glibc++ 2.7.x as installed on a - FreeBSD 2.27 system */ - -#ifndef OSFCN_H -#define OSFCN_H 1 - -/* #include <std.h> */ -#include <time.h> -#include <sys/types.h> -#if _G_HAVE_SYS_SOCKET -#include <sys/socket.h> -#endif -#if _G_HAVE_SYS_RESOURCE -#include <sys/time.h> -#include <sys/resource.h> -#endif - - -#endif diff --git a/lang/glibstdc++28/pkg-descr b/lang/glibstdc++28/pkg-descr deleted file mode 100644 index 02838b07dd8..00000000000 --- a/lang/glibstdc++28/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is the ISO Standard C++ library (includes the STL) for G++ 2.8.x, -the latest release of the GNU C++ compiler suite. -It is a port for now, until its stableness is proven. - -This version of libstdc++ compiles SGI's offical reference implimentation of -the STL. - --- David O'Brien <obrien@NUXI.com> diff --git a/lang/glibstdc++28/pkg-plist b/lang/glibstdc++28/pkg-plist deleted file mode 100644 index fe16cbdba13..00000000000 --- a/lang/glibstdc++28/pkg-plist +++ /dev/null @@ -1,146 +0,0 @@ -@comment $FreeBSD$ -%%GCC28SUBDIR%%/include/g++/std/bastring.cc -%%GCC28SUBDIR%%/include/g++/std/bastring.h -%%GCC28SUBDIR%%/include/g++/std/complext.cc -%%GCC28SUBDIR%%/include/g++/std/complext.h -%%GCC28SUBDIR%%/include/g++/std/dcomplex.h -%%GCC28SUBDIR%%/include/g++/std/fcomplex.h -%%GCC28SUBDIR%%/include/g++/std/ldcomplex.h -%%GCC28SUBDIR%%/include/g++/std/straits.h -%%GCC28SUBDIR%%/include/g++/PlotFile.h -%%GCC28SUBDIR%%/include/g++/SFile.h -%%GCC28SUBDIR%%/include/g++/builtinbuf.h -%%GCC28SUBDIR%%/include/g++/dummy.h -%%GCC28SUBDIR%%/include/g++/editbuf.h -%%GCC28SUBDIR%%/include/g++/floatio.h -%%GCC28SUBDIR%%/include/g++/fstream.h -%%GCC28SUBDIR%%/include/g++/indstream.h -%%GCC28SUBDIR%%/include/g++/iolibio.h -%%GCC28SUBDIR%%/include/g++/iomanip.h -%%GCC28SUBDIR%%/include/g++/iostdio.h -%%GCC28SUBDIR%%/include/g++/iostream.h -%%GCC28SUBDIR%%/include/g++/iostreamP.h -%%GCC28SUBDIR%%/include/g++/istream.h -%%GCC28SUBDIR%%/include/g++/libio.h -%%GCC28SUBDIR%%/include/g++/libioP.h -%%GCC28SUBDIR%%/include/g++/osfcn.h -%%GCC28SUBDIR%%/include/g++/ostream.h -%%GCC28SUBDIR%%/include/g++/parsestream.h -%%GCC28SUBDIR%%/include/g++/pfstream.h -%%GCC28SUBDIR%%/include/g++/procbuf.h -%%GCC28SUBDIR%%/include/g++/stdiostream.h -%%GCC28SUBDIR%%/include/g++/stream.h -%%GCC28SUBDIR%%/include/g++/streambuf.h -%%GCC28SUBDIR%%/include/g++/heap.h -%%GCC28SUBDIR%%/include/g++/strfile.h -%%GCC28SUBDIR%%/include/g++/strstream.h -%%GCC28SUBDIR%%/include/g++/cassert -%%GCC28SUBDIR%%/include/g++/cctype -%%GCC28SUBDIR%%/include/g++/cerrno -%%GCC28SUBDIR%%/include/g++/cfloat -%%GCC28SUBDIR%%/include/g++/ciso646 -%%GCC28SUBDIR%%/include/g++/climits -%%GCC28SUBDIR%%/include/g++/clocale -%%GCC28SUBDIR%%/include/g++/cmath -%%GCC28SUBDIR%%/include/g++/complex -%%GCC28SUBDIR%%/include/g++/csetjmp -%%GCC28SUBDIR%%/include/g++/csignal -%%GCC28SUBDIR%%/include/g++/cstdarg -%%GCC28SUBDIR%%/include/g++/cstddef -%%GCC28SUBDIR%%/include/g++/cstdio -%%GCC28SUBDIR%%/include/g++/cstdlib -%%GCC28SUBDIR%%/include/g++/cstring -%%GCC28SUBDIR%%/include/g++/ctime -%%GCC28SUBDIR%%/include/g++/cwchar -%%GCC28SUBDIR%%/include/g++/cwctype -%%GCC28SUBDIR%%/include/g++/string -%%GCC28SUBDIR%%/include/g++/stdexcept -%%GCC28SUBDIR%%/include/g++/algorithm -%%GCC28SUBDIR%%/include/g++/deque -%%GCC28SUBDIR%%/include/g++/functional -%%GCC28SUBDIR%%/include/g++/hash_map -%%GCC28SUBDIR%%/include/g++/hash_set -%%GCC28SUBDIR%%/include/g++/iterator -%%GCC28SUBDIR%%/include/g++/list -%%GCC28SUBDIR%%/include/g++/map -%%GCC28SUBDIR%%/include/g++/memory -%%GCC28SUBDIR%%/include/g++/numeric -%%GCC28SUBDIR%%/include/g++/pthread_alloc -%%GCC28SUBDIR%%/include/g++/queue -%%GCC28SUBDIR%%/include/g++/rope -%%GCC28SUBDIR%%/include/g++/set -%%GCC28SUBDIR%%/include/g++/slist -%%GCC28SUBDIR%%/include/g++/stack -%%GCC28SUBDIR%%/include/g++/utility -%%GCC28SUBDIR%%/include/g++/vector -%%GCC28SUBDIR%%/include/g++/fstream -%%GCC28SUBDIR%%/include/g++/iomanip -%%GCC28SUBDIR%%/include/g++/iostream -%%GCC28SUBDIR%%/include/g++/strstream -%%GCC28SUBDIR%%/include/g++/iosfwd -%%GCC28SUBDIR%%/include/g++/complex.h -%%GCC28SUBDIR%%/include/g++/stl.h -%%GCC28SUBDIR%%/include/g++/algo.h -%%GCC28SUBDIR%%/include/g++/algobase.h -%%GCC28SUBDIR%%/include/g++/alloc.h -%%GCC28SUBDIR%%/include/g++/bvector.h -%%GCC28SUBDIR%%/include/g++/defalloc.h -%%GCC28SUBDIR%%/include/g++/deque.h -%%GCC28SUBDIR%%/include/g++/function.h -%%GCC28SUBDIR%%/include/g++/hash_map.h -%%GCC28SUBDIR%%/include/g++/hash_set.h -%%GCC28SUBDIR%%/include/g++/hashtable.h -%%GCC28SUBDIR%%/include/g++/iterator.h -%%GCC28SUBDIR%%/include/g++/list.h -%%GCC28SUBDIR%%/include/g++/map.h -%%GCC28SUBDIR%%/include/g++/multimap.h -%%GCC28SUBDIR%%/include/g++/multiset.h -%%GCC28SUBDIR%%/include/g++/pair.h -%%GCC28SUBDIR%%/include/g++/pthread_alloc.h -%%GCC28SUBDIR%%/include/g++/rope.h -%%GCC28SUBDIR%%/include/g++/ropeimpl.h -%%GCC28SUBDIR%%/include/g++/set.h -%%GCC28SUBDIR%%/include/g++/slist.h -%%GCC28SUBDIR%%/include/g++/stack.h -%%GCC28SUBDIR%%/include/g++/stl_algo.h -%%GCC28SUBDIR%%/include/g++/stl_algobase.h -%%GCC28SUBDIR%%/include/g++/stl_alloc.h -%%GCC28SUBDIR%%/include/g++/stl_bvector.h -%%GCC28SUBDIR%%/include/g++/stl_config.h -%%GCC28SUBDIR%%/include/g++/stl_construct.h -%%GCC28SUBDIR%%/include/g++/stl_deque.h -%%GCC28SUBDIR%%/include/g++/stl_function.h -%%GCC28SUBDIR%%/include/g++/stl_hash_fun.h -%%GCC28SUBDIR%%/include/g++/stl_hash_map.h -%%GCC28SUBDIR%%/include/g++/stl_hash_set.h -%%GCC28SUBDIR%%/include/g++/stl_hashtable.h -%%GCC28SUBDIR%%/include/g++/stl_heap.h -%%GCC28SUBDIR%%/include/g++/stl_iterator.h -%%GCC28SUBDIR%%/include/g++/stl_list.h -%%GCC28SUBDIR%%/include/g++/stl_map.h -%%GCC28SUBDIR%%/include/g++/stl_multimap.h -%%GCC28SUBDIR%%/include/g++/stl_multiset.h -%%GCC28SUBDIR%%/include/g++/stl_numeric.h -%%GCC28SUBDIR%%/include/g++/stl_pair.h -%%GCC28SUBDIR%%/include/g++/stl_queue.h -%%GCC28SUBDIR%%/include/g++/stl_raw_storage_iter.h -%%GCC28SUBDIR%%/include/g++/stl_relops.h -%%GCC28SUBDIR%%/include/g++/stl_rope.h -%%GCC28SUBDIR%%/include/g++/stl_set.h -%%GCC28SUBDIR%%/include/g++/stl_slist.h -%%GCC28SUBDIR%%/include/g++/stl_stack.h -%%GCC28SUBDIR%%/include/g++/stl_tempbuf.h -%%GCC28SUBDIR%%/include/g++/stl_tree.h -%%GCC28SUBDIR%%/include/g++/stl_uninitialized.h -%%GCC28SUBDIR%%/include/g++/stl_vector.h -%%GCC28SUBDIR%%/include/g++/tempbuf.h -%%GCC28SUBDIR%%/include/g++/tree.h -%%GCC28SUBDIR%%/include/g++/type_traits.h -%%GCC28SUBDIR%%/include/g++/vector.h -%%GCC28SUBDIR%%/libiberty.a -%%GCC28SUBDIR%%/libstdc++.a -%%GNUHOST%%/include/_G_config.h -%%GNUHOST%%/lib/libiberty.a -@dirrm %%GCC28SUBDIR%%/include/g++/std -@dirrm %%GCC28SUBDIR%%/include/g++ -@dirrm %%GNUHOST%%/lib |