Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
17 Dec 2020 10:53:36
0.8

|
rene  |
Oops, commit from the correct directory and update the rest of Avahi too. |
15 Nov 2020 17:20:33
0.7_1

|
rene  |
net/avahi: remove optional expired dependency on net/py-avahi |
16 Mar 2019 21:28:17
0.7_1

|
tcberner  |
net/avahi: remove QT4 option (Qt4 deprecation)
Approved by: portmgr (implicit) |
22 Dec 2018 21:22:56
0.7

|
kwm  |
Add avahi-qt5 which links against Qt5.
Patches where obtained from avahi upstream.
Reported by: adridg@ (qt4 removal)
Obtained from: avahi upstream |
13 Aug 2018 01:49:59
0.7

|
zi  |
- Update to 0.7
PR: 220022, 217179, 223889, 228138
Approved by: maintainer timeout (3 months) |
01 Apr 2016 14:16:20
0.6.31_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
14 Jul 2015 13:30:19
0.6.31_1

|
kwm  |
Convert to USES=metaport and OptionsNG.
PR: 201505
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> |
04 Jan 2015 22:08:55
0.6.31_1

|
kwm  |
Don't pull in avahi-libdns. It conflicts with mDNSResponder which is now
a default dependancy of cups (used by gtk).
While here, trim one avahi-app line from the first RUN_DEPENDS, one is enough.
Submitted by: antione |
14 Dec 2013 16:25:21
0.6.31

|
kwm  |
Update to new lib_depends syntax, stageify,
Unbreak py-avahi and allow avahi-gtk3 to build with gtk+ 3.10. |
20 Sep 2013 22:10:25
0.6.31

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
14 Jul 2013 21:17:21
0.6.31

|
kwm  |
Update to 0.6.31.
Trim headers, update to new USES, remove obsolete Qt3 bindings.
Add new gtk3 avahi library. Misc cleanups.
Obtained from: GNOME devel repo |
19 Mar 2013 10:40:22
0.6.29_1

|
kwm  |
Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfix
instead of gnomehack and pet portlint.
Add conflicts with future gnome3 versions.
Reviewed by: miwi, bapt |
14 Mar 2011 16:05:37
0.6.29
|
kwm  |
Update to 0.6.29.
This also fixes a denial of services vulnability.
Security: 8b986a05-4dbe-11e0-8b9a-02e0184b8d35 |
20 Nov 2010 15:37:08
0.6.28 
|
kwm  |
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/
This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.
This release features commits by avl, marcus, mezz and myself.
The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:
Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX (Only the first 15 lines of the commit message are shown above ) |
25 Jul 2010 00:15:01
0.6.27 
|
marcus  |
Update to 0.6.27. |
16 Dec 2008 04:02:03
0.6.24 
|
marcus  |
Update to 0.6.24. |
03 Jul 2008 21:53:55
0.6.23 
|
mezz  |
-Update to 0.6.23.
-Remove 5.x support.
-Get rc scripts to use current style for rename by remove '.sh' suffix. [1]
PR: ports/122443 [1]
Submitted by: rafan [1] |
06 Jun 2008 13:50:32
0.6.22_1 
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
20 Dec 2007 18:23:33
0.6.22 
|
ahze  |
Update to 0.6.22 |
26 Oct 2007 20:02:49
0.6.21_1 
|
ahze  |
- Readd option for QT4 |
25 Oct 2007 19:27:22
0.6.21_1 
|
mezz  |
Disable qt4 support for now since we don't have any net/avahi-qt4. |
24 Oct 2007 23:37:25
0.6.21_1 
|
marcus  |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
26 Aug 2007 04:56:04
0.6.21 
|
marcus  |
Update to 0.6.21, and add a patch from avahi SVN to fix a segfault when
no domains are configured in /etc/resolv.conf. |
23 Jul 2007 09:36:52
0.6.20 
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
08 Jul 2007 00:18:50
0.6.20 
|
marcus  |
Correct a typo that would not be encountered in a default build. |
23 Jun 2007 17:55:55
0.6.20 
|
marcus  |
Update to 0.6.20. |
09 Jun 2007 18:17:15
0.6.19 
|
marcus  |
Update to 0.6.19. |
31 May 2007 21:12:49
0.6.18_1 
|
mezz  |
Add ${PTHREAD_[CFLAGS|LIBS]} in avahi-qt3.pc to fix other ports' functions.
Bump the PORTREVISION on net/avahi-qt3.
PR: ports/112917
Submitted by: Dima Panov <fluffy@ael.ru> |
19 May 2007 20:32:57
0.6.18_1 
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
03 May 2007 02:26:27
0.6.18 
|
marcus  |
Use MLINKS instead of MAN1 to install man page symlinks.
Submitted by: brian |
21 Apr 2007 00:42:31
0.6.18 
|
marcus  |
Update to 0.6.18, and add kqueue support for automatically processing service
changes. |
15 Apr 2007 21:59:30
0.6.17 
|
marcus  |
Add build patches in preparation for avahi-qt3 support. |
10 Feb 2007 23:36:11
0.6.17 
|
marcus  |
Update to 0.6.17. |
10 Feb 2007 23:34:58
0.6.17 
|
marcus  |
Update to 0.6.17. |
02 Jan 2007 06:30:23
0.6.16 
|
marcus  |
Update to 0.6.16. |
11 Nov 2006 02:56:18
0.6.15 
|
marcus  |
Update to 0.6.15, and fix the build with D-BUS 1.0. |
08 Nov 2006 05:25:43
0.6.14_3 
|
tmclaugh  |
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 |
06 Nov 2006 00:02:12
0.6.14_2 
|
marcus  |
Correct a typo in the avahi-dnsconfd.sh init script.
Reported by: auge_ on #freesdb-gnome |
05 Nov 2006 22:27:19
0.6.14_1 
|
marcus  |
Correct naming typo for initscript patches.
PR: 105188 |
05 Nov 2006 17:45:49
0.6.14_1 
|
marcus  |
Add GNOME_SUBR support to avahi so it can be enabled with gnome_enable="YES". |
14 Oct 2006 08:35:50
0.6.14 
|
marcus  |
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, (Only the first 15 lines of the commit message are shown above ) |
05 Sep 2006 20:34:05
0.6.13_3 
|
mezz  |
Correct the group by change from netdev to network, bump the PORTREVISION. |
04 Sep 2006 18:39:09
0.6.13_2 
|
marcus  |
Add a missing manpage to the MAN1 list.
Reported by: pointyhat via kris |
03 Sep 2006 16:36:44
0.6.13_1 
|
marcus  |
Bring back a patch to fix pthread linking in avahi.
Reported by: Pascal G. Hofstee <caelian@gmail.com> |
02 Sep 2006 21:22:59
0.6.13 
|
ahze  |
- Update to 0.6.13 |
16 Aug 2006 20:07:36
0.6.12_1 
|
tmclaugh  |
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 |
08 Aug 2006 02:38:09
0.6.12 
|
tmclaugh  |
Have package create empty %%DOCSDIR%%
Approved by: ahze |
27 Jul 2006 04:24:03
0.6.12 
|
marcus  |
Update to 0.6.12. |
15 Jul 2006 04:37:31
0.6.11_1 
|
marcus  |
Cleanup a leftover directory. |
03 Jul 2006 19:13:54
0.6.11 
|
marcus  |
Update to 0.6.11. |
10 Jun 2006 20:44:29
0.6.10_3 
|
marcus  |
Add a PKGNAMESUFFIX when libdns support is enabled so that a CONFLICTS can
be registered in mDNSResponder. |
10 Jun 2006 19:14:04
0.6.10_3 
|
marcus  |
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) |
16 May 2006 17:02:41
0.6.10_3 
|
mezz  |
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> |
15 May 2006 22:51:46
0.6.10_2 
|
marcus  |
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> |
06 May 2006 23:01:08
0.6.10_1 
|
marcus  |
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> |
06 May 2006 10:09:08
0.6.10 
|
marcus  |
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. |
01 May 2006 15:39:54
0.6.9_5 
|
ahze  |
- Disable mDNSResponder in avahi so net/mDNSResponder and avahi don't
conflict
Requested by: kde@ |
30 Apr 2006 00:47:21
0.6.9_4 
|
marcus  |
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). (Only the first 15 lines of the commit message are shown above ) |
28 Apr 2006 01:48:10
0.6.9_3 
|
jylefort  |
Track the dbus socket path change.
Reported by: marcus |
24 Apr 2006 00:22:49
0.6.9_2 
|
marcus  |
Fix avahi's use of sendmsg(2) so that it actually works. |
20 Apr 2006 18:10:49
0.6.9_1 
|
marcus  |
Correct the path to the dbus system socket. |
15 Mar 2006 05:40:56
0.6.9 
|
marcus  |
Update to 0.6.9. |
23 Feb 2006 10:40:45
0.6.5_3 
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
19 Feb 2006 07:20:26
0.6.5_2 
|
tmclaugh  |
Add avahi-sharp
- Mono bindings for Avahi service discovery |
19 Feb 2006 07:04:48
0.6.5_2 
|
tmclaugh  |
Prepare port to act as a master to an avahi-sharp slave
Approved by: marcus on IRC |
30 Jan 2006 23:20:05
0.6.5_2 
|
kuriyama  |
Chase shlib bump of libexpat. |
29 Jan 2006 18:47:32
0.6.5_1 
|
marcus  |
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> |
27 Jan 2006 00:15:23
0.6.5 
|
ahze  |
- Update to 0.6.5 |
18 Jan 2006 01:44:57
0.6.4 
|
ahze  |
- Update to 0.6.4 |
12 Jan 2006 22:19:31
0.6.3 
|
ahze  |
- Update to 0.6.3
- Update WWW
PR: ports/91724
Submitted by: thomas@bsdunix.ch |
31 Dec 2005 19:04:02
0.6.1_3 
|
marcus  |
Fix build with dbus-0.60.
Obtained from: Avahi SVN |
31 Dec 2005 18:49:08
0.6.1_3 
|
marcus  |
Chase the dbus shared lib version. |
05 Dec 2005 03:13:06
0.6.1_2 
|
marcus  |
Make sure the avahi-daemon socket is written to the correct location. |
05 Dec 2005 00:40:06
0.6.1_1 
|
marcus  |
Teach avahi the correct location of the dbus socket.
Submitted by: sajd on #freebsd-gnome |
25 Nov 2005 03:04:40
0.6.1 
|
marcus  |
Update to 0.6.1. |
19 Nov 2005 19:49:12
0.6_2 
|
marcus  |
Fix capitalization of IGNORE message.
Pointed out by: kris |
19 Nov 2005 19:43:36
0.6_2 
|
marcus  |
Mark IGNORE on FreeBSD 4.X.
Reported by: pointyhat via kris |
19 Nov 2005 17:38:17
0.6_2 
|
marcus  |
Add optional GTK2 support to avahi. |
19 Nov 2005 06:36:09
0.6_2 
|
ahze  |
- Switch avahi-daemon to avahi_daemon
Pointed out by: marcus |
19 Nov 2005 06:21:54
0.6_2 
|
ahze  |
- Fix typo so the dnsconfd starts
- Make the avahi-dnsconfd rcNG require avahi-daemon |
19 Nov 2005 05:55:56
0.6_1 
|
marcus  |
Add dbus to the REQUIRE line for the rcND scripts to ensure dbus is started
first.
Pointed out by: ahze |
19 Nov 2005 04:34:52
0.6 
|
marcus  |
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. |