pkgsrc-WIP-changes archive

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

jed: updated patches



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Tue Nov 28 20:57:08 2023 -0500
Changeset:	28699c81b62da86e698f68fbe9ae17d988f0fa32

Modified Files:
	jed/distinfo
Added Files:
	jed/patches/patch-autoconf_configure.ac
	jed/patches/patch-src_config.hin
	jed/patches/patch-src_jprocess.c

Log Message:
jed: updated patches

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=28699c81b62da86e698f68fbe9ae17d988f0fa32

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

diffstat:
 jed/distinfo                            |  3 +++
 jed/patches/patch-autoconf_configure.ac | 12 ++++++++++++
 jed/patches/patch-src_config.hin        | 14 ++++++++++++++
 jed/patches/patch-src_jprocess.c        | 15 +++++++++++++++
 4 files changed, 44 insertions(+)

diffs:
diff --git a/jed/distinfo b/jed/distinfo
index 5a8f7cc600..cf1f03f330 100644
--- a/jed/distinfo
+++ b/jed/distinfo
@@ -3,5 +3,8 @@ $NetBSD: distinfo,v 1.15 2021/10/26 10:21:31 nia Exp $
 BLAKE2s (jed-0.99-19.tar.bz2) = 5d9d89262f4aa31a8a181064d9c0a4c373c3d727ff731feaf7db5fbfb1701bd1
 SHA512 (jed-0.99-19.tar.bz2) = db8a30284f9b8e3e2c5d1a600eeb7af29c9f943a5c23d7c74fce926e0b0252f54805e214670e7c9357ce0e6918ad67cba2769a523979bfbd285328f94fff747c
 Size (jed-0.99-19.tar.bz2) = 884198 bytes
+SHA1 (patch-autoconf_configure.ac) = d8a2c75708a89dfae9ab9d4a6053d9e41bce0c59
 SHA1 (patch-src_Makefile.in) = 301002f36dadea78a59b8edec9391bedf58bb3cb
+SHA1 (patch-src_config.hin) = ebb2179fd2e1246d5bd7978a67af660ad5ae6fd3
+SHA1 (patch-src_jprocess.c) = 3011a03bfff56071cb0448bccd8c903a8343c7e4
 SHA1 (patch-src_pty.c) = fc954f310187482ddf8ce65c601448d33926958f
diff --git a/jed/patches/patch-autoconf_configure.ac b/jed/patches/patch-autoconf_configure.ac
new file mode 100644
index 0000000000..1372184944
--- /dev/null
+++ b/jed/patches/patch-autoconf_configure.ac
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- autoconf/configure.ac.orig	2023-11-29 01:48:10.235315068 +0000
++++ autoconf/configure.ac
+@@ -33,6 +33,7 @@ termios.h \
+ fcntl.h \
+ sys/fcntl.h \
+ sys/pty.h \
++sys/stropts.h \
+ pty.h \
+ )
+ 
diff --git a/jed/patches/patch-src_config.hin b/jed/patches/patch-src_config.hin
new file mode 100644
index 0000000000..188ebc7a0b
--- /dev/null
+++ b/jed/patches/patch-src_config.hin
@@ -0,0 +1,14 @@
+$NetBSD$
+
+--- src/config.hin.orig	2023-11-29 01:54:22.766379393 +0000
++++ src/config.hin
+@@ -35,6 +35,9 @@
+ /* define if you have sys/fcntl.h */
+ #undef HAVE_SYS_FCNTL_H
+ 
++/* define if you have sys/stropts.h */
++#undef HAVE_SYS_STROPTS_H
++
+ #undef HAVE_PTY_H
+ #undef HAVE_SYS_PTY_H
+ 
diff --git a/jed/patches/patch-src_jprocess.c b/jed/patches/patch-src_jprocess.c
new file mode 100644
index 0000000000..f9764bc5e5
--- /dev/null
+++ b/jed/patches/patch-src_jprocess.c
@@ -0,0 +1,15 @@
+$NetBSD: $
+
+--- src/jprocess.c.orig	2004-03-18 16:39:02.000000000 +0000
++++ src/jprocess.c	2004-03-18 16:39:57.000000000 +0000
+@@ -58,8 +58,10 @@
+ 
+ #ifdef REALLY_HAVE_TERMIOS_H
+ # if !defined(__os2__) && !defined(__APPLE__)
++# ifndef __FreeBSD__
+ #  define USE_PTY
+ # endif
++# endif
+ #endif
+ 
+ #include "buffer.h"


Home | Main Index | Thread Index | Old Index