pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/sbcl



Module Name:    pkgsrc
Committed By:   he
Date:           Fri Nov  8 09:53:43 UTC 2019

Modified Files:
        pkgsrc/lang/sbcl: distinfo
        pkgsrc/lang/sbcl/patches: patch-src_runtime_run-program.c

Log Message:
Fix typo in patch, ref. message on pkgsrc-users@.
Build fix, so no revision bump.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/lang/sbcl/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/lang/sbcl/patches/patch-src_runtime_run-program.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/sbcl/distinfo
diff -u pkgsrc/lang/sbcl/distinfo:1.61 pkgsrc/lang/sbcl/distinfo:1.62
--- pkgsrc/lang/sbcl/distinfo:1.61      Sat Oct 12 09:47:39 2019
+++ pkgsrc/lang/sbcl/distinfo   Fri Nov  8 09:53:43 2019
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.61 2019/10/12 09:47:39 he Exp $
+$NetBSD: distinfo,v 1.62 2019/11/08 09:53:43 he Exp $
 
 SHA1 (sbcl-1.5.7-source.tar.bz2) = b16ff3a0c0638bb685ff5f93106553c03a68d978
 RMD160 (sbcl-1.5.7-source.tar.bz2) = 850176b451d83daf52e7b0d2f6095015c5122494
@@ -17,4 +17,4 @@ SHA1 (patch-src_runtime_Config.ppc-netbs
 SHA1 (patch-src_runtime_Config.sparc-netbsd) = 73397cb6e064250f99e91bcd94d84db5d19a523d
 SHA1 (patch-src_runtime_Config.x86-64-netbsd) = 79d14015db51f61226b9e848d27f90e2538a84af
 SHA1 (patch-src_runtime_Config.x86-netbsd) = 019c69d928d5ed80a2b4862a82008f50465eeda7
-SHA1 (patch-src_runtime_run-program.c) = cc07799e5bbee2f827190e3b62fbca2f1d4528a3
+SHA1 (patch-src_runtime_run-program.c) = bae41ea7509c70d0c4a0c01097a7a77d1cbd6bf8

Index: pkgsrc/lang/sbcl/patches/patch-src_runtime_run-program.c
diff -u pkgsrc/lang/sbcl/patches/patch-src_runtime_run-program.c:1.1 pkgsrc/lang/sbcl/patches/patch-src_runtime_run-program.c:1.2
--- pkgsrc/lang/sbcl/patches/patch-src_runtime_run-program.c:1.1        Sat Oct 12 09:47:40 2019
+++ pkgsrc/lang/sbcl/patches/patch-src_runtime_run-program.c    Fri Nov  8 09:53:43 2019
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_runtime_run-program.c,v 1.1 2019/10/12 09:47:40 he Exp $
+$NetBSD: patch-src_runtime_run-program.c,v 1.2 2019/11/08 09:53:43 he Exp $
 
 Try to avoid doing the "open /dev/tty, TIOCNOTTY" dance.
 Instead, do as on OpenBSD.
@@ -10,7 +10,7 @@ Instead, do as on OpenBSD.
  #include <errno.h>
  
 -#ifdef LISP_FEATURE_OPENBSD
-+#if defined(LISP_FEATURE_OPENBSD) || defined(LISP_FETURE_NETBSD)
++#if defined(LISP_FEATURE_OPENBSD) || defined(LISP_FEATURE_NETBSD)
  #include <util.h>
  #endif
  



Home | Main Index | Thread Index | Old Index