From owner-freebsd-current Tue Jan 14 17:18: 4 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1E2637B401 for ; Tue, 14 Jan 2003 17:18:02 -0800 (PST) Received: from blueyonder.co.uk (pcow057o.blueyonder.co.uk [195.188.53.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F18643F43 for ; Tue, 14 Jan 2003 17:18:01 -0800 (PST) (envelope-from freebsd.dev@blueyonder.co.uk) Received: from blueyonder.co.uk ([80.192.78.208]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Wed, 15 Jan 2003 01:17:42 +0000 Message-ID: <3E24B6AF.7090803@blueyonder.co.uk> Date: Wed, 15 Jan 2003 01:17:35 +0000 From: Keith Jones User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20030111 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dan Nelson Cc: current@FreeBSD.ORG Subject: Re: [PATCH] Re: fpsetmask on sparc64 References: <20030113200018.P11690-100000@gamplex.bde.org> <3E2321CF.A5835FCD@mindspring.com> <3E249A88.7030109@blueyonder.co.uk> <20030115000530.GD42135@dan.emsphone.com> In-Reply-To: <20030113200018.P11690-100000@gamplex.bde.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dan Nelson wrote: > I think 8 years of warnings is more than enough :) I agree with you that it ought to be. Personally I think people that still use "#include " should be forced to write out "#include " 1000 times, then eat the paper. However, it is an imperfect universe. ;) > Out of the ~7100 > ports built by the package building cluster on -current, only the sdcc > port is currently broken because of malloc.h. I have no data on how > many ports patch the source to remove references to it, though. (Overkill use of perl. I'm sorry.) [keith@athlon ports]$ find [a-c]* d[ae]* [e-x]* -type d | perl -pe 's/^(.*?\/.*?)\/.*$/$1/;' | sort -u | wc -l 7384 [keith@athlon ports]$ grep -r malloc.h [a-c]* d[ae]* [e-x]* | perl -pe 's/^(.*?\/.*?)\/.*$/$1/;' | sort -u | wc -l 342 That doesn't include the non-English ports, which I don't track, though there may be some duplicates in there. In other words, nearly one in twenty ports in the collection. Kudos to the porters for catching most of them. I wonder how many of them were caught as a direct result of the change to -current, though ;) > A much > bigger problem when going to -current is the gcc 2.95 -> 3.2 upgrade; > lots of c++ programs break because things have moved out of the global > namespace into std:: Very true. Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message