ports/93505: [Patch] devel/libdnsres

Phil Oleson oz at nixil.net
Sat Feb 18 00:50:05 UTC 2006


>Number:         93505
>Category:       ports
>Synopsis:       [Patch] devel/libdnsres
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 18 00:50:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Phil Oleson
>Release:        FreeBSD 4.7-RELEASE-p28 i386
>Organization:
N/A
>Environment:
System: FreeBSD nixil.net 4.7-RELEASE-p28 FreeBSD 4.7-RELEASE-p28 #43: Wed Jul 20 09:35:30 MDT 2005 root at nixil:/usr/src/sys/compile/nixil i386

>Description:
	patch to fix usage with c++
>How-To-Repeat:
	N/A
>Fix:

	Patch included.

--- patch-libdnsres begins here ---
diff -ruN libdnsres.orig/files/patch-dnsres.h libdnsres/files/patch-dnsres.h
--- libdnsres.orig/files/patch-dnsres.h	Wed Dec 31 17:00:00 1969
+++ libdnsres/files/patch-dnsres.h	Fri Feb 17 17:35:10 2006
@@ -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_ */
--- patch-libdnsres ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list