aboutsummaryrefslogtreecommitdiff
path: root/net/avahi
Commit message (Collapse)AuthorAgeFilesLines
...
* Add avahi-sharpTom McLaughlin2006-02-191-0/+16
| | | | | | | - Mono bindings for Avahi service discovery Notes: svn path=/head/; revision=156363
* Prepare port to act as a master to an avahi-sharp slaveTom McLaughlin2006-02-191-7/+12
| | | | | | | Approved by: marcus on IRC Notes: svn path=/head/; revision=156362
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-2/+2
| | | | Notes: svn path=/head/; revision=154857
* In trying to solve a problem with inconsistencies when linking with -sharedJoe Marcus Clarke2006-01-296-1/+56
| | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=154734
* - Update to 0.6.5Michael Johnson2006-01-273-4/+5
| | | | Notes: svn path=/head/; revision=154548
* - Update to 0.6.4Michael Johnson2006-01-182-4/+4
| | | | Notes: svn path=/head/; revision=153773
* - Update to 0.6.3Michael Johnson2006-01-124-22/+6
| | | | | | | | | | - Update WWW PR: ports/91724 Submitted by: thomas@bsdunix.ch Notes: svn path=/head/; revision=153370
* Fix build with dbus-0.60.Joe Marcus Clarke2005-12-311-0/+15
| | | | | | | Obtained from: Avahi SVN Notes: svn path=/head/; revision=152500
* Chase the dbus shared lib version.Joe Marcus Clarke2005-12-311-2/+2
| | | | Notes: svn path=/head/; revision=152498
* Make sure the avahi-daemon socket is written to the correct location.Joe Marcus Clarke2005-12-051-2/+3
| | | | Notes: svn path=/head/; revision=150434
* Teach avahi the correct location of the dbus socket.Joe Marcus Clarke2005-12-051-0/+2
| | | | | | | Submitted by: sajd on #freebsd-gnome Notes: svn path=/head/; revision=150429
* Update to 0.6.1.Joe Marcus Clarke2005-11-255-91/+4
| | | | Notes: svn path=/head/; revision=149365
* Fix capitalization of IGNORE message.Joe Marcus Clarke2005-11-191-1/+1
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=148801
* Mark IGNORE on FreeBSD 4.X.Joe Marcus Clarke2005-11-191-0/+4
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=148798
* Add optional GTK2 support to avahi.Joe Marcus Clarke2005-11-192-2/+16
| | | | Notes: svn path=/head/; revision=148791
* - Switch avahi-daemon to avahi_daemonMichael Johnson2005-11-191-1/+1
| | | | | | | Pointed out by: marcus Notes: svn path=/head/; revision=148771
* - Fix typo so the dnsconfd startsMichael Johnson2005-11-192-3/+3
| | | | | | | - Make the avahi-dnsconfd rcNG require avahi-daemon Notes: svn path=/head/; revision=148769
* Add dbus to the REQUIRE line for the rcND scripts to ensure dbus is startedJoe Marcus Clarke2005-11-193-2/+3
| | | | | | | | | first. Pointed out by: ahze Notes: svn path=/head/; revision=148767
* Add avahi, another mDNS, Zeroconf, Bonjour, Redezvous, etc. implementationJoe Marcus Clarke2005-11-197-0/+256
...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. Notes: svn path=/head/; revision=148763