From owner-svn-ports-all@FreeBSD.ORG Sun Jan 26 16:33:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78D066F9; Sun, 26 Jan 2014 16:33:54 +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 64EDE1471; Sun, 26 Jan 2014 16:33:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QGXst4025952; Sun, 26 Jan 2014 16:33:54 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QGXsef025951; Sun, 26 Jan 2014 16:33:54 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201401261633.s0QGXsef025951@svn.freebsd.org> From: Rene Ladan Date: Sun, 26 Jan 2014 16:33:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341241 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2014 16:33:54 -0000 Author: rene Date: Sun Jan 26 16:33:53 2014 New Revision: 341241 URL: http://svnweb.freebsd.org/changeset/ports/341241 QAT: https://qat.redports.org/buildarchive/r341241/ Log: Unregister lang/gcc44 now that it is no longer used by any port. Approved by: gerald Modified: head/Mk/bsd.gcc.mk Modified: head/Mk/bsd.gcc.mk ============================================================================== --- head/Mk/bsd.gcc.mk Sun Jan 26 16:23:27 2014 (r341240) +++ head/Mk/bsd.gcc.mk Sun Jan 26 16:33:53 2014 (r341241) @@ -47,13 +47,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= 040200 040400 040600 040700 040800 040900 +GCCVERSIONS= 040200 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_040200= 700042 9999999 4.2 -GCCVERSION_040400= 0 0 4.4 GCCVERSION_040600= 0 0 4.6 GCCVERSION_040700= 0 0 4.7 GCCVERSION_040800= 0 0 4.8