From owner-svn-ports-all@FreeBSD.ORG Sun Nov 24 23:11:10 2013 Return-Path: Delivered-To: svn-ports-all@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 C701FC38; Sun, 24 Nov 2013 23:11:10 +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 B6D482B45; Sun, 24 Nov 2013 23:11:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAONBAKx059703; Sun, 24 Nov 2013 23:11:10 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAONBAn2059702; Sun, 24 Nov 2013 23:11:10 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311242311.rAONBAn2059702@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 24 Nov 2013 23:11:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334796 - head/lang/gcc44 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.16 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, 24 Nov 2013 23:11:10 -0000 Author: gerald Date: Sun Nov 24 23:11:10 2013 New Revision: 334796 URL: http://svnweb.freebsd.org/changeset/ports/334796 Log: Change PORTNAME from gcc to gcc44 to match the actual name of this port and avoid a package name collision with other GCC ports. This also allows us to remove LATEST_LINK. Move to the new LIB_DEPENDS standard. Sync the debugging output in pre-everything with later GCC ports. Modified: head/lang/gcc44/Makefile Modified: head/lang/gcc44/Makefile ============================================================================== --- head/lang/gcc44/Makefile Sun Nov 24 22:21:47 2013 (r334795) +++ head/lang/gcc44/Makefile Sun Nov 24 23:11:10 2013 (r334796) @@ -1,25 +1,25 @@ # Created by: Gerald Pfeifer # $FreeBSD$ -PORTNAME= gcc +PORTNAME= gcc47 PORTVERSION= 4.4.7 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= releases/gcc-${VERSIONSTRING} +DISTNAME= gcc-${DISTVERSION} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.4 -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ - mpfr:${PORTSDIR}/math/mpfr +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libmpfr.so:${PORTSDIR}/math/mpfr RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils DEPRECATED= Superseded by GCC 4.6, only kept for the sake of cad/salome VERSIONSTRING= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} -LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} ONLY_FOR_ARCHS= amd64 i386 sparc64 USE_BINUTILS= yes USES= bison gmake iconv perl5 @@ -78,7 +78,7 @@ INFO= gcc${SUFFIX}/cpp \ gcc${SUFFIX}/libgomp pre-everything:: - @${ECHO_MSG} "Making GCC ${PORTVERSION} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}" + @${ECHO_MSG} "Making GCC ${PORTVERSION} for ${CONFIGURE_TARGET} [${LANGUAGES}]" pre-configure: cd ${SRCDIR} ; contrib/gcc_update --touch