From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 00:50:05 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C12A116A420 for ; Sat, 18 Feb 2006 00:50:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FFD743D46 for ; Sat, 18 Feb 2006 00:50:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1I0o5br067710 for ; Sat, 18 Feb 2006 00:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1I0o5MF067709; Sat, 18 Feb 2006 00:50:05 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2006 00:50:05 GMT Resent-Message-Id: <200602180050.k1I0o5MF067709@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Phil Oleson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D25A416A420 for ; Sat, 18 Feb 2006 00:40:01 +0000 (GMT) (envelope-from oz@nixil.net) Received: from nixil.net (nixil.net [161.58.222.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3685743D49 for ; Sat, 18 Feb 2006 00:40:01 +0000 (GMT) (envelope-from oz@nixil.net) Received: from nixil.net (localhost [127.0.0.1]) by nixil.net (8.13.1/8.13.1) with ESMTP id k1I0e0Fd040634 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Fri, 17 Feb 2006 17:40:00 -0700 (MST) Received: (from oz@localhost) by nixil.net (8.13.1/8.13.1/Submit) id k1I0e0Xx040633; Fri, 17 Feb 2006 17:40:00 -0700 (MST) Message-Id: <200602180040.k1I0e0Xx040633@nixil.net> Date: Fri, 17 Feb 2006 17:40:00 -0700 (MST) From: Phil Oleson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/93505: [Patch] devel/libdnsres X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Phil Oleson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2006 00:50:05 -0000 >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@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: