From ishmael@babylon.merseine.nu  Mon Mar 19 10:36:48 2001
Return-Path: <ishmael@babylon.merseine.nu>
Received: from babylon.merseine.nu (c418236-a.clmba1.mo.home.com [24.12.203.134])
	by hub.freebsd.org (Postfix) with ESMTP id 2DE6537B719
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Mar 2001 10:36:47 -0800 (PST)
	(envelope-from ishmael@babylon.merseine.nu)
Received: (from ishmael@localhost)
	by babylon.merseine.nu (8.11.3/8.11.3) id f2JIcHq84294;
	Mon, 19 Mar 2001 12:38:17 -0600 (CST)
	(envelope-from ishmael)
Message-Id: <200103191838.f2JIcHq84294@babylon.merseine.nu>
Date: Mon, 19 Mar 2001 12:38:17 -0600 (CST)
From: ishmael27@home.com
Reply-To: ishmael27@home.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Patch to install sstring header file for libstdc++
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         25927
>Category:       gnu
>Synopsis:       Patch to install sstring header file for libstdc++
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 19 10:40:00 PST 2001
>Closed-Date:    Sat Mar 24 00:19:51 PST 2001
>Last-Modified:  Sat Mar 24 00:19:59 PST 2001
>Originator:     Jeremy Norris
>Release:        FreeBSD 4.3-BETA i386
>Organization:
>Environment:
System: FreeBSD babylon.merseine.nu 4.3-BETA FreeBSD 4.3-BETA #0: Tue Mar 6 20:09:07 CST 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386


	
>Description:
sstring header file is not installed with the other libstdc++ header files
into /usr/include/g++.
I do not know if this is intentional or not; in attempting to compile an
application, it tried to include this missing header. I copied this header file
from /usr/src/contrib/libstdc++ to /usr/include/g++ and the application
compiled.
The attached patch adds it to src/gnu/lib/libstdc++/Makefile.
	
>How-To-Repeat:
	
>Fix:

--- Makefile.orig	Sun Nov 14 22:16:19 1999
+++ Makefile	Mon Mar 19 12:32:33 2001
@@ -19,8 +19,8 @@
 
 HDRS=	cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \
 	csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime \
-	cwchar cwctype fstream iomanip iosfwd iostream stdexcept string \
-	strstream complex.h stl.h valarray
+	cwchar cwctype fstream iomanip iosfwd iostream sstring stdexcept \
+	string strstream complex.h stl.h valarray
 
 STDHDRS=bastring.cc bastring.h complext.cc complext.h dcomplex.h fcomplex.h \
 	gslice.h gslice_array.h indirect_array.h ldcomplex.h mask_array.h \
	
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->obrien 
Responsible-Changed-By: kris 
Responsible-Changed-When: Fri Mar 23 21:50:42 PST 2001 
Responsible-Changed-Why:  
obrien is the gcc maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25927 
State-Changed-From-To: open->closed 
State-Changed-By: obrien 
State-Changed-When: Sat Mar 24 00:19:51 PST 2001 
State-Changed-Why:  
commited.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25927 
>Unformatted:
