From owner-svn-ports-head@FreeBSD.ORG Sat Nov 23 01:21:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBA91EF; Sat, 23 Nov 2013 01:21:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB33029BA; Sat, 23 Nov 2013 01:21:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAN1L1pR060871; Sat, 23 Nov 2013 01:21:01 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAN1L1DJ060867; Sat, 23 Nov 2013 01:21:01 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311230121.rAN1L1DJ060867@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 23 Nov 2013 01:21:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334629 - in head: . Mk lang lang/gcc42 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Nov 2013 01:21:02 -0000 Author: gerald Date: Sat Nov 23 01:21:00 2013 New Revision: 334629 URL: http://svnweb.freebsd.org/changeset/ports/334629 Log: Bye, bye lang/gcc42 aka GCC 4.2. As a port you have served us well, but six-and-a-half years after the upstream release of GCC 4.2.0 and exactly two years after the removal of lang/gcc45 the time has come. This reduces package name collisions around GCC related ports by 12.5%. [1] Reported by: bapt [1] Deleted: head/lang/gcc42/ Modified: head/MOVED head/Mk/bsd.gcc.mk head/lang/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Nov 23 00:38:02 2013 (r334628) +++ head/MOVED Sat Nov 23 01:21:00 2013 (r334629) @@ -5249,3 +5249,4 @@ devel/netbsd-pkgsrc-mk-files||2013-11-20 net/ptpd|net/ptpd2|2013-11-20|Protocol and software no longer supported audio/gstreamer1-plugins-celt||2013-11-20|Removed, audio/gstreamer1-plugins-opus can be used as replacement math/p5-MatrixReal|math/p5-Math-MatrixReal|2013-11-22|Rename to match upstream naming +lang/gcc42|lang/gcc46|2013-11-23|Superseded by GCC 4.6 or later Modified: head/Mk/bsd.gcc.mk ============================================================================== --- head/Mk/bsd.gcc.mk Sat Nov 23 00:38:02 2013 (r334628) +++ head/Mk/bsd.gcc.mk Sat Nov 23 01:21:00 2013 (r334629) @@ -48,13 +48,12 @@ GCC_Include_MAINTAINER= gerald@FreeBSD. # All GCC versions supported by the ports framework. Keep them in # ascending order and in sync with the table below. -GCCVERSIONS= 030402 040200 040400 040600 040700 040800 040900 +GCCVERSIONS= 030402 040400 040600 040700 040800 040900 # The first field if the OSVERSION in which it appeared in the base. # The second field is the OSVERSION in which it disappeared from the base. # The third field is the version as USE_GCC would use. GCCVERSION_030402= 502126 700042 3.4 -GCCVERSION_040200= 700042 9999999 4.2 GCCVERSION_040400= 0 0 4.4 GCCVERSION_040600= 0 0 4.6 GCCVERSION_040700= 0 0 4.7 @@ -156,7 +155,7 @@ IGNORE= Unknown version of GCC specified .endif # If the GCC package defined in USE_GCC does not exist, but a later -# version is allowed (for example 4.2+), see if there is a later. +# version is allowed (for example 4.7+), see if there is a later. # First check if the base installed version is good enough, otherwise # get the first available version. # @@ -236,11 +235,9 @@ CPP:= cpp BUILD_DEPENDS+= ${_GCC_PORT_DEPENDS}:${PORTSDIR}/lang/${_GCC_PORT} . if ${_USE_GCC} != 3.4 RUN_DEPENDS+= ${_GCC_PORT_DEPENDS}:${PORTSDIR}/lang/${_GCC_PORT} -. if ${_USE_GCC} != 4.2 # Later GCC ports already depend on binutils; make sure whatever we # build leverages this as well. USE_BINUTILS= yes -. endif . endif .endif .endif # defined(_USE_GCC) && !defined(FORCE_BASE_CC_FOR_TESTING) Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sat Nov 23 00:38:02 2013 (r334628) +++ head/lang/Makefile Sat Nov 23 01:21:00 2013 (r334629) @@ -91,7 +91,6 @@ SUBDIR += gcc-aux SUBDIR += gcc-ecj45 SUBDIR += gcc34 - SUBDIR += gcc42 SUBDIR += gcc44 SUBDIR += gcc46 SUBDIR += gcc47