Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2025 16:58:25 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 04e953fefaac - main - graphics/R-cran-s2: drop unnecessary -mcpu=power7 on powerpc64
Message-ID:  <202501291658.50TGwPLT039521@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501291658.50TGwPLT039521>