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.08.14.42.28; author he; state Exp; branches; next 1.1; commitid KLt8OdGA8KcQB3KB; 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.x86-netbsd,v 1.2 2019/11/08 14:42:28 he Exp $ Use Config.generic-netbsd and override OS_SRC because Config.x86-bsd should be split into Config.x86-bsd and Config.bsd... --- src/runtime/Config.x86-netbsd.orig 2019-09-28 09:49:01.000000000 +0000 +++ src/runtime/Config.x86-netbsd @@@@ -10,9 +10,11 @@@@ # files for more information. include Config.x86-bsd +include Config.generic-netbsd -ASSEM_SRC += ldso-stubs.S +OS_SRC = bsd-os.c x86-bsd-os.c OS_SRC += undefineds.c + LINKFLAGS += -dynamic -export-dynamic CFLAGS = -g -Wall -O2 -fno-omit-frame-pointer @ 1.2 log @Update the patch to src/runtime/Config.x86-netbsd so that this builds again on NetBSD/i386. Build fix so no revbump. @ text @d1 1 a1 1 $NetBSD: patch-src_runtime_Config.x86-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$ d3 2 a4 1 Use Config.generic-netbsd. d8 1 a8 2 @@@@ -9,10 +9,11 @@@@ # provided with absolutely no warranty. See the COPYING and CREDITS d11 1 a12 1 include Config.x86-bsd d15 1 @