summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-12-20 21:42:06 +0000
committerjoerg <joerg@pkgsrc.org>2012-12-20 21:42:06 +0000
commit7d7ecbe08a3105bf555dbee0ec85767d6dc7d72c (patch)
treefeaaa3cef90f1f8de31d0e10e3a74ece11648bed
parent6d339b02311a4b5bd3e27fae7ffcb58d868a6f3e (diff)
downloadpkgsrc-7d7ecbe08a3105bf555dbee0ec85767d6dc7d72c.tar.gz
Always include termios.h, libutil.h no longer does it.
-rw-r--r--net/poptop/distinfo4
-rw-r--r--net/poptop/patches/patch-ac15
2 files changed, 12 insertions, 7 deletions
diff --git a/net/poptop/distinfo b/net/poptop/distinfo
index 288d651e02d..11fa8255bd3 100644
--- a/net/poptop/distinfo
+++ b/net/poptop/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.11 2011/05/08 17:07:25 christos Exp $
+$NetBSD: distinfo,v 1.12 2012/12/20 21:42:06 joerg Exp $
SHA1 (pptpd-1.3.4.tar.gz) = 3d1faf99055e420bafa96c96e8871a888c50b4e8
RMD160 (pptpd-1.3.4.tar.gz) = 1c6c748bf9e81d223087998ee0cca821814d19f9
Size (pptpd-1.3.4.tar.gz) = 240942 bytes
SHA1 (patch-aa) = 40e5873fc582040112e97477e3709e729245d4c9
SHA1 (patch-ab) = f9c2ff75976a59da67de9b65d2261d29daec1865
-SHA1 (patch-ac) = d9ec5b2d23ac7d35c33a114d99575b25667f9bcb
+SHA1 (patch-ac) = bb63e2e5b4a678e18e3de69ca12f7d12cd099f09
SHA1 (patch-ad) = 451e6811622114c4e99df3b9ff31238bfa6623ed
SHA1 (patch-ae) = d964e2a8138781c1434bc87081c19798ada9fc06
SHA1 (patch-af) = f087f8b16566701ab51dbb967a126c710f785213
diff --git a/net/poptop/patches/patch-ac b/net/poptop/patches/patch-ac
index 7ccedc61583..c33865ace1f 100644
--- a/net/poptop/patches/patch-ac
+++ b/net/poptop/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.5 2011/02/12 16:47:44 asau Exp $
+$NetBSD: patch-ac,v 1.6 2012/12/20 21:42:06 joerg Exp $
---- pptpctrl.c.orig 2006-12-08 03:01:40.000000000 +0300
-+++ pptpctrl.c 2011-02-12 17:02:53.000000000 +0300
-@@ -32,6 +32,11 @@
+--- pptpctrl.c.orig 2006-12-08 00:01:40.000000000 +0000
++++ pptpctrl.c
+@@ -32,10 +32,15 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#ifdef HAVE_OPENPTY
@@ -13,7 +13,12 @@ $NetBSD: patch-ac,v 1.5 2011/02/12 16:47:44 asau Exp $
+#endif
#ifdef HAVE_PTY_H
#include <pty.h>
- #include <termios.h>
+-#include <termios.h>
+ #endif
++#include <termios.h>
+ #ifdef HAVE_LIBUTIL_H
+ #include <libutil.h>
+ #endif
@@ -773,7 +778,7 @@ static void launch_pppd(char **pppaddrs,
if (pptp_logwtmp) {