Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2013 23:11:10 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334796 - head/lang/gcc44
Message-ID:  <201311242311.rAONBAn2059702@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <gerald@FreeBSD.org>
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311242311.rAONBAn2059702>