Commit graph

34 commits

Author SHA1 Message Date
Joe Marcus Clarke
e6a316180c Cleanup a leftover directory. 2006-07-15 04:37:31 +00:00
Joe Marcus Clarke
5988877fda Update to 0.6.11. 2006-07-03 19:13:54 +00:00
Joe Marcus Clarke
edba20b53c Add a PKGNAMESUFFIX when libdns support is enabled so that a CONFLICTS can
be registered in mDNSResponder.
2006-06-10 20:44:29 +00:00
Joe Marcus Clarke
e4292daeb9 Make libdns (aka mDNSResponder) support optional (defaulting to off).
Note: enabling this will add a conflict to mDNSResponder which may interfere
with KDE applications.

PR:		98566
Submitted by:	Kirk Strauser <kirk@strauser.com> (with modifications)
2006-06-10 19:14:04 +00:00
Jeremy Messenger
983f13feea Fix the previous commit that will actually change the @PTHREAD_LIBS@ and
@PTHREAD_CFLAGS@ to real in avahi-client.pc and avahi-glib.pc. Bump the
PORTREVISION.

Reported by:	"Vladimir Timofeev" <vovkasm@gmail.com>
2006-05-16 17:02:41 +00:00
Joe Marcus Clarke
e86390918c Add PTHREAD_{CFLAGS,LIBS} to all avahi pkg-config files. This fixes
xmms2 builds, among others.

PR:		97295
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
2006-05-15 22:51:46 +00:00
Joe Marcus Clarke
508be12c87 Now that they re-broke pthread usage in 0.6.10, resurrect a patch to fix
it.

Reported by:	Yasuda Keisuke <kysd@po.harenet.ne.jp>
2006-05-06 23:01:08 +00:00
Joe Marcus Clarke
199d07f054 Update to 0.6.10.
Security:	This release fixes a few security vulnerabilities.
		See http://www.avahi.org/milestone/Avahi%200.6.10 for more
		details.
2006-05-06 10:09:07 +00:00
Michael Johnson
dcc281a4c6 - Disable mDNSResponder in avahi so net/mDNSResponder and avahi don't
conflict

Requested by:	kde@
2006-05-01 15:39:54 +00:00
Joe Marcus Clarke
798e9bed2a Presenting GNOME 2.14.1 for FreeBSD! Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release.  In particular, GNOME 2.14 focused
on performance, and they did not miss the mark.  There's some new eye candy,
but most of the big things are waiting until GNOME 2.16.  On the FreeBSD
side, we tried to clean up all the crashers we could.  In particular, we
really improved GNOME's 64-bit support.

The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.

The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).

Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
2006-04-30 00:47:21 +00:00
Jean-Yves Lefort
4f5f501753 Track the dbus socket path change.
Reported by:	marcus
2006-04-28 01:48:10 +00:00
Joe Marcus Clarke
475c8049b4 Fix avahi's use of sendmsg(2) so that it actually works. 2006-04-24 00:22:49 +00:00
Joe Marcus Clarke
60c2f5ef22 Correct the path to the dbus system socket. 2006-04-20 18:10:49 +00:00
Joe Marcus Clarke
dccc447c3c Update to 0.6.9. 2006-03-15 05:40:56 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Tom McLaughlin
2bf52d522f Add avahi-sharp
- Mono bindings for Avahi service discovery
2006-02-19 07:20:26 +00:00
Tom McLaughlin
3f88c858b1 Prepare port to act as a master to an avahi-sharp slave
Approved by:	marcus on IRC
2006-02-19 07:04:48 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Joe Marcus Clarke
7da8cdf04a In trying to solve a problem with inconsistencies when linking with -shared
and ${PTHREAD_LIBS}, avahi linked its binaries with -lc_r on FreeBSD.  This
caused nasty runtime failures on i386, and build failures on alpha, amd64,
and other platforms where libc_r no longer exists.

To fix this, don't go through the song and dance of trying to solve the
-shared/${PTHREAD_LIBS} problem, and just link with ${PTHREAD_LIBS} as
usual.  Of course, ports that depend on avahi's libraries will break by
doing this, so add ${PTHREAD_{LIBS,CFLAGS}} to the right pkg-config files
to make sure dependencies will pick them up.

Patch adapted from:	Yasuda Keisuke <kysd@po.harenet.ne.jp>
2006-01-29 18:47:31 +00:00
Michael Johnson
5a7bdcd5ba - Update to 0.6.5 2006-01-27 00:15:23 +00:00
Michael Johnson
e3c4e478c9 - Update to 0.6.4 2006-01-18 01:44:57 +00:00
Michael Johnson
55f736d9c8 - Update to 0.6.3
- Update WWW

PR:		ports/91724
Submitted by:	thomas@bsdunix.ch
2006-01-12 22:19:31 +00:00
Joe Marcus Clarke
c2494342ad Fix build with dbus-0.60.
Obtained from:	Avahi SVN
2005-12-31 19:04:02 +00:00
Joe Marcus Clarke
3549788aa1 Chase the dbus shared lib version. 2005-12-31 18:49:08 +00:00
Joe Marcus Clarke
a947a59137 Make sure the avahi-daemon socket is written to the correct location. 2005-12-05 03:13:06 +00:00
Joe Marcus Clarke
b4aa4dc6e9 Teach avahi the correct location of the dbus socket.
Submitted by:	sajd on #freebsd-gnome
2005-12-05 00:40:06 +00:00
Joe Marcus Clarke
bd3ccd2ee1 Update to 0.6.1. 2005-11-25 03:04:40 +00:00
Joe Marcus Clarke
0b56dcdf49 Fix capitalization of IGNORE message.
Pointed out by:	kris
2005-11-19 19:49:12 +00:00
Joe Marcus Clarke
e6e3936ed9 Mark IGNORE on FreeBSD 4.X.
Reported by:	pointyhat via kris
2005-11-19 19:43:36 +00:00
Joe Marcus Clarke
6a0fe7b9a0 Add optional GTK2 support to avahi. 2005-11-19 17:38:17 +00:00
Michael Johnson
71dfce71c0 - Switch avahi-daemon to avahi_daemon
Pointed out by:	marcus
2005-11-19 06:36:09 +00:00
Michael Johnson
d184f5dbd4 - Fix typo so the dnsconfd starts
- Make the avahi-dnsconfd rcNG require avahi-daemon
2005-11-19 06:21:54 +00:00
Joe Marcus Clarke
9630e7bef6 Add dbus to the REQUIRE line for the rcND scripts to ensure dbus is started
first.

Pointed out by:	ahze
2005-11-19 05:55:56 +00:00
Joe Marcus Clarke
d59271e6a5 Add avahi, another mDNS, Zeroconf, Bonjour, Redezvous, etc. implementation
...but with a twist.  Avahi is a D-BUS based mDNS solution from
Freedesktop.org.

Avahi provides Service discovery on a local network -- this means that you
can plug your laptop or computer into a network and instantly be able to view
other people who you can chat with, find printers to print to or find files
being shared. This kind of technology is already found in MacOS X
(branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very
convenient.

WWW: http://www.freedesktop.org/Software/Avahi

A lot of the ground work for this port was provided by ahze.
2005-11-19 04:34:52 +00:00