From 77061ec4a213756af44b6d03e1a263cee304d6b7 Mon Sep 17 00:00:00 2001 From: gerald Date: Sat, 1 Mar 2008 20:18:34 +0000 Subject: Now track GCC 4.4 development (currently at 4.4.0 snapshot 20080229) via the new lang/gcc44 port. At this point, this is mostly identical to what we have in lang/gcc43 which is in the final stages before the GCC 4.3.0 release, but things will start diverging soon. PR: 120984 --- lang/gcc44/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lang/gcc44/Makefile') diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index addb7a2b0365..b15cf35349ae 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -7,10 +7,10 @@ # PORTNAME?= gcc -PORTVERSION= 4.3.0 -PORTREVISION= 20080221 +PORTVERSION= 4.4.0 +PORTREVISION= 20080229 CATEGORIES= lang java -VERSIONSTRING= 4.3-${PORTREVISION} +VERSIONSTRING= 4.4-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ @@ -20,12 +20,12 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX} MAINTAINER?= gerald@FreeBSD.org -COMMENT?= GNU Compiler Collection 4.3 +COMMENT?= GNU Compiler Collection 4.4 LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ mpfr.2:${PORTSDIR}/math/mpfr -SUFFIX= 43 +SUFFIX= 44 LATEST_LINK?= gcc${SUFFIX}${PKGNAMESUFFIX} NOT_FOR_ARCHS= alpha ia64 # Building libgcj with lang/gcc295 installed is causing a failure about -- cgit