| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Mono bindings for Avahi service discovery
Notes:
svn path=/head/; revision=156363
|
|
|
|
|
|
|
| |
Approved by: marcus on IRC
Notes:
svn path=/head/; revision=156362
|
|
|
|
| |
Notes:
svn path=/head/; revision=154857
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=154548
|
|
|
|
| |
Notes:
svn path=/head/; revision=153773
|
|
|
|
|
|
|
|
|
|
| |
- Update WWW
PR: ports/91724
Submitted by: thomas@bsdunix.ch
Notes:
svn path=/head/; revision=153370
|
|
|
|
|
|
|
| |
Obtained from: Avahi SVN
Notes:
svn path=/head/; revision=152500
|
|
|
|
| |
Notes:
svn path=/head/; revision=152498
|
|
|
|
| |
Notes:
svn path=/head/; revision=150434
|
|
|
|
|
|
|
| |
Submitted by: sajd on #freebsd-gnome
Notes:
svn path=/head/; revision=150429
|
|
|
|
| |
Notes:
svn path=/head/; revision=149365
|
|
|
|
|
|
|
| |
Pointed out by: kris
Notes:
svn path=/head/; revision=148801
|
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=148798
|
|
|
|
| |
Notes:
svn path=/head/; revision=148791
|
|
|
|
|
|
|
| |
Pointed out by: marcus
Notes:
svn path=/head/; revision=148771
|
|
|
|
|
|
|
| |
- Make the avahi-dnsconfd rcNG require avahi-daemon
Notes:
svn path=/head/; revision=148769
|
|
|
|
|
|
|
|
|
| |
first.
Pointed out by: ahze
Notes:
svn path=/head/; revision=148767
|
|
...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
|