From 737e7cdf87de45128ebb491ff8db32124a2f6326 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 18 Jan 2022 12:10:13 -0800 Subject: */*: In 7 ports remove GNU-10.3.0 from install paths This makes them prone to breaking when GCC version is changed. Reported by: diizzy@ --- science/mstore/Makefile | 4 ++++ science/mstore/pkg-plist | 26 +++++++++++++------------- 2 files changed, 17 insertions(+), 13 deletions(-) (limited to 'science/mstore') diff --git a/science/mstore/Makefile b/science/mstore/Makefile index 6116cf08bb53..850a24eb2e0b 100644 --- a/science/mstore/Makefile +++ b/science/mstore/Makefile @@ -1,6 +1,7 @@ PORTNAME= mstore DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= science # chemistry MAINTAINER= yuri@FreeBSD.org @@ -19,4 +20,7 @@ GH_ACCOUNT= grimme-lab CMAKE_ON= BUILD_SHARED_LIBS +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 + .include diff --git a/science/mstore/pkg-plist b/science/mstore/pkg-plist index d44910f84672..33ed85aa6502 100644 --- a/science/mstore/pkg-plist +++ b/science/mstore/pkg-plist @@ -1,18 +1,18 @@ bin/mstore-fortranize bin/mstore-info -include/mstore/GNU-10.3.0/mstore.mod -include/mstore/GNU-10.3.0/mstore_amino20x4.mod -include/mstore/GNU-10.3.0/mstore_but14diol.mod -include/mstore/GNU-10.3.0/mstore_data_collection.mod -include/mstore/GNU-10.3.0/mstore_data_record.mod -include/mstore/GNU-10.3.0/mstore_data_store.mod -include/mstore/GNU-10.3.0/mstore_heavy28.mod -include/mstore/GNU-10.3.0/mstore_ice10.mod -include/mstore/GNU-10.3.0/mstore_il16.mod -include/mstore/GNU-10.3.0/mstore_mb16_43.mod -include/mstore/GNU-10.3.0/mstore_upu23.mod -include/mstore/GNU-10.3.0/mstore_version.mod -include/mstore/GNU-10.3.0/mstore_x23.mod +include/mstore/mstore.mod +include/mstore/mstore_amino20x4.mod +include/mstore/mstore_but14diol.mod +include/mstore/mstore_data_collection.mod +include/mstore/mstore_data_record.mod +include/mstore/mstore_data_store.mod +include/mstore/mstore_heavy28.mod +include/mstore/mstore_ice10.mod +include/mstore/mstore_il16.mod +include/mstore/mstore_mb16_43.mod +include/mstore/mstore_upu23.mod +include/mstore/mstore_version.mod +include/mstore/mstore_x23.mod lib/cmake/mstore/Findmctc-lib.cmake lib/cmake/mstore/mstore-config-version.cmake lib/cmake/mstore/mstore-config.cmake -- cgit v1.2.3