pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libdnsres Uses libevent, include b3.mk. Fix comp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a966ef402d65
branches:  trunk
changeset: 508842:a966ef402d65
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Feb 26 17:01:25 2006 +0000

description:
Uses libevent, include b3.mk. Fix compilation of test case on DragonFly.
Bump revision.

diffstat:

 devel/libdnsres/Makefile         |   4 +++-
 devel/libdnsres/distinfo         |   3 ++-
 devel/libdnsres/patches/patch-ab |  12 ++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (47 lines):

diff -r fa640165959c -r a966ef402d65 devel/libdnsres/Makefile
--- a/devel/libdnsres/Makefile  Sun Feb 26 16:49:55 2006 +0000
+++ b/devel/libdnsres/Makefile  Sun Feb 26 17:01:25 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/02/19 17:11:06 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2006/02/26 17:01:25 joerg Exp $
 #
 
 DISTNAME=              libdnsres-0.1a
+PKGREVISION=           1
 CATEGORIES=            devel
 MASTER_SITES=          http://www.monkey.org/~provos/
 
@@ -13,4 +14,5 @@
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES
 
+.include "../../devel/libevent/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r fa640165959c -r a966ef402d65 devel/libdnsres/distinfo
--- a/devel/libdnsres/distinfo  Sun Feb 26 16:49:55 2006 +0000
+++ b/devel/libdnsres/distinfo  Sun Feb 26 17:01:25 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/02/19 17:11:06 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2006/02/26 17:01:25 joerg Exp $
 
 SHA1 (libdnsres-0.1a.tar.gz) = 570b5d8071dacf16ba7588d6c3fc6f4c3ed55976
 RMD160 (libdnsres-0.1a.tar.gz) = 05a92882d1fc0394792e9f28be4584650b46e323
 Size (libdnsres-0.1a.tar.gz) = 360583 bytes
 SHA1 (patch-aa) = e18e80c307c26e0d7c1626171f7c881092174b29
+SHA1 (patch-ab) = 29d8a2092c444899e4fdc703b35af33efa95192b
diff -r fa640165959c -r a966ef402d65 devel/libdnsres/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libdnsres/patches/patch-ab  Sun Feb 26 17:01:25 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2006/02/26 17:01:25 joerg Exp $
+
+--- test/simple_test.c.orig    2006-02-26 16:59:50.000000000 +0000
++++ test/simple_test.c
+@@ -36,6 +36,7 @@
+ #endif
+ 
+ #include <sys/socket.h>
++#include <sys/time.h>
+ #include <netinet/in.h>
+ #include <netdb.h>
+ 



Home | Main Index | Thread Index | Old Index