svn commit: r334920 - head/lang/gcc34

Gerald Pfeifer gerald at FreeBSD.org
Tue Nov 26 06:51:26 UTC 2013


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 at polstra.com>
 # $FreeBSD$
 
-PORTNAME=	gcc
+PORTNAME=	gcc34
 PORTVERSION=	3.4.6
 PORTREVISION=	3
 PORTEPOCH=	1
@@ -17,7 +17,6 @@ MAINTAINER=	gerald at 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


More information about the svn-ports-head mailing list