From owner-cvs-ports@FreeBSD.ORG Mon Sep 26 00:54:38 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 497FE106564A; Mon, 26 Sep 2011 00:54:38 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 213908FC0A; Mon, 26 Sep 2011 00:54:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p8Q0scsM076978; Mon, 26 Sep 2011 00:54:38 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p8Q0scsd076977; Mon, 26 Sep 2011 00:54:38 GMT (envelope-from gerald) Message-Id: <201109260054.p8Q0scsd076977@repoman.freebsd.org> From: Gerald Pfeifer Date: Mon, 26 Sep 2011 00:54:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc Makefile distinfo pkg-descr pkg-plist 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: Mon, 26 Sep 2011 00:54:38 -0000 gerald 2011-09-26 00:54:38 UTC FreeBSD ports repository Modified files: lang/gcc Makefile distinfo pkg-descr pkg-plist Log: Welcome the new lang/gcc port! This shall track our preferred version of GCC (usually an upstream release). It starts out as GCC 4.6.1 and is thus in conflict with lang/gcc46 and will move towards later minor versions of GCC 4.6 and then on to GCC 4.7. lang/gcc will provide gcc46, g++46, gfortran46 etc. exactly like lang/gcc46 with which it is interchangible. This is also planned to be in sync with our existing USE_FORTRAN knob so that users have the option of using this port, rarely updated, or the corresponding lang/gcc46 which follows weekly upstream snapshots. On the way rename %%GCC_VER%% in pkg-plist to %%GCC_VERSION%% and make the Makefile machinery a bit more generic to minimize differences between lang/gcc ports based on releases and those based on snapshots. PR: 156857 Revision Changes Path 1.510 +11 -6 ports/lang/gcc/Makefile 1.373 +2 -2 ports/lang/gcc/distinfo 1.19 +5 -0 ports/lang/gcc/pkg-descr 1.115 +14 -14 ports/lang/gcc/pkg-plist