From 3c48b72920227ab09616fcc745bd9591e2559431 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Sat, 18 Feb 2006 02:59:18 +0000 Subject: - Patch to fix usage with C++ - Bump PORTREVISION PR: 93505 Submitted by: maintainer --- devel/libdnsres/Makefile | 1 + devel/libdnsres/files/patch-dnsres.h | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 devel/libdnsres/files/patch-dnsres.h (limited to 'devel/libdnsres') diff --git a/devel/libdnsres/Makefile b/devel/libdnsres/Makefile index a3640974def5..9ee7cc5da876 100644 --- a/devel/libdnsres/Makefile +++ b/devel/libdnsres/Makefile @@ -7,6 +7,7 @@ PORTNAME= libdnsres PORTVERSION= 0.1a +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://monkey.org/~provos/ diff --git a/devel/libdnsres/files/patch-dnsres.h b/devel/libdnsres/files/patch-dnsres.h new file mode 100644 index 000000000000..f3803fcee396 --- /dev/null +++ b/devel/libdnsres/files/patch-dnsres.h @@ -0,0 +1,20 @@ +--- dnsres.h.orig Fri Feb 17 16:51:37 2006 ++++ dnsres.h Fri Feb 17 16:52:14 2006 +@@ -431,6 +431,8 @@ + int dnsres_net_addrcmp(struct sockaddr *, struct sockaddr *); + int dnsres_getrrsetbyname(const char *, unsigned int, unsigned int, unsigned int, struct dnsres_rrsetinfo **); + void dnsres_freerrset(struct dnsres_rrsetinfo *); ++int dnsres_init(struct dnsres *); ++void dnsres_cancel_lookup(void *); + __END_DECLS + + /* +@@ -502,8 +504,5 @@ + struct dnsres_hostent_state hostent_state; + struct dnsres_servent_state servent_state; + }; +- +-int dnsres_init(struct dnsres *_resp); +-void dnsres_cancel_lookup(void *handle); + + #endif /* _DNSRES_H_ */ -- cgit v1.2.3