Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2023 23:40:41 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: 06e93734178c - main - math/ump: Fix build with llvm16
Message-ID:  <202308072340.377NefOR052229@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=06e93734178c298a0f5392b21c40b26bc5fa7c52

commit 06e93734178c298a0f5392b21c40b26bc5fa7c52
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-07 19:11:18 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-07 22:00:19 +0000

    math/ump: Fix build with llvm16
    
    - Add missing dependencies reported by poudriere testport
    - Pet portclippy
    
    Sponsored by:   The FreeBSD Foundation
---
 math/ump/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/math/ump/Makefile b/math/ump/Makefile
index c7ab70f5afca..3f7bcf300118 100644
--- a/math/ump/Makefile
+++ b/math/ump/Makefile
@@ -11,9 +11,11 @@ WWW=		http://u-m-p.sourceforge.net/
 
 LICENSE=	GPLv2
 
-USES=		compiler:c++11-lang gl gmake gnome pkgconfig tar:bzip2
-USE_GNOME=	gtk20
-USE_GL=		glu
+USES=		compiler:c++11-lang gl gmake gnome pkgconfig tar:bzip2 xorg
+USE_CXXSTD=	c++14
+USE_GL=		gl glu
+USE_GNOME=	cairo gdkpixbuf2 gtk20
+USE_XORG=	x11
 
 ALL_TARGET=	${PORTNAME}
 



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