diff options
Diffstat (limited to 'devel/simgear/Makefile')
-rw-r--r-- | devel/simgear/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index 1dda4632d69e..cc4a39917075 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -1,14 +1,6 @@ PORTNAME= simgear -PORTVERSION= 2020.3.19 -PORTREVISION= 5 +PORTVERSION= 2024.1.1 CATEGORIES= devel games -MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} - -# Fix for CVE-2025-0781 -# See: https://gitlab.com/frougon/flightgear-simgear/-/commits/2020.3.6-minimal-fix-for-CVE-2025-0781 -PATCH_SITES= https://gitlab.com/frougon/flightgear-${PORTNAME}/-/commit/ -PATCHFILES+= bcd6f22586be0058ee58d61ebfd227bd01c1bb1b.patch:-p1 \ - f2e8c8ce3925e62275d97d46c73c32cbc864d80b.patch:-p1 MAINTAINER= martymac@FreeBSD.org COMMENT= Toolkit for 3D games and simulations @@ -25,8 +17,13 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libexpat.so:textproc/expat2 \ libcurl.so:ftp/curl -USES= alias cmake compiler:c++11-lib cpe gl jpeg openal:al,alut \ +USES= alias cmake compiler:c++17-lang cpe gl jpeg openal:al,alut \ tar:bzip2 xorg + +USE_GITLAB= yes +GL_ACCOUNT= flightgear +GL_TAGNAME= v${PORTVERSION} + USE_XORG= ice sm x11 xext xi xmu xt USE_GL= gl glu glut |