From owner-freebsd-current Mon Jan 24 11:54:39 2000 Delivered-To: freebsd-current@freebsd.org Received: from cichlids.com (pC19F5474.dip0.t-ipconnect.de [193.159.84.116]) by hub.freebsd.org (Postfix) with ESMTP id BA3A414D8F; Mon, 24 Jan 2000 11:54:27 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 19818AB94; Mon, 24 Jan 2000 20:50:47 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id UAA25021; Mon, 24 Jan 2000 20:50:21 +0100 (CET) (envelope-from alex) Date: Mon, 24 Jan 2000 20:50:21 +0100 From: Alexander Langer To: "David O'Brien" Cc: ports@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: 4.0-release (ports) schedule Message-ID: <20000124205021.B24975@cichlids.cichlids.com> Mail-Followup-To: David O'Brien , ports@FreeBSD.ORG, current@FreeBSD.ORG References: <200001241436.GAA23651@silvia.hip.berkeley.edu> <20000124103710.B75151@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000124103710.B75151@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Mon, Jan 24, 2000 at 10:37:10AM -0800 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake David O'Brien (obrien@FreeBSD.ORG): > I would be happy to look review fixes or consult the maintainers. Hello David, compiler-maintainer ;-) I noticed that many ports are broken because the compiler handles ANSI-C++ violations too strict. That means, if you do, as an example: const fubar = 10; the build _FAILS_. Other compilers implicy type "int" here, that's why many ports are broken for -current only. Just FYI, maybe you can do something against this strict handling. Or not, I don't know. Somehow, it's very good that the compiler does this... Alex -- I doubt, therefore I might be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message