From owner-cvs-ports@FreeBSD.ORG Sun Dec 11 11:45:36 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB2981065670; Sun, 11 Dec 2011 11:45:36 +0000 (UTC) (envelope-from daichi@freebsd.org) Received: from natial.ongs.co.jp (natial.ongs.co.jp [202.216.246.90]) by mx1.freebsd.org (Postfix) with ESMTP id A37118FC13; Sun, 11 Dec 2011 11:45:36 +0000 (UTC) Received: from parancell.ongs.co.jp (dullmdaler.ongs.co.jp [202.216.246.94]) by natial.ongs.co.jp (Postfix) with ESMTPSA id E7DBE12543C; Sun, 11 Dec 2011 20:30:03 +0900 (JST) Date: Sun, 11 Dec 2011 20:30:03 +0900 From: Daichi GOTO To: Gerald Pfeifer Message-Id: <20111211203003.45c70bc4.daichi@freebsd.org> In-Reply-To: <201112110906.pBB96u1e009117@repoman.freebsd.org> References: <201112110906.pBB96u1e009117@repoman.freebsd.org> Organization: FreeBSD Project X-Mailer: Sylpheed 3.1.2 (GTK+ 2.24.6; amd64-portbld-freebsd9.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang Makefile ports/lang/gcc42 Makefile distinfo pkg-descr pkg-plist ports/lang/gcc42/files java-patch-hier X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2011 11:45:37 -0000 Hi gerald, Thank you very much for your great gcc relative works. That's great! Well... here's the thing. The japanese/mozc-server and relative ports are depending on lang/gcc42 on 8.x-release and 9.0-release bacause to avoid a gcc 4.2.1's namespace bug. With gcc 4.2.2, it works well. Mozc relative ports works well on 10-current and 8-stable with system default gcc 4.2.2. If you remove gcc 4.2 from ports tree, mozc cannot run on that version's FreeBSD. I am at a loss what to do. What am I supposed to do? On Sun, 11 Dec 2011 09:06:56 +0000 (UTC) Gerald Pfeifer wrote: > gerald 2011-12-11 09:06:56 UTC > > FreeBSD ports repository > > Modified files: > lang Makefile > Removed files: > lang/gcc42 Makefile distinfo pkg-descr pkg-plist > lang/gcc42/files java-patch-hier > Log: > Remove the lang/gcc42 port (GCC 4.2) which does not have any user in > the tree any more and has been obsoleted by several newer versions of > GCC -- ones that actually build on FreeBSD 10.x out of the box and > provide better support for newer CPUs, better optimizations overall, > and more advanced language support. > > GCC 4.6 aka lang/gcc or lang/gcc46 is the new default version of GCC > in ports. > > The system compiler version of GCC 4.2 is still available up to and > including FreeBSD 9.x and users of USE_GCC=4.2+ will be transparently > redirected to lang/gcc if, or rather when, this changes. > > PR: 163103 > Feature safe: yes > > Revision Changes Path > 1.759 +0 -1 ports/lang/Makefile > 1.362 +0 -106 ports/lang/gcc42/Makefile (dead) > 1.232 +0 -6 ports/lang/gcc42/distinfo (dead) > 1.6 +0 -13 ports/lang/gcc42/files/java-patch-hier (dead) > 1.11 +0 -6 ports/lang/gcc42/pkg-descr (dead) > 1.97 +0 -13 ports/lang/gcc42/pkg-plist (dead) -- Daichi GOTO