pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/clisp-syscalls



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 31 13:16:50 UTC 2025

Modified Files:
        pkgsrc/devel/clisp-syscalls: DESCR Makefile

Log Message:
clisp-syscalls: mark as BROKEN on NetBSD 10+/x86_64

I found no bulk build where it built on that platform, nor does it for me.
(Code last updated 2010.)

Some pkglint cleanup while here, including writing something in
the empty DESCR file.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/clisp-syscalls/DESCR
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/clisp-syscalls/Makefile

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

Modified files:

Index: pkgsrc/devel/clisp-syscalls/DESCR
diff -u pkgsrc/devel/clisp-syscalls/DESCR:1.1.1.1 pkgsrc/devel/clisp-syscalls/DESCR:1.2
--- pkgsrc/devel/clisp-syscalls/DESCR:1.1.1.1   Fri Jul  9 21:17:32 2010
+++ pkgsrc/devel/clisp-syscalls/DESCR   Fri Jan 31 13:16:50 2025
@@ -0,0 +1 @@
+Syscalls module for clips.

Index: pkgsrc/devel/clisp-syscalls/Makefile
diff -u pkgsrc/devel/clisp-syscalls/Makefile:1.5 pkgsrc/devel/clisp-syscalls/Makefile:1.6
--- pkgsrc/devel/clisp-syscalls/Makefile:1.5    Mon Jan  1 18:16:35 2018
+++ pkgsrc/devel/clisp-syscalls/Makefile        Fri Jan 31 13:16:50 2025
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/01/01 18:16:35 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.6 2025/01/31 13:16:50 wiz Exp $
 
 CLISP_MODULE=  syscalls
 
@@ -14,6 +13,8 @@ COMMENT=      CLISP, a Common Lisp implementa
 
 MAKE_JOBS_SAFE=        no
 
+BROKEN_ON_PLATFORM=    NetBSD-1[0-9].*-x86_64
+
 .include "../../lang/clisp/module.mk"
 
 post-patch:



Home | Main Index | Thread Index | Old Index