svn commit: r334796 - head/lang/gcc44
Gerald Pfeifer
gerald at FreeBSD.org
Sun Nov 24 23:11:10 UTC 2013
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 at 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 at 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
More information about the svn-ports-head
mailing list