From 773eba99c5ff4ea88f3deda59159e79d5421b5cc Mon Sep 17 00:00:00 2001 From: he Date: Sat, 12 Oct 2019 09:47:39 +0000 Subject: 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. --- lang/sbcl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/sbcl/Makefile') diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index fd12027250d..03b8d6dd55e 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.81 2019/10/01 22:15:57 rjs Exp $ +# $NetBSD: Makefile,v 1.82 2019/10/12 09:47:39 he Exp $ DISTNAME= ${PKGNAME_NOREV}-source PKGNAME= sbcl-1.5.7 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/} EXTRACT_SUFX= .tar.bz2 -- cgit v1.2.3