Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2023 10:42:14 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: c75c1e9f18c5 - main - science/dftd4: remove stale powerpc* lines
Message-ID:  <202308031042.373AgEuL058610@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c75c1e9f18c570aab0de8dfb07efaf28bc3487a6

commit c75c1e9f18c570aab0de8dfb07efaf28bc3487a6
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-03 10:40:00 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-03 10:40:00 +0000

    science/dftd4: remove stale powerpc* lines
---
 science/dftd4/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/science/dftd4/Makefile b/science/dftd4/Makefile
index 5483bde91dae..2d886da5981f 100644
--- a/science/dftd4/Makefile
+++ b/science/dftd4/Makefile
@@ -23,12 +23,6 @@ USE_LDCONFIG=	yes
 
 CMAKE_ON=	BUILD_SHARED_LIBS
 
-.include <bsd.port.options.mk>
-.if (${ARCH} == powerpc64le || ${ARCH} == powerpc64 || ${ARCH} == powerpc) && ${OSVERSION} < 1301510 # support added in e09d209d1a74a3caca95dea303db9bc605fce1a7
-BROKEN_powerpc64=	Cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory
-BROKEN_powerpc64le=	Cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory
-.endif
-
 post-patch: # see https://github.com/toml-f/toml-f/issues/51
 	@${REINPLACE_CMD} -e 's|$${CMAKE_Fortran_COMPILER_ID}-$${CMAKE_Fortran_COMPILER_VERSION}||' ${WRKSRC}/config/CMakeLists.txt
 



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