head 1.2; access; symbols pkgsrc-2020Q2:1.1.0.6 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2020.08.13.07.24.41; author wiz; state dead; branches; next 1.1; commitid RROYd5xM5lTHdSjC; 1.1 date 2019.11.10.16.58.31; author he; state Exp; branches; next ; commitid aynB2yImPG7iikKB; desc @@ 1.2 log @sbcl: remove patches that were removed from distinfo during 2.0.7 update While here, clean up some pkglint @ text @$NetBSD: patch-src_runtime_config.arm-bsd,v 1.1 2019/11/10 16:58:31 he Exp $ Use Config.generic-bsd. Don't set, but add to common vars. --- src/runtime/Config.arm-bsd.orig 2019-09-28 09:49:01.000000000 +0000 +++ src/runtime/Config.arm-bsd @@@@ -9,19 +9,18 @@@@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. +include Config.generic-bsd + ASSEM_SRC = arm-assem.S ARCH_SRC = arm-arch.c -OS_SRC = bsd-os.c arm-bsd-os.c +OS_SRC += arm-bsd-os.c ifdef LISP_FEATURE_GENCGC GC_SRC = fullcgc.c gencgc.c traceroot.c else GC_SRC = cheneygc.c endif -ifdef LISP_FEATURE_SB_CORE_COMPRESSION - OS_LIBS += -lz -endif # Nothing to do for after-grovel-headers. .PHONY: after-grovel-headers @ 1.1 log @Re-work the configuration patches a bit. Verified to build on NetBSD/{macppc,i386,amd64}. The NetBSD/arm build fails because I can't get lang/clisp to work for it. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @