pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/simgear



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  4 09:10:33 UTC 2026

Modified Files:
        pkgsrc/games/simgear: Makefile

Log Message:
simgear: mark as broken

This hasn't been building since the boost 1.89 update in September.

Newer versions are available upstream; also this project
has been renamed to flightgear.


To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 pkgsrc/games/simgear/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/simgear/Makefile
diff -u pkgsrc/games/simgear/Makefile:1.192 pkgsrc/games/simgear/Makefile:1.193
--- pkgsrc/games/simgear/Makefile:1.192 Mon Dec 22 06:08:08 2025
+++ pkgsrc/games/simgear/Makefile       Sun Jan  4 09:10:33 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.192 2025/12/22 06:08:08 adam Exp $
+# $NetBSD: Makefile,v 1.193 2026/01/04 09:10:33 wiz Exp $
 
 DISTNAME=      simgear-2020.3.11
 PKGREVISION=   64
@@ -14,6 +14,8 @@ LICENSE=      gnu-lgpl-v2
 USE_LANGUAGES=         c c++
 USE_CMAKE=             yes
 
+BROKEN=                "Needs updating for supporting boost 1.89+"
+
 CONFIGURE_DIRS=                sgbuild
 BUILD_DIRS=            sgbuild
 CMAKE_ARG_PATH=                ..



Home | Main Index | Thread Index | Old Index