pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/bash



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon Jan 21 09:03:44 UTC 2019

Modified Files:
        pkgsrc/shells/bash: distinfo
Added Files:
        pkgsrc/shells/bash/patches: patch-examples_loadables_push.c

Log Message:
bash: Adjust dollar_dollar_pid type (pid_t, not int)

Pointed out by pkgsrc-upstream-trunk32 SmartOS Joyent bulk builds.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/shells/bash/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/shells/bash/patches/patch-examples_loadables_push.c

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

Modified files:

Index: pkgsrc/shells/bash/distinfo
diff -u pkgsrc/shells/bash/distinfo:1.51 pkgsrc/shells/bash/distinfo:1.52
--- pkgsrc/shells/bash/distinfo:1.51    Tue Jan  8 16:24:42 2019
+++ pkgsrc/shells/bash/distinfo Mon Jan 21 09:03:44 2019
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.51 2019/01/08 16:24:42 ryoon Exp $
+$NetBSD: distinfo,v 1.52 2019/01/21 09:03:44 leot Exp $
 
 SHA1 (bash-5.0.tar.gz) = d116b469b9e6ea5264a74661d3a4c797da7f997b
 RMD160 (bash-5.0.tar.gz) = a081428a896d617855499376b670eca3433a27c1
@@ -9,6 +9,7 @@ SHA1 (patch-ag) = cd3b151e3bb045d2bb609c
 SHA1 (patch-aj) = 2e4c15afd9b50d44967ee8e1f85bdc908c0eeeb0
 SHA1 (patch-builtins_ulimit.def) = 1390069344607204eb3abbd6ddeb148ff590c55e
 SHA1 (patch-configure) = c4e1ab53a1ee85f3e6121047f0aca8ceb85e6e5d
+SHA1 (patch-examples_loadables_push.c) = 57a3c7de9ea0a75c373db678d9500954bcf40ff4
 SHA1 (patch-shell.c) = daa07914d4c318cd72463f80344f4f7c364809cd
 SHA1 (patch-support_shobj-conf) = 8750c104549ea8a4a722bd21a684a9fe13e05fe5
 SHA1 (patch-variables.c) = 8d91272602aba348dc158d8fb5948edd90d96646

Added files:

Index: pkgsrc/shells/bash/patches/patch-examples_loadables_push.c
diff -u /dev/null pkgsrc/shells/bash/patches/patch-examples_loadables_push.c:1.1
--- /dev/null   Mon Jan 21 09:03:44 2019
+++ pkgsrc/shells/bash/patches/patch-examples_loadables_push.c  Mon Jan 21 09:03:44 2019
@@ -0,0 +1,15 @@
+$NetBSD: patch-examples_loadables_push.c,v 1.1 2019/01/21 09:03:44 leot Exp $
+
+Match declaration of dollar_dollar_pid in variables.h.
+
+--- examples/loadables/push.c.orig     2017-06-20 14:54:52.000000000 +0000
++++ examples/loadables/push.c
+@@ -35,7 +35,7 @@
+ extern int errno;
+ #endif
+ 
+-extern int dollar_dollar_pid;
++extern pid_t dollar_dollar_pid;
+ extern int last_command_exit_value;
+ 
+ int



Home | Main Index | Thread Index | Old Index