svn commit: r520391 - head/devel/powerpc64-gcc
John Baldwin
jhb at FreeBSD.org
Wed Dec 18 19:02:24 UTC 2019
Author: jhb (src,doc committer)
Date: Wed Dec 18 19:02:23 2019
New Revision: 520391
URL: https://svnweb.freebsd.org/changeset/ports/520391
Log:
Make the old xtoolchain GCC ports conflict with devel/freebsd-gcc6.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D22861
Modified:
head/devel/powerpc64-gcc/Makefile
Modified: head/devel/powerpc64-gcc/Makefile
==============================================================================
--- head/devel/powerpc64-gcc/Makefile Wed Dec 18 18:42:54 2019 (r520390)
+++ head/devel/powerpc64-gcc/Makefile Wed Dec 18 19:02:23 2019 (r520391)
@@ -2,7 +2,7 @@
PORTNAME= gcc
PORTVERSION= 6.4.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= devel
MASTER_SITES= GCC/releases/gcc-${DISTVERSION}
PKGNAMEPREFIX?= powerpc64-
@@ -18,6 +18,8 @@ LIB_DEPENDS= libgmp.so:math/gmp \
libmpc.so:math/mpc
BUILD_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g}
RUN_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g}
+
+CONFLICTS= ${TARGETARCH}-gcc6
USES= gmake iconv libtool tar:xz makeinfo compiler:c++11-lang
PLIST_SUB= TARGETARCH=${PKGNAMEPREFIX:C/-//g} \
More information about the svn-ports-all
mailing list