1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

48 Commits

Author SHA1 Message Date
Joe Marcus Clarke
dc848f394d Update to 0.6.16. 2007-01-02 06:30:23 +00:00
Joe Marcus Clarke
6cd4c0f2e4 Update to 0.6.15, and fix the build with D-BUS 1.0. 2006-11-11 02:56:18 +00:00
Tom McLaughlin
ce2e827484 Change the name of the dbus system socket to system_bus_socket per the dbus
spec.

"The address of the system message bus is given in the
DBUS_SYSTEM_BUS_ADDRESS environment variable. If that variable is not set,
applications should try to connect to the well-known address
unix:path=/var/run/dbus/system_bus_socket."

Approved by:	marcus
2006-11-08 05:25:43 +00:00
Joe Marcus Clarke
67ac6e598d Correct a typo in the avahi-dnsconfd.sh init script.
Reported by:	auge_ on #freesdb-gnome
2006-11-06 00:02:11 +00:00
Joe Marcus Clarke
338c4cd873 Correct naming typo for initscript patches.
PR:		105188
2006-11-05 22:27:19 +00:00
Joe Marcus Clarke
62806e0ae0 Add GNOME_SUBR support to avahi so it can be enabled with gnome_enable="YES". 2006-11-05 17:45:49 +00:00
Joe Marcus Clarke
f1bb12de8e Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD.  This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.

But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:

Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>

Enjoy!

Approved by:	portmgr (implicit, kris)
2006-10-14 08:35:50 +00:00
Jeremy Messenger
d4a229e9bc Correct the group by change from netdev to network, bump the PORTREVISION. 2006-09-05 20:34:05 +00:00
Joe Marcus Clarke
e27d1dbd16 Add a missing manpage to the MAN1 list.
Reported by:	pointyhat via kris
2006-09-04 18:39:09 +00:00
Joe Marcus Clarke
5c6093ea73 Bring back a patch to fix pthread linking in avahi.
Reported by:	Pascal G. Hofstee <caelian@gmail.com>
2006-09-03 16:36:44 +00:00
Michael Johnson
9af2da55a9 - Update to 0.6.13 2006-09-02 21:22:59 +00:00
Tom McLaughlin
ab6f15f382 Bump PORTREVISION after recent revision 1.11 to pkg-plist so package will
rebuild and kill the errors net/avahi-sharp keeps getting on pointyhat.

Notified by:	kris
Pointyhat:	me
2006-08-16 20:07:36 +00:00
Tom McLaughlin
dd0adbfc6b Have package create empty %%DOCSDIR%%
Approved by:	ahze
2006-08-08 02:38:09 +00:00
Joe Marcus Clarke
4dc92334e4 Update to 0.6.12. 2006-07-27 04:24:03 +00:00
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