pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/eterm



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Apr 20 00:47:34 UTC 2020

Modified Files:
        pkgsrc/x11/eterm: distinfo
Added Files:
        pkgsrc/x11/eterm/patches: patch-src_command.c

Log Message:
Don't expect that inline is actually inlined.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/eterm/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/x11/eterm/patches/patch-src_command.c

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

Modified files:

Index: pkgsrc/x11/eterm/distinfo
diff -u pkgsrc/x11/eterm/distinfo:1.22 pkgsrc/x11/eterm/distinfo:1.23
--- pkgsrc/x11/eterm/distinfo:1.22      Sun Sep  1 12:08:17 2019
+++ pkgsrc/x11/eterm/distinfo   Mon Apr 20 00:47:34 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2019/09/01 12:08:17 nia Exp $
+$NetBSD: distinfo,v 1.23 2020/04/20 00:47:34 joerg Exp $
 
 SHA1 (Eterm-0.9.6.tar.gz) = b4cb00f898ffd2de9bf7ae0ecde1cc3a5fee9f02
 RMD160 (Eterm-0.9.6.tar.gz) = 96e2ebf7ee7464ffab8bbecec2976a1e5935712e
@@ -12,4 +12,5 @@ SHA1 (patch-aa) = 19da5e05392994a60fdf47
 SHA1 (patch-ab) = d019a18bb32f890d6de7c5bb0cdb43e7715a7d4d
 SHA1 (patch-ai) = 1f1a050c27b042c5cccff91aae4ced7b887b68b1
 SHA1 (patch-src_Makefile.in) = 3000a407bed7d7c23bfc127fd09b0723d9c0b395
+SHA1 (patch-src_command.c) = 0b5b3dbde8eba16b1690155a28764ec7ea0f6bff
 SHA1 (patch-src_screen.c) = f820501e3a67cfc59dedd1dd5e3eb6f06ae2be23

Added files:

Index: pkgsrc/x11/eterm/patches/patch-src_command.c
diff -u /dev/null pkgsrc/x11/eterm/patches/patch-src_command.c:1.3
--- /dev/null   Mon Apr 20 00:47:34 2020
+++ pkgsrc/x11/eterm/patches/patch-src_command.c        Mon Apr 20 00:47:34 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_command.c,v 1.3 2020/04/20 00:47:34 joerg Exp $
+
+--- src/command.c.orig 2020-04-19 17:56:09.198252388 +0000
++++ src/command.c
+@@ -1388,9 +1388,9 @@ sco_get_pty(void)
+ #endif
+ 
+ #if defined(HAVE_POSIX_OPENPT) || defined(HAVE_DEV_PTMX)
+-inline int posix_get_pty(void);
++static inline int posix_get_pty(void);
+ 
+-inline int
++static inline int
+ posix_get_pty(void)
+ {
+ 



Home | Main Index | Thread Index | Old Index