pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kermit: Update to beta05
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Thu Sep 29 19:50:26 2022 -0400
Changeset: 0cd142e7119a48843d83147eb6ab8144ecc8fd84
Modified Files:
kermit/Makefile
kermit/distinfo
kermit/patches/patch-ckuusx.c
kermit/patches/patch-makefile
Added Files:
kermit/COMMIT_MSG
Log Message:
kermit: Update to beta05
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0cd142e7119a48843d83147eb6ab8144ecc8fd84
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
kermit/COMMIT_MSG | 5 +++++
kermit/Makefile | 6 ++++--
kermit/distinfo | 10 +++++-----
kermit/patches/patch-ckuusx.c | 17 +++++++++++------
kermit/patches/patch-makefile | 2 +-
5 files changed, 26 insertions(+), 14 deletions(-)
diffs:
diff --git a/kermit/COMMIT_MSG b/kermit/COMMIT_MSG
new file mode 100644
index 0000000000..4f05ff0ca6
--- /dev/null
+++ b/kermit/COMMIT_MSG
@@ -0,0 +1,5 @@
+comms/kermit: Update to 10.0
+
+Upstream changes (since 9.0.302) are basically dealing with more
+recent versions of dependencies and structural cleanup. Notably one
+can build without telnet/etc. support.
diff --git a/kermit/Makefile b/kermit/Makefile
index 8961632922..1629231585 100644
--- a/kermit/Makefile
+++ b/kermit/Makefile
@@ -1,10 +1,12 @@
# $NetBSD: Makefile,v 1.93 2020/04/08 15:22:07 rhialto Exp $
# https://www.kermitproject.org/ftp/kermit/test/tar/cku10.0-beta04.tar.gz
+# https://www.kermitproject.org/ftp/kermit/test/tar/cku400-beta05.tar.gz
VERSION= 10.0
+VERSIONDIST= 400 # ?
VERSIONSEP= -
-VERSIONRC= beta04
-DISTNAME= cku${VERSION}${VERSIONSEP}${VERSIONRC}
+VERSIONRC= beta05
+DISTNAME= cku${VERSIONDIST}${VERSIONSEP}${VERSIONRC}
PKGNAME= kermit-${VERSION}${VERSIONRC}
CATEGORIES= comms
MASTER_SITES= https://www.kermitproject.org/ftp/kermit/test/tar/
diff --git a/kermit/distinfo b/kermit/distinfo
index a94378b372..0712043da4 100644
--- a/kermit/distinfo
+++ b/kermit/distinfo
@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.28 2020/07/30 03:03:07 gutteridge Exp $
-BLAKE2s (cku10.0-beta04.tar.gz) = 0a78e39c41a9c18a3c8ad232f341df84e54650f3d3205ee655de38cd72b8685a
-SHA512 (cku10.0-beta04.tar.gz) = 2c84ab6d15a4363884b9e57459fbed6ac1cae587795010bf2a5223af78ccba63718bbf1bed9799fd74f55974734afb6339dd4a23bbf32460d7d13fab80e3bac4
-Size (cku10.0-beta04.tar.gz) = 3009017 bytes
+BLAKE2s (cku400-beta05.tar.gz) = 22e1582c7715fa206351a0d9fc2e50a90d210bf30b816e9561a68523657e93f0
+SHA512 (cku400-beta05.tar.gz) = d590966f38de4ca9f343b64997141f66919f4b55ba379a09e81ce92cde89c4909409142c71e5e97eb5e88e78eca4df549b0317033c97fc1c78460dc1afa5cac3
+Size (cku400-beta05.tar.gz) = 3022920 bytes
SHA1 (patch-ckuath.c) = 494e9f5dc9edc2b8738129bb53de2d5affa8cca2
SHA1 (patch-ckupty.c) = 97cb6cca9b90d4c9a3a2faf9161310cb51fd2a58
-SHA1 (patch-ckuusx.c) = d92471b5f2b1e0444a9498052ec768f5d1bacef7
-SHA1 (patch-makefile) = 7734ea01328bb50a4649037201fe414691e31f80
+SHA1 (patch-ckuusx.c) = 4482c383b25cac5382863b811b6e13b3a64c85c1
+SHA1 (patch-makefile) = f60bad5ed3cb1ce556ceb714204c9876ac49a12f
diff --git a/kermit/patches/patch-ckuusx.c b/kermit/patches/patch-ckuusx.c
index 555d210d85..b09e2fa585 100644
--- a/kermit/patches/patch-ckuusx.c
+++ b/kermit/patches/patch-ckuusx.c
@@ -1,14 +1,19 @@
$NetBSD: patch-am,v 1.1 2011/05/14 19:27:53 hans Exp $
---- ckuusx.c.orig 2020-09-19 19:52:28.000000000 +0000
+This patch needs an explanation, and perhaps trying to build without it.
+
+Not yet submitted upstream.
+
+--- ckuusx.c.orig 2022-09-26 17:53:45.000000000 +0000
+++ ckuusx.c
-@@ -79,9 +79,6 @@ char * tgoto (const char *, int, int);
- _PROTOTYP(char * os2_gethostname, (void));
- #define getpid _getpid
- #endif /* OS2 */
+@@ -99,10 +99,6 @@ _PROTOTYP(int ck_tn_encrypting, (void));
+ _PROTOTYP(int ck_tn_decrypting, (void));
+ #endif /* CK_ENCRYPTION */
+
-#ifdef BSD44
-#include <errno.h>
-#endif /* BSD44 */
-
+-
extern xx_strp xxstring;
+ #ifdef OS2
diff --git a/kermit/patches/patch-makefile b/kermit/patches/patch-makefile
index d7296ba51a..46d598f6f0 100644
--- a/kermit/patches/patch-makefile
+++ b/kermit/patches/patch-makefile
@@ -5,7 +5,7 @@ $NetBSD: patch-aa,v 1.10 2011/12/06 01:19:16 sbd Exp $
* Don't install the mysterious kermit-sshsub
* Don't install kermit.ini in bindir, because it doesn't belong there
and because (yay!) it is empty, and people don't need empty templates
-
+* Use DESTDIR harder when installing
* Get K5LIB, K5INC, SSLLIB and SSLINC from pkgsrc.
* s/-lgssapi/-lgssapi_krb5/ on netbsd+krb5*
* Add $(LIBS) to link command on solaris2xg+openssl+zlib+pam+shadow
Home |
Main Index |
Thread Index |
Old Index