Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 14:45:40 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eec565a2d995 - main - devel/open-beagle: Fix build with llvm16
Message-ID:  <202307211445.36LEje4k025470@gitrepo.freebsd.org>

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

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

commit eec565a2d995eb9ca9c573fd8996cc1add81acb4
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-21 14:03:30 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-21 14:45:28 +0000

    devel/open-beagle: Fix build with llvm16
    
    - Pet portclippy
    
    Sponsored by:   The FreeBSD Foundation
---
 devel/open-beagle/Makefile | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/devel/open-beagle/Makefile b/devel/open-beagle/Makefile
index 495a803877a8..1e3c0e9df957 100644
--- a/devel/open-beagle/Makefile
+++ b/devel/open-beagle/Makefile
@@ -9,17 +9,22 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Evolutionary Computation Framework
 WWW=		http://beagle.sourceforge.net/
 
-CONFLICTS=	beagle
+BUILD_DEPENDS+=	gsed:textproc/gsed
+
+USES=		gmake libtool
+USE_CXXSTD=	c++14
+USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-optimization --with-zlib=/usr
-USE_LDCONFIG=	yes
-USES=		gmake libtool
+
 INSTALL_TARGET=	install-strip
-PACCVERSION=	1.3.1b
+
+CONFLICTS=	beagle
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION} PACCVERSION=${PACCVERSION}
-BUILD_DEPENDS+=	gsed:textproc/gsed
+
+PACCVERSION=	1.3.1b
 
 #unfortunately, some important sed statements rely on GNU sed behavior, and can't be
 #easily changed to call GNU sed by means of the configure script



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