pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/marswm



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Jan 10 09:28:44 UTC 2024

Modified Files:
        pkgsrc/wm/marswm: Makefile

Log Message:
wm/marswm: restrict package to 64bit systems


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/wm/marswm/Makefile

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

Modified files:

Index: pkgsrc/wm/marswm/Makefile
diff -u pkgsrc/wm/marswm/Makefile:1.8 pkgsrc/wm/marswm/Makefile:1.9
--- pkgsrc/wm/marswm/Makefile:1.8       Tue Dec 19 13:42:04 2023
+++ pkgsrc/wm/marswm/Makefile   Wed Jan 10 09:28:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/12/19 13:42:04 pin Exp $
+# $NetBSD: Makefile,v 1.9 2024/01/10 09:28:44 pin Exp $
 
 DISTNAME=      marswm-0.5.3
 CATEGORIES=    wm
@@ -9,6 +9,11 @@ HOMEPAGE=      https://github.com/jzbor/marsw
 COMMENT=       Modern window manager featuring dynamic tiling
 LICENSE=       mit
 
+# Marswm does not build on 32bit systems.
+# Support for building on 32bit is not planed, see:
+# https://github.com/jzbor/marswm/issues/14
+ONLY_FOR_PLATFORM=     ${LP64PLATFORMS}
+
 .include "cargo-depends.mk"
 
 USE_TOOLS+=            pkg-config



Home | Main Index | Thread Index | Old Index