ports/66853: [PATCH] devel/cccc unbreak build (old header)

Roman Neuhauser neuhauser at chello.cz
Wed May 19 01:00:37 UTC 2004


>Number:         66853
>Category:       ports
>Synopsis:       [PATCH] devel/cccc unbreak build (old header)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 18 18:00:32 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root at isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386


	
>Description:
    s/strstream.h/sstream/

>How-To-Repeat:
	
>Fix:

	

--- devel::cccc.sstream.patch begins here ---
Index: devel/cccc/files/patch-ab
===================================================================
RCS file: /home/ncvs/ports/devel/cccc/files/patch-ab,v
retrieving revision 1.2
diff -u -r1.2 patch-ab
--- devel/cccc/files/patch-ab	18 Apr 1999 18:52:16 -0000	1.2
+++ devel/cccc/files/patch-ab	18 May 2004 22:16:21 -0000
@@ -1,5 +1,5 @@
---- cccc.h.orig	Sun Aug 10 09:52:24 1997
-+++ cccc.h	Sun Apr 18 11:47:39 1999
+--- cccc.h.orig	Sun Aug 10 18:52:24 1997
++++ cccc.h	Wed May 19 00:14:18 2004
 @@ -20,8 +20,13 @@
  
  #else
@@ -15,3 +15,12 @@
  
  #endif
  
+@@ -29,7 +34,7 @@
+ // standard include files
+ #include <iostream.h>
+ #include <fstream.h>
+-#include <strstream.h>
++#include <sstream>
+ #include SIGNAL_HEADER
+ #include <unistd.h>
+ #include <stdlib.h>
--- devel::cccc.sstream.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list