svn commit: r532237 - head/net/spread

Piotr Kubaj pkubaj at FreeBSD.org
Tue Apr 21 00:10:19 UTC 2020


Author: pkubaj
Date: Tue Apr 21 00:10:18 2020
New Revision: 532237
URL: https://svnweb.freebsd.org/changeset/ports/532237

Log:
  net/spread: don't set -mcpu=power7 on powerpc64 anymore
  
  After head r360134, clang can compile this port with default -mcpu=ppc970.

Modified:
  head/net/spread/Makefile

Modified: head/net/spread/Makefile
==============================================================================
--- head/net/spread/Makefile	Tue Apr 21 00:06:08 2020	(r532236)
+++ head/net/spread/Makefile	Tue Apr 21 00:10:18 2020	(r532237)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spread
 PORTVERSION=	3.17.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net perl5
 MASTER_SITES=	https://BSDforge.com/projects/source/net/spread/
 DISTNAME=	${PORTNAME}-src-${PORTVERSION}
@@ -44,12 +44,6 @@ PERL_CONFIGURE_ARGS=	CC="${CC}" CCFLAGS="${CFLAGS}" PR
 
 TARGET_ORDER_OVERRIDE=	710:fix-perl-things
 
-.include <bsd.port.pre.mk>
-
-.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
-CFLAGS+=	-mcpu=power7
-.endif
-
 post-configure:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
 		${WRKSRC}/docs/${PORTNAME}.1 ${WRKSRC}/docs/spmonitor.1
@@ -80,4 +74,4 @@ post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtspread.so.1
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Spread/Spread.so
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list