pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/sbcl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov 23 08:36:21 UTC 2023

Modified Files:
        pkgsrc/lang/sbcl: Makefile

Log Message:
sbcl: mark as broken on i386/NetBSD

https://mail-index.netbsd.org/pkgsrc-bulk/2023/11/21/msg024562.html


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/lang/sbcl/Makefile

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

Modified files:

Index: pkgsrc/lang/sbcl/Makefile
diff -u pkgsrc/lang/sbcl/Makefile:1.100 pkgsrc/lang/sbcl/Makefile:1.101
--- pkgsrc/lang/sbcl/Makefile:1.100     Thu Aug 31 22:29:43 2023
+++ pkgsrc/lang/sbcl/Makefile   Thu Nov 23 08:36:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2023/08/31 22:29:43 rjs Exp $
+# $NetBSD: Makefile,v 1.101 2023/11/23 08:36:21 wiz Exp $
 
 DISTNAME=              ${PKGNAME_NOREV}-source
 PKGNAME=               sbcl-2.3.8
@@ -24,6 +24,10 @@ WRKSRC=                      ${WRKDIR}/${PKGNAME_NOREV}
 
 MKPIE_SUPPORTED=no
 
+# creates process that needs to be 'kill -9'ed
+# https://mail-index.netbsd.org/pkgsrc-bulk/2023/11/21/msg024562.html
+BROKEN_ON_PLATFORM=    NetBSD-*-i386
+
 .include "../../mk/bsd.prefs.mk"
 
 #



Home | Main Index | Thread Index | Old Index