From owner-freebsd-ports Sun Jan 12 6:30: 5 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17A1037B401 for ; Sun, 12 Jan 2003 06:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DCE743F13 for ; Sun, 12 Jan 2003 06:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0CEU1NS027556 for ; Sun, 12 Jan 2003 06:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0CEU1UZ027555; Sun, 12 Jan 2003 06:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3522A37B401 for ; Sun, 12 Jan 2003 06:20:53 -0800 (PST) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CBF843F1E for ; Sun, 12 Jan 2003 06:20:52 -0800 (PST) (envelope-from corecode@corecode.ath.cx) Received: from fwd06.sul.t-online.de by mailout01.sul.t-online.com with smtp id 18Xiyo-0007Zw-0C; Sun, 12 Jan 2003 15:20:50 +0100 Received: from pride.uni.stoert.net (320050403952-0001@[217.82.56.52]) by fmrl06.sul.t-online.com with esmtp id 18Xiyg-1nK3ZgC; Sun, 12 Jan 2003 15:20:42 +0100 Received: from terrorfish.uni.stoert.net (terrorfish.uni.stoert.net [10.150.180.178]) by pride.uni.stoert.net (Postfix) with ESMTP id 8E6D012DB4C for ; Sun, 12 Jan 2003 15:20:32 +0100 (CET) Received: from terrorfish.uni.stoert.net (localhost [127.0.0.1]) by terrorfish.uni.stoert.net (8.12.6/8.12.6) with ESMTP id h0CELSKZ010221 for ; Sun, 12 Jan 2003 15:21:28 +0100 (CET) (envelope-from corecode@terrorfish.uni.stoert.net) Received: (from corecode@localhost) by terrorfish.uni.stoert.net (8.12.6/8.12.6/Submit) id h0CELSG7010220; Sun, 12 Jan 2003 15:21:28 +0100 (CET) (envelope-from corecode) Message-Id: <200301121421.h0CELSG7010220@terrorfish.uni.stoert.net> Date: Sun, 12 Jan 2003 15:21:28 +0100 (CET) From: "Simon 'corecode' Schubert" Reply-To: "Simon 'corecode' Schubert" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46992: fix -CURRENT build: devel/cccc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 + #include + #include ++#include + + 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