Date: Sun, 12 Jan 2003 15:21:28 +0100 (CET) From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46992: fix -CURRENT build: devel/cccc Message-ID: <200301121421.h0CELSG7010220@terrorfish.uni.stoert.net>
next in thread | raw e-mail | index | archive | help
>Number: 46992 >Category: ports >Synopsis: fix -CURRENT build: devel/cccc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jan 12 06:30:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Simon 'corecode' Schubert >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #39: Sun Jan 12 01:07:37 CET 2003 corecode@terrorfish.uni.stoert.net:/usr/obj/athlon/usr/src/sys/TERRORFISH i386 >Description: o fix build (braindead c++ errors) o by adding files/patch-ae >How-To-Repeat: >Fix: Index: files/patch-ae =================================================================== RCS file: files/patch-ae diff -N files/patch-ae --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-ae 12 Jan 2003 14:17:39 -0000 @@ -0,0 +1,19 @@ +--- cccc_stg.h.orig Sun Aug 10 18:52:24 1997 ++++ cccc_stg.h Sun Jan 12 15:15:42 2003 +@@ -13,6 +13,7 @@ + #include <string.h> + #include <iostream.h> + #include <strstream.h> ++#include <fstream.h> + + class CCCC_String { + char *cptr; +@@ -63,7 +64,7 @@ + // we will deliberately read too many characters from the stream, + // so the first thing we do is to mark our current position + streampos start=is.tellg(); +- int state=is.rdstate(); ++ istream::iostate state=is.rdstate(); + + char buffer[MAX_IN_SIZE]; + memset(buffer,0,MAX_IN_SIZE); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301121421.h0CELSG7010220>