[Midnightbsd-cvs] mports [19124] trunk/lang/gcc42/Makefile: warn of pending removal

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed May 27 20:44:59 EDT 2015


Revision: 19124
          http://svnweb.midnightbsd.org/mports/?rev=19124
Author:   laffer1
Date:     2015-05-27 20:44:59 -0400 (Wed, 27 May 2015)
Log Message:
-----------
warn of pending removal

Modified Paths:
--------------
    trunk/lang/gcc42/Makefile

Modified: trunk/lang/gcc42/Makefile
===================================================================
--- trunk/lang/gcc42/Makefile	2015-05-28 00:44:00 UTC (rev 19123)
+++ trunk/lang/gcc42/Makefile	2015-05-28 00:44:59 UTC (rev 19124)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	4.2.5.20090325
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GCC}
 MASTER_SITE_SUBDIR=	snapshots/${VERSIONSTRING}
@@ -12,8 +12,11 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNU Compiler Collection 4.2
+
 LICENSE=	gpl2
 
+DEPRECATED=	this port is old and will be removed soon
+
 LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp \
 		mpfr:${PORTSDIR}/math/mpfr
 
@@ -30,9 +33,9 @@
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "amd64"
-CONFIGURE_TARGET=	x86_64-portbld-freebsd9.0
+CONFIGURE_TARGET=	x86_64-portbld-freebsd9.1
 .else
-CONFIGURE_TARGET=	${ARCH}-portbld-freebsd9.0
+CONFIGURE_TARGET=	${ARCH}-portbld-freebsd9.1
 .endif
 
 SRCDIR=		${WRKDIR}/gcc-${VERSIONSTRING}



More information about the Midnightbsd-cvs mailing list