pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/flightgear



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Feb 28 18:45:33 UTC 2025

Modified Files:
        pkgsrc/games/flightgear: Makefile

Log Message:
flightgear: pull in fixed version of boost-headers

remove BROKEN


To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 pkgsrc/games/flightgear/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/flightgear/Makefile
diff -u pkgsrc/games/flightgear/Makefile:1.187 pkgsrc/games/flightgear/Makefile:1.188
--- pkgsrc/games/flightgear/Makefile:1.187      Tue Feb 18 09:20:12 2025
+++ pkgsrc/games/flightgear/Makefile    Fri Feb 28 18:45:33 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.187 2025/02/18 09:20:12 wiz Exp $
+# $NetBSD: Makefile,v 1.188 2025/02/28 18:45:33 wiz Exp $
 
 DISTNAME=      flightgear-2020.3.11
 PKGREVISION=   54
@@ -11,9 +11,6 @@ HOMEPAGE=     https://www.flightgear.org/
 COMMENT=       The FlightGear Simulator
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
 
-# https://github.com/boostorg/move/issues/59
-BROKEN=                "broken with boost 1.87"
-
 USE_LANGUAGES=         c c++
 USE_CXX_FEATURES+=     c++14
 USE_CMAKE=             yes
@@ -36,6 +33,7 @@ pre-configure:
 .include "../../audio/gsm/buildlink3.mk"
 .include "../../audio/openal-soft/buildlink3.mk"
 .include "../../audio/speexdsp/buildlink3.mk"
+BUILDLINK_API_DEPENDS.boost-headers+=  boost-headers>=1.87.0nb3
 .include "../../devel/boost-headers/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libevent+=       libevent>=2
 .include "../../devel/libevent/buildlink3.mk"



Home | Main Index | Thread Index | Old Index