Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2013 06:51:26 +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: r334920 - head/lang/gcc34
Message-ID:  <201311260651.rAQ6pQKk042166@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue Nov 26 06:51:25 2013
New Revision: 334920
URL: http://svnweb.freebsd.org/changeset/ports/334920

Log:
  Change PORTNAME from gcc to gcc34 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.

Modified:
  head/lang/gcc34/Makefile

Modified: head/lang/gcc34/Makefile
==============================================================================
--- head/lang/gcc34/Makefile	Tue Nov 26 06:16:57 2013	(r334919)
+++ head/lang/gcc34/Makefile	Tue Nov 26 06:51:25 2013	(r334920)
@@ -1,7 +1,7 @@
 # Created by: John Polstra <jdp@polstra.com>
 # $FreeBSD$
 
-PORTNAME=	gcc
+PORTNAME=	gcc34
 PORTVERSION=	3.4.6
 PORTREVISION=	3
 PORTEPOCH=	1
@@ -17,7 +17,6 @@ MAINTAINER=	gerald@FreeBSD.org
 COMMENT=	GNU Compiler Collection 3.4
 
 SUFFIX=		34
-LATEST_LINK=	gcc${SUFFIX}${PKGNAMESUFFIX}
 USES=		bison gmake iconv perl5
 USE_BZIP2=	yes
 USE_PERL=	build



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