git: 04e953fefaac - main - graphics/R-cran-s2: drop unnecessary -mcpu=power7 on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 16:58:25 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=04e953fefaac22a3e9506dcb134939190808db86 commit 04e953fefaac22a3e9506dcb134939190808db86 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-28 19:51:06 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-29 16:57:11 +0000 graphics/R-cran-s2: drop unnecessary -mcpu=power7 on powerpc64 --- graphics/R-cran-s2/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/graphics/R-cran-s2/Makefile b/graphics/R-cran-s2/Makefile index c6af354b884b..29eafe93f6d7 100644 --- a/graphics/R-cran-s2/Makefile +++ b/graphics/R-cran-s2/Makefile @@ -1,5 +1,6 @@ PORTNAME= s2 DISTVERSION= 1.1.7 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -19,10 +20,4 @@ RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist,compiles -.include <bsd.port.options.mk> - -.if ${ARCH} == powerpc64 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_Makevars.in -.endif - .include <bsd.port.mk>