diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-26 17:01:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-26 17:01:25 +0000 |
commit | 6ca549c12f20928c412b428469671d58d1fb6469 (patch) | |
tree | 82ba56511f3755174b1df26be4563bb5085434ba /devel | |
parent | 7b4197d5da2c5a1a75a71eec09ffcc262e79a258 (diff) | |
download | pkgsrc-6ca549c12f20928c412b428469671d58d1fb6469.tar.gz |
Uses libevent, include b3.mk. Fix compilation of test case on DragonFly.
Bump revision.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libdnsres/Makefile | 4 | ||||
-rw-r--r-- | devel/libdnsres/distinfo | 3 | ||||
-rw-r--r-- | devel/libdnsres/patches/patch-ab | 12 |
3 files changed, 17 insertions, 2 deletions
diff --git a/devel/libdnsres/Makefile b/devel/libdnsres/Makefile index 2f68a570a08..8edec3bac49 100644 --- a/devel/libdnsres/Makefile +++ b/devel/libdnsres/Makefile @@ -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_PKGLOCALEDIR= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES +.include "../../devel/libevent/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/libdnsres/distinfo b/devel/libdnsres/distinfo index ce6adbd3111..1bb22f56fa2 100644 --- a/devel/libdnsres/distinfo +++ b/devel/libdnsres/distinfo @@ -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 --git a/devel/libdnsres/patches/patch-ab b/devel/libdnsres/patches/patch-ab new file mode 100644 index 00000000000..fd998cddca2 --- /dev/null +++ b/devel/libdnsres/patches/patch-ab @@ -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> + |