Date: Tue, 7 Nov 2023 01:38:42 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 77ebebf99668 - 2023Q4 - science/votca: Partially fix build Message-ID: <202311070138.3A71cgmP049595@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q4 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=77ebebf996680b73296ea9bd89ebd44acb81f324 commit 77ebebf996680b73296ea9bd89ebd44acb81f324 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-10-14 17:36:50 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-11-07 01:38:40 +0000 science/votca: Partially fix build Define BOOST_TIMER_ENABLE_DEPRECATED in CXXFLAGS to avoid build failure with newer versions of Boost library Poudriere reports filesystem violations in usr/local/share/libint PR: 274437 Reviewed by: yuri (maintainer) (cherry picked from commit 744d2334a25046ed65a47331b711194fcce877f3) --- science/votca/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/votca/Makefile b/science/votca/Makefile index 6c03085bc429..4ad7b95b87f3 100644 --- a/science/votca/Makefile +++ b/science/votca/Makefile @@ -44,6 +44,8 @@ SHEBANG_FILES= csg/scripts/csg_call.in csg/scripts/csg_inverse.in \ xtp/scripts/xtp_modify_jobfile.in \ xtp/scripts/xtp_qmmm2qm.in +CXXFLAGS+= -DBOOST_TIMER_ENABLE_DEPRECATED + CMAKE_ON= BUILD_XTP CMAKE_ARGS= -DLOCALBASE=${LOCALBASE} -DPython_EXECUTABLE=${PYTHON_CMD}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311070138.3A71cgmP049595>