pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/aiccu Add a patch from Christian Sturm for NetBSD ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbc096a38252
branches:  trunk
changeset: 514531:dbc096a38252
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Tue Jun 13 18:06:21 2006 +0000

description:
Add a patch from Christian Sturm for NetBSD ifconfig(8) command-line
compatibility.  Bump PKGREVISION.

diffstat:

 net/aiccu/Makefile         |   4 ++--
 net/aiccu/distinfo         |   3 ++-
 net/aiccu/patches/patch-ad |  23 +++++++++++++++++++++++
 3 files changed, 27 insertions(+), 3 deletions(-)

diffs (55 lines):

diff -r 16a53e73d214 -r dbc096a38252 net/aiccu/Makefile
--- a/net/aiccu/Makefile        Tue Jun 13 18:05:28 2006 +0000
+++ b/net/aiccu/Makefile        Tue Jun 13 18:06:21 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2006/06/13 18:04:04 ghen Exp $
+# $NetBSD: Makefile,v 1.5 2006/06/13 18:06:21 ghen Exp $
 
 DISTNAME=              aiccu_2005.01.31
 PKGNAME=               ${DISTNAME:S/_/-/:S/.//g}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            net
 MASTER_SITES=          http://www.sixxs.net/archive/sixxs/aiccu/unix/
 
diff -r 16a53e73d214 -r dbc096a38252 net/aiccu/distinfo
--- a/net/aiccu/distinfo        Tue Jun 13 18:05:28 2006 +0000
+++ b/net/aiccu/distinfo        Tue Jun 13 18:06:21 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/12/29 14:53:52 ghen Exp $
+$NetBSD: distinfo,v 1.2 2006/06/13 18:06:21 ghen Exp $
 
 SHA1 (aiccu_2005.01.31.tar.gz) = 2d3e9e1844e7e2b2ae144b00974a9d1022b45396
 RMD160 (aiccu_2005.01.31.tar.gz) = 48f9508bb62984acc8cde8419765c5003a7200f4
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 0fcff412c044961724d227bdfdd91f81b1b0c059
 SHA1 (patch-ab) = f1c48fd4698ee203ac3c2d7685b0b853abb4e54b
 SHA1 (patch-ac) = 8c35c669e05e9100489126ad8d0ebd164d5ad09a
+SHA1 (patch-ad) = 13d93a8ac8bb29566465525fcaee7eb21858c429
diff -r 16a53e73d214 -r dbc096a38252 net/aiccu/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/aiccu/patches/patch-ad        Tue Jun 13 18:06:21 2006 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-ad,v 1.1 2006/06/13 18:06:21 ghen Exp $
+
+--- common/aiccu_kame.c.orig   2006-06-13 19:59:18.000000000 +0200
++++ common/aiccu_kame.c
+@@ -43,10 +43,18 @@ void aiccu_os_setup(struct TIC_Tunnel *h
+                       hTunnel->sIPv6_LinkLocal);
+       }
+ 
++#ifdef __NetBSD__
++        aiccu_exec(
++                "ifconfig %s inet6 %s %s prefixlen 128 alias",
++                g_aiccu->ipv6_interface,
++                hTunnel->sIPv6_Local,
++                hTunnel->sIPv6_POP);
++#else
+       aiccu_exec(
+               "ifconfig %s inet6 %s prefixlen 128 alias",
+               g_aiccu->ipv6_interface,
+               hTunnel->sIPv6_Local);
++#endif
+ 
+       aiccu_exec(
+               "route add -inet6 %s -prefixlen 128 %s",



Home | Main Index | Thread Index | Old Index