head 1.3; access; symbols pkgsrc-2020Q2:1.2.0.6 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.2 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.4 pkgsrc-2019Q4-base:1.2; locks; strict; comment @# @; 1.3 date 2020.08.13.07.24.41; author wiz; state dead; branches; next 1.2; commitid RROYd5xM5lTHdSjC; 1.2 date 2019.11.10.16.58.31; author he; state Exp; branches; next 1.1; commitid aynB2yImPG7iikKB; 1.1 date 2019.10.12.09.47.40; author he; state Exp; branches; next ; commitid b0j9NVtefbPOPyGB; desc @@ 1.3 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-netbsd,v 1.2 2019/11/10 16:58:31 he Exp $ Use Config.generic-netbsd, don't override OS_LIBS, but add to it. --- src/runtime/Config.arm-netbsd.orig 2019-09-28 09:49:01.000000000 +0000 +++ src/runtime/Config.arm-netbsd @@@@ -9,14 +9,10 @@@@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. +include Config.generic-netbsd include Config.arm-bsd -ASSEM_SRC += ldso-stubs.S -OS_LIBS = -lutil -larm - -ifdef LISP_FEATURE_SB_THREAD - OS_LIBS += -lpthread -lrt -endif +OS_LIBS += -larm LINKFLAGS += -export-dynamic LDFLAGS += -export-dynamic @ 1.2 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: patch-src_runtime_Config.arm-netbsd,v 1.1 2019/10/12 09:47:40 he Exp $ @ 1.1 log @A couple of fixes to sbcl: * Don't request job control in the shell scripts used during the build via the "-m" option; it will cause a backgrounded job to stall with SIGTTIN. * Add a Config.generic-netbsd, and collect common settings for all the various NetBSD configs there. * Do tty handling in sbcl the same way OpenBSD does, i.e. no TIOCNOTTY. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ d7 1 a7 1 @@@@ -9,10 +9,10 @@@@ d16 4 d22 2 a23 2 ifdef LISP_FEATURE_SB_THREAD OS_LIBS += -lpthread -lrt @