pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/amtterm
Module Name: pkgsrc
Committed By: joerg
Date: Sat Feb 18 13:58:33 UTC 2017
Modified Files:
pkgsrc/sysutils/amtterm: distinfo
Added Files:
pkgsrc/sysutils/amtterm/patches: patch-amtterm.c
Log Message:
Add missing include.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/amtterm/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/amtterm/patches/patch-amtterm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/amtterm/distinfo
diff -u pkgsrc/sysutils/amtterm/distinfo:1.6 pkgsrc/sysutils/amtterm/distinfo:1.7
--- pkgsrc/sysutils/amtterm/distinfo:1.6 Fri Feb 12 14:11:24 2016
+++ pkgsrc/sysutils/amtterm/distinfo Sat Feb 18 13:58:33 2017
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2016/02/12 14:11:24 mef Exp $
+$NetBSD: distinfo,v 1.7 2017/02/18 13:58:33 joerg Exp $
SHA1 (amtterm-1.4.tar.gz) = 4a5ee5bf6fda4785708e4822954d1157d3e51d54
RMD160 (amtterm-1.4.tar.gz) = fac39807990870f88884e541f4b062db8b8d1236
SHA512 (amtterm-1.4.tar.gz) = 64bad394a2526291daa72fd211952caff20c0aa1f1c580dcbae3c92882c9fd57238c140e14749a9d58580e49890abd447e7ca466b39221301e4108c19298502f
Size (amtterm-1.4.tar.gz) = 38445 bytes
+SHA1 (patch-amtterm.c) = 1b916bdb32171cdcf7eb5f0ef2b719dc80ac22e2
SHA1 (patch-mk_Variables.mk) = cb2d2fae3c0e650386308bd9290fa62c64a137f7
Added files:
Index: pkgsrc/sysutils/amtterm/patches/patch-amtterm.c
diff -u /dev/null pkgsrc/sysutils/amtterm/patches/patch-amtterm.c:1.1
--- /dev/null Sat Feb 18 13:58:33 2017
+++ pkgsrc/sysutils/amtterm/patches/patch-amtterm.c Sat Feb 18 13:58:33 2017
@@ -0,0 +1,12 @@
+$NetBSD: patch-amtterm.c,v 1.1 2017/02/18 13:58:33 joerg Exp $
+
+--- amtterm.c.orig 2017-02-18 02:24:13.146730774 +0000
++++ amtterm.c
+@@ -27,6 +27,7 @@
+ #include <termios.h>
+ #include <signal.h>
+ #include <sys/ioctl.h>
++#include <sys/time.h>
+
+ #include "redir.h"
+
Home |
Main Index |
Thread Index |
Old Index