Index: head/lang/glibstdc++28/Makefile =================================================================== --- head/lang/glibstdc++28/Makefile (revision 12500) +++ head/lang/glibstdc++28/Makefile (revision 12501) @@ -1,43 +1,45 @@ # ex:ts=8 # Ports collection makefile for: GNU libstdc++ # Version required: 2.8.0 # Date created: 03 Mar 1998 # Whom: David O'Brien # -# $Id: Makefile,v 1.3 1998/04/20 10:36:05 obrien Exp $ +# $Id: Makefile,v 1.4 1998/08/07 22:49:30 asami Exp $ # DISTNAME= libstdc++-2.8.1.1 PKGNAME= glibstdc++-2.8.1.1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= obrien@FreeBSD.org BUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \ g++28:${PORTSDIR}/lang/gcc28 RUN_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \ g++28:${PORTSDIR}/lang/gcc28 CC= gcc28 CXX= g++28 GCC28DIR= lib/gcc-lib/i386-unknown-freebsd${OSREL}/2.8.1 GNU_CONFIGURE= yes USE_GMAKE= yes PLIST= ${WRKDIR}/PLIST.fixedup pre-install: ${SED} -e 's:%%GNUOSREL%%:${OSREL}:' \ -e 's:%%GCC28SUBDIR%%:${GCC28DIR}:' \ ${PKGDIR}/PLIST > ${PLIST} post-install: ${RM} -rf ${PREFIX}/${GCC28DIR}/include/g++ ${MV} ${PREFIX}/include/g++ \ - ${PREFIX}/${GCC28DIR}//include + ${PREFIX}/${GCC28DIR}/include ${MV} ${PREFIX}/lib/libiberty.a \ ${PREFIX}/${GCC28DIR} ${MV} ${PREFIX}/lib/libstdc++.a \ ${PREFIX}/${GCC28DIR} + ${INSTALL_DATA} ${FILESDIR}/osfnc.h \ + ${GCC28SUBDIR}/include/g++ .include Property changes on: head/lang/glibstdc++28/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/lang/glibstdc++28/files/osfcn.h =================================================================== --- head/lang/glibstdc++28/files/osfcn.h (nonexistent) +++ head/lang/glibstdc++28/files/osfcn.h (revision 12501) @@ -0,0 +1,19 @@ +/* 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 */ +#include +#include +#if _G_HAVE_SYS_SOCKET +#include +#endif +#if _G_HAVE_SYS_RESOURCE +#include +#include +#endif + + +#endif Property changes on: head/lang/glibstdc++28/files/osfcn.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/lang/glibstdc++28/pkg-plist =================================================================== --- head/lang/glibstdc++28/pkg-plist (revision 12500) +++ head/lang/glibstdc++28/pkg-plist (revision 12501) @@ -1,139 +1,140 @@ %%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++/osfnc.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 i386-unknown-freebsd%%GNUOSREL%%/include/_G_config.h i386-unknown-freebsd%%GNUOSREL%%/lib/libiberty.a Property changes on: head/lang/glibstdc++28/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property