summaryrefslogtreecommitdiff
path: root/lang/sbcl/Makefile
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2019-10-12 09:47:39 +0000
committerhe <he@pkgsrc.org>2019-10-12 09:47:39 +0000
commit773eba99c5ff4ea88f3deda59159e79d5421b5cc (patch)
tree345abd882da2c2416ce8568d4ee6d2638f4dd587 /lang/sbcl/Makefile
parent0755d5aede070df14494986f2167f614b4786411 (diff)
downloadpkgsrc-773eba99c5ff4ea88f3deda59159e79d5421b5cc.tar.gz
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.
Diffstat (limited to 'lang/sbcl/Makefile')
-rw-r--r--lang/sbcl/Makefile3
1 files changed, 2 insertions, 1 deletions
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