Commit graph

8 commits

Author SHA1 Message Date
schmonz
8ab68520f7 Update to 0.9.8, mostly from Ian Zagorskih on tech-pkg@. Changes:
- 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)

Additional pkgsrc changes by me:

* Create a "howl" user and group.
* Add rc.d script.
* Format DESCR.
2005-01-08 06:24:41 +00:00
jlam
c06a6dd151 Auto-add the PTHREAD_* variables to CFLAGS, LDFLAGS, and LIBS so that
these packages will pick up -lpthread on NetBSD 1.6.x when linking
applications.
2004-12-18 20:58:30 +00:00
mjl
b7adfd544b Update howl to 0.9.7
- FIX: network interface index was not being initialized correctly on non-Linux platforms
- FIX: sw_mdns_stub_init() was not initializing m_pending_ops
- FIX: autoipd was not handling return code from fcntl correctly
- FIX: portability patches from GNOME team
- integration of patches necessary to build and run on Solaris
- Separate Apple code into separate mDNSResponder library.
- Add sw_discovery_query_record() to discovery API to query individual resource records
- Support for discovery operations on specific network interfaces
- Support for 64 bit Linux
- FIX: client side memory leak when cancelling discovery operations
- FIX: FreeBSD mDNSResponder didn't work with -a switch
- FIX: mDNSResponder would occasionally crash  when waking from sleep on Windows
- FIX: mDNSResponder code for parsing config files had buffer overflow
2004-11-20 14:43:32 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
schmonz
f921e1b5d2 Include pthread.buildlink3.mk. Should fix the problem seen in
Krister's 1.6.2 bulk build.
2004-08-16 23:21:56 +00:00
lha
a1aaa47795 NetBSD needs SO_REUSEPORT, should use "int" not "long" otherwise it
wont work on big-endian LP64 machines.
2004-06-10 10:20:28 +00:00
nathanw
430ea6efc6 Initial import of Howl 0.9.5.
Howl is a cross-platform implementation of the Zeroconf networking standard.
Branded as Rendezvous tm by Apple Computer, Inc., Zeroconf standardizes
networking protocols for delivering hassle-free ad-hoc networking, service
discovery, and IP configuration.

Howl version 0.6 contains both runtime components, which deliver the
Zeroconf/Rendezvous functionality, and an SDK for embedding Zeroconf/Rendezvous
functionality in your applications.
2004-06-05 19:03:12 +00:00