Date: Tue, 21 Apr 2020 00:10:19 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532237 - head/net/spread Message-ID: <202004210010.03L0AJ2g064751@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004210010.03L0AJ2g064751>