Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2023 00:44:44 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: 7aaf8f13dc59 - main - math/mesquite: Attempt to fix build on 14 by using c++11; Update WWW
Message-ID:  <202307080044.3680iivE092572@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=7aaf8f13dc598338ac6ceb13e7968065a8db0065

commit 7aaf8f13dc598338ac6ceb13e7968065a8db0065
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-08 00:11:45 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-08 00:44:42 +0000

    math/mesquite: Attempt to fix build on 14 by using c++11; Update WWW
---
 math/mesquite/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/mesquite/Makefile b/math/mesquite/Makefile
index 90a13dcce027..b4c759cfe212 100644
--- a/math/mesquite/Makefile
+++ b/math/mesquite/Makefile
@@ -6,13 +6,14 @@ PKGNAMESUFFIX=	-mesh-toolkit
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Mesh Quality Improvement Toolkit is a suite of mesh algorithms
-WWW=		https://software.sandia.gov/mesquite
+WWW=		https://www.sandia.gov/ccr/project/mesquite/
 
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/lgpl.txt
 
 USES=		gmake libtool
 USE_LDCONFIG=	yes
+USE_CXXSTD=	c++11 # attempt to fix build failing due to the use of std::unary_function that was removed in c++17
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared --disable-static



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