pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/kermit fix missing <time.h> inclusion that produ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65c22ff7c640
branches:  trunk
changeset: 603947:65c22ff7c640
user:      christos <christos%pkgsrc.org@localhost>
date:      Thu May 17 20:29:13 2012 +0000

description:
fix missing <time.h> inclusion that produces:
ckcmai.o: In function `main':
ckcmai.c:(.text+0x1b76): warning: warning: reference to compatibility time();
include <time.h> for correct reference

diffstat:

 comms/kermit/Makefile         |   4 ++--
 comms/kermit/distinfo         |   3 ++-
 comms/kermit/patches/patch-ad |  12 ++++++++++++
 3 files changed, 16 insertions(+), 3 deletions(-)

diffs (47 lines):

diff -r ac0a6e8ac85a -r 65c22ff7c640 comms/kermit/Makefile
--- a/comms/kermit/Makefile     Thu May 17 19:01:43 2012 +0000
+++ b/comms/kermit/Makefile     Thu May 17 20:29:13 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.79 2011/12/06 01:19:15 sbd Exp $
+# $NetBSD: Makefile,v 1.80 2012/05/17 20:29:13 christos Exp $
 
 DISTNAME=      cku302
 PKGNAME=       kermit-9.0.302
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    comms
 MASTER_SITES=  ftp://kermit.columbia.edu/kermit/archives/
 
diff -r ac0a6e8ac85a -r 65c22ff7c640 comms/kermit/distinfo
--- a/comms/kermit/distinfo     Thu May 17 19:01:43 2012 +0000
+++ b/comms/kermit/distinfo     Thu May 17 20:29:13 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2011/12/06 01:19:15 sbd Exp $
+$NetBSD: distinfo,v 1.21 2012/05/17 20:29:13 christos Exp $
 
 SHA1 (kermit-9.0.302/cku302.tar.gz) = d04c8b5600bc0bb0f163d294881f7a5a0d4395b5
 RMD160 (kermit-9.0.302/cku302.tar.gz) = ef3a71b5a42868c80408ac09662d00b71da0b0c8
@@ -6,6 +6,7 @@
 SHA1 (patch-aa) = fd3a613ce3cd3755a2e3b8baf33df33593713024
 SHA1 (patch-ab) = d27c998f44a1d2b53cb2e893d9ef9e8c14292d3f
 SHA1 (patch-ac) = 62cc9e92f2413a42312d9f6d168ee85664b6aab9
+SHA1 (patch-ad) = 414f61c19185e4a82a8326121c2d9dacfba48077
 SHA1 (patch-ae) = 53384e9cbfe13559d69ab95215a4575f726dc325
 SHA1 (patch-af) = 2a09f9f933d3c1e6860983d8138ac61f33306ef7
 SHA1 (patch-ag) = cae37680ea5af85f4d2c774fe230f73a1f0be48c
diff -r ac0a6e8ac85a -r 65c22ff7c640 comms/kermit/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/kermit/patches/patch-ad     Thu May 17 20:29:13 2012 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.10 2012/05/17 20:29:13 christos Exp $
+
+--- ckcmai.c.orig      2012-05-17 16:22:58.000000000 -0400
++++ ckcmai.c   2012-05-17 16:23:53.000000000 -0400
+@@ -540,6 +540,7 @@
+ 
+ #include "ckcker.h"                     /* Kermit symbols */
+ #include "ckcnet.h"                     /* Network symbols */
++#include "ckupty.h"                   /* time.h */
+ 
+ #ifdef CK_SSL
+ #include "ck_ssl.h"



Home | Main Index | Thread Index | Old Index