Subject: Please update package net/howl
To: None <tech-pkg@netbsd.org>
From: Ian Zagorskih <ianzag@megasignal.com>
List: tech-pkg
Date: 12/28/2004 21:19:41
Howl package now is v0.9.8:

---cut---
Version 0.9.8
 - FIX: shared library naming scheme included the howl version number 
(jdub@perkypants.org)
 - FIX: pkgconfig include pathing included the howl version number 
(eloli@hotmail.com)
 - FIX: howl_config.h was being included when compiling apps that use howl 
(sebastien.estienne@gmail.com)
 - FIX: publish sample had reversed callback parameters 
(sebastien.estienne@gmail.com)
 - nicer printing of text records in browse example 
(sebastien.estienne@gmail.com)
---cut---

With patch below i can build/run v 0.9.8 on NetBSD i386/current just fine. 
Would be great if anybody revise my patch and if all is fine commit it. 
Thanks.

---cut---
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/howl/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 18 Dec 2004 20:58:30 -0000 1.5
+++ Makefile 28 Dec 2004 15:12:09 -0000
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.5 2004/12/18 20:58:30 jlam Exp $
 
-DISTNAME=  howl-0.9.7
-# PKGREVISION=  1
+DISTNAME=  howl-0.9.8
 CATEGORIES=  net
 MASTER_SITES=  http://www.porchdogsoft.com/download/
 
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/net/howl/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- PLIST 20 Nov 2004 14:43:32 -0000 1.3
+++ PLIST 28 Dec 2004 15:12:09 -0000
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2004/11/20 14:43:32 mjl Exp $
+@comment $NetBSD$
 bin/mDNSBrowse
 bin/mDNSPublish
+bin/mDNSQuery
+bin/mDNSResolve
 bin/mDNSResponder
 include/howl/corby/buffer.h
 include/howl/corby/channel.h
@@ -23,6 +25,7 @@
 include/howl/salt/socket.h
 include/howl/salt/time.h
 lib/libhowl.la
+lib/libmDNSResponder.la
 lib/pkgconfig/howl.pc
 man/man8/mDNSResponder.8
 share/howl/help/address-summary.html
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/net/howl/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo 20 Nov 2004 14:43:32 -0000 1.3
+++ distinfo 28 Dec 2004 15:12:09 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.3 2004/11/20 14:43:32 mjl Exp $
 
-SHA1 (howl-0.9.7.tar.gz) = 890d4e69282cfe10796f477003e93c113da46fb8
-Size (howl-0.9.7.tar.gz) = 539899 bytes
+SHA1 (howl-0.9.8.tar.gz) = dd343b8d87de28f5627aa26b24234da557a9f064
+Size (howl-0.9.8.tar.gz) = 540208 bytes
 SHA1 (patch-aa) = d3921cd6d4634e49660c53ea1f1c3927ae900c58
cvs diff: Diffing patches
---cut---

// wbr