pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/pkgsrc/trunk]: .joined/pkgsrc/comms/gkermit comms/gkermit: update to...
details: https://anonhg.NetBSD.org/.joined/pkgsrc/rev/a0cfc2d66ee7
branches: trunk
changeset: 370918:a0cfc2d66ee7
user: rhialto <rhialto%pkgsrc.org@localhost>
date: Sat Jan 01 18:53:02 2022 +0000
description:
comms/gkermit: update to 2.01
Version 1.00 : 25 December 1999
Version 2.00 : 26 May 2021
Version 2.00 is identical to 1.00 except that the source code has
been tailored to build successfully on modern Unix platforms.
November 14, 2021... G-Kermit 2.01 - a few more adjustments to our
ever-changing Unix APIs.
.................................
Wed May 26 08:47:48 2021:
In the years following the initial rlease of this program, which was
designed to be eternal, the C libraries and header files changed and
changed and changed to the extent that in 2021 G-Kermit 1.0 ccan't be
built at all an most Unix platforms, and even on those where a functional
executable is generated, dozens or hundreds of warnings are issued.
This, for code that generated zero warnings or errors when compiled
in 1999. Thus version 2.0 of May 26, 2021. The only changes are:
1. The version identification just below, and:
2. The inclusion of four previously unneeded header files in gkermit.h.
.................................
Mon Nov 15 08:31:48 2021:
From Kenji Rikitake, two patches added to gkermit.h for macOS with Xcode:
1. macOS with Xcode has no <malloc.h>
2. macOS with Xcode has the prototype of sleep() in <unistd.h>
Conditional if(n)def with __APPLE__ flag, dedicated for macOS.
It seems unistd.h is now required on many platforms; I now #include it
in all builds by default; to suppress the #include on platforms that
don't have unistd.h, do: make "KFLAGS=-DNOUNISTD" ...
diffstat:
comms/gkermit/Makefile | 12 ++++++------
comms/gkermit/distinfo | 9 ++++-----
comms/gkermit/patches/patch-aa | 12 ------------
3 files changed, 10 insertions(+), 23 deletions(-)
diffs (54 lines):
diff -r 1b9473a24de1 -r a0cfc2d66ee7 comms/gkermit/Makefile
--- a/comms/gkermit/Makefile Sat Jan 01 17:45:21 2022 +0000
+++ b/comms/gkermit/Makefile Sat Jan 01 18:53:02 2022 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.29 2021/04/21 09:03:45 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2022/01/01 18:53:02 rhialto Exp $
-DISTNAME= gku100
-PKGNAME= gkermit-1.00
-PKGREVISION= 1
+DISTNAME= gku201
+PKGNAME= gkermit-2.01
CATEGORIES= comms
-MASTER_SITES= # ftp://kermit.columbia.edu/kermit/archives/
+MASTER_SITES= https://www.kermitproject.org/ftp/kermit/archives/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.columbia.edu/kermit/gkermit.html
+HOMEPAGE= https://www.kermitproject.org/gkermit.html
COMMENT= Minimal implementation of the ``kermit'' protocol (GPL'd)
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
WRKSRC= ${WRKDIR}
BUILD_TARGET= posix
diff -r 1b9473a24de1 -r a0cfc2d66ee7 comms/gkermit/distinfo
--- a/comms/gkermit/distinfo Sat Jan 01 17:45:21 2022 +0000
+++ b/comms/gkermit/distinfo Sat Jan 01 18:53:02 2022 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:05:59 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/01/01 18:53:02 rhialto Exp $
-BLAKE2s (gku100.tar.gz) = 26608f871dad28e9b8a632f66d859717a28bcb934f9b1cffbf74364d19d1dc68
-SHA512 (gku100.tar.gz) = 7dd8476b9f92b3a5453493486313cf6f2018b698f0c2d7076a7bfaf4be3ff94024602a41495449591bd0c5ca699b324205847ce1b3498e27c418c0a0175cf64f
-Size (gku100.tar.gz) = 62195 bytes
-SHA1 (patch-aa) = 7fd1df0ac08751ae01f3ca16032a672bdba99675
+BLAKE2s (gku201.tar.gz) = 9013ac67c575d3d3cdc16051f9db95a2b89bf1fd4ab07ee065430b0ec6831f62
+SHA512 (gku201.tar.gz) = df44f55fc1444518599f0d06b1473c35d80bbc8e26c8f1d9bf57fc958b9601b270a29ebcc33b0c5e080e23461afcc6689b94694254cd8c460d1fb2c8a37711cf
+Size (gku201.tar.gz) = 62877 bytes
diff -r 1b9473a24de1 -r a0cfc2d66ee7 comms/gkermit/patches/patch-aa
--- a/comms/gkermit/patches/patch-aa Sat Jan 01 17:45:21 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/02/16 22:09:01 wiz Exp $
-
---- gkermit.c.orig 1999-12-27 03:11:19.000000000 +0100
-+++ gkermit.c
-@@ -55,6 +55,7 @@ char *build = "stty";
- #endif /* POSIX */
-
- #define _GKERMIT_C
-+#include <errno.h>
- #include <stdio.h>
- #include "gkermit.h"
-
Home |
Main Index |
Thread Index |
Old Index