pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/xrmap-base



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct  1 19:33:29 UTC 2025

Modified Files:
        pkgsrc/geography/xrmap-base: Makefile

Log Message:
xrmap-base: mark as BROKEN on NetBSD 11+

This is not ctype(3) safe. Probably easy to fix but it has no upstream
and we don't even have the latest version in pkgsrc...


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/geography/xrmap-base/Makefile

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

Modified files:

Index: pkgsrc/geography/xrmap-base/Makefile
diff -u pkgsrc/geography/xrmap-base/Makefile:1.14 pkgsrc/geography/xrmap-base/Makefile:1.15
--- pkgsrc/geography/xrmap-base/Makefile:1.14   Wed Apr 21 15:32:25 2021
+++ pkgsrc/geography/xrmap-base/Makefile        Wed Oct  1 19:33:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/04/21 15:32:25 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/10/01 19:33:29 wiz Exp $
 
 DISTNAME=              xrmap-2.29
 PKGNAME=               xrmap-base-2.29
@@ -18,6 +18,9 @@ MAKE_FLAGS+=          MANPATH=${PREFIX}/${PKGMAN
 
 INSTALLATION_DIRS+=    share/rmap/factbook
 
+# ctype(3) problems
+BROKEN_ON_PLATFORM+=   NetBSD-1[1-9].*-*
+
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"



Home | Main Index | Thread Index | Old Index