pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ez-ipupdate Enable interface lookups on DragonFly ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c3ba59d0f72
branches:  trunk
changeset: 546742:2c3ba59d0f72
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sun Sep 07 12:01:16 2008 +0000

description:
Enable interface lookups on DragonFly (allow interface=xxx in the config file).
>From J. Raby <raby%lists.shelljunkies.net@localhost>.  Bump PKGREVISION.

diffstat:

 net/ez-ipupdate/Makefile         |   3 ++-
 net/ez-ipupdate/distinfo         |   4 ++--
 net/ez-ipupdate/patches/patch-aa |  15 ++++++++++++---
 3 files changed, 16 insertions(+), 6 deletions(-)

diffs (51 lines):

diff -r dc2b40345a26 -r 2c3ba59d0f72 net/ez-ipupdate/Makefile
--- a/net/ez-ipupdate/Makefile  Sun Sep 07 11:27:08 2008 +0000
+++ b/net/ez-ipupdate/Makefile  Sun Sep 07 12:01:16 2008 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2008/01/04 12:18:27 ghen Exp $
+# $NetBSD: Makefile,v 1.5 2008/09/07 12:01:16 ghen Exp $
 
 DISTNAME=              ez-ipupdate-3.0.11b7
+PKGREVISION=           1
 CATEGORIES=            net
 MASTER_SITES=          http://www.ez-ipupdate.com/dist/
 
diff -r dc2b40345a26 -r 2c3ba59d0f72 net/ez-ipupdate/distinfo
--- a/net/ez-ipupdate/distinfo  Sun Sep 07 11:27:08 2008 +0000
+++ b/net/ez-ipupdate/distinfo  Sun Sep 07 12:01:16 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/12/28 15:50:35 ghen Exp $
+$NetBSD: distinfo,v 1.2 2008/09/07 12:01:16 ghen Exp $
 
 SHA1 (ez-ipupdate-3.0.11b7.tar.gz) = a2754a5e1ff4b252ee7e3878f5c89d4a9bf7a084
 RMD160 (ez-ipupdate-3.0.11b7.tar.gz) = fdb0c0cec776690cd57b12d18d3733a1b61ad72a
 Size (ez-ipupdate-3.0.11b7.tar.gz) = 82481 bytes
-SHA1 (patch-aa) = df2eeb9d987910826fe09943c632be5451f1eb20
+SHA1 (patch-aa) = 4eba2e43f9dcd2da1f927a5cc09048d7025ad8a4
 SHA1 (patch-ab) = e98e7d4af30866f86382da03fd5e70e5f0f16362
 SHA1 (patch-ac) = 41ff359e7c5dd8fcee4ee13c998acd7f962b5239
 SHA1 (patch-ad) = e58f8582f45bc179f52e6811b3153fcba90fad22
diff -r dc2b40345a26 -r 2c3ba59d0f72 net/ez-ipupdate/patches/patch-aa
--- a/net/ez-ipupdate/patches/patch-aa  Sun Sep 07 11:27:08 2008 +0000
+++ b/net/ez-ipupdate/patches/patch-aa  Sun Sep 07 12:01:16 2008 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/12/28 15:50:35 ghen Exp $
+$NetBSD: patch-aa,v 1.2 2008/09/07 12:01:16 ghen Exp $
 
---- ez-ipupdate.c.orig
+--- ez-ipupdate.c.orig 2002-03-12 00:31:47.000000000 +0100
 +++ ez-ipupdate.c
-@@ -798,7 +798,7 @@
+@@ -165,7 +165,7 @@
+ #endif
+ 
+ 
+-#if __linux__ || __SVR4 || __OpenBSD__ || __FreeBSD__ || __NetBSD__
++#if __linux__ || __SVR4 || __OpenBSD__ || __FreeBSD__ || __NetBSD__ || __DragonFly__
+ #  define IF_LOOKUP 1
+ #  include <sys/ioctl.h>
+ #  include <net/if.h>
+@@ -798,7 +798,7 @@ void show_message(char *fmt, ...)
      sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt);
  #endif
  



Home | Main Index | Thread Index | Old Index