Date: Wed, 18 Sep 2024 19:45:46 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fa6a16eebc32 - main - science/libcifpp: Add regression workaround that fixes dependencies Message-ID: <202409181945.48IJjkW2030757@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa6a16eebc3277f485e71c25fdd100a355e18db3 commit fa6a16eebc3277f485e71c25fdd100a355e18db3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-09-18 15:14:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-18 19:45:39 +0000 science/libcifpp: Add regression workaround that fixes dependencies --- science/libcifpp/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/science/libcifpp/Makefile b/science/libcifpp/Makefile index d9ea3b077d47..cb2f2125fbe8 100644 --- a/science/libcifpp/Makefile +++ b/science/libcifpp/Makefile @@ -1,6 +1,7 @@ PORTNAME= libcifpp DISTVERSIONPREFIX= v DISTVERSION= 7.0.5 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://files.wwpdb.org/pub/pdb/data/monomers/:components DISTFILES= components.cif.gz:components @@ -34,5 +35,7 @@ post-install: @cd ${STAGEDIR}${PREFIX} && \ ${RM} -r var etc/libcifpp etc/periodic @${RM} -r ${STAGEDIR}/var/cache/libcifpp + # workaround for https://github.com/PDB-REDO/libcifpp/issues/65 + @${REINPLACE_CMD} -i '' -e 's|;std::atomic||' ${STAGEDIR}${PREFIX}/lib/cmake/cifpp/cifpp-targets.cmake .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409181945.48IJjkW2030757>