Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8_2 07 Feb 2024 16:21:10 |
Tijl Coosemans (tijl) |
net/avahi-app: Let slave ports set PORTREVISION |
0.8_2 27 Jan 2024 23:07:04 |
Muhammad Moinur Rahman (bofh) |
net/avahi-app: Moved man to share/man
Approved by: portmgr (blanket) |
0.8_1 22 Sep 2022 16:15:12 |
Gleb Popov (arrowd) |
net/avahi-app: Fix avahi-libevent.pc file.
It was depending on a specific version of libevent.pc, which is no longer
installed. |
0.8 22 Sep 2022 16:15:11 |
Gleb Popov (arrowd) |
net/avahi-app: Remove legacy patches for Qt3 and Qt4. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.8 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
0.8 31 Aug 2021 10:15:14 |
Bernhard Froehlich (decke) |
net/avahi-app: Add CPE information
Approved by: portmgr (blanket) |
0.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8 17 Dec 2020 10:52:13 |
rene |
Update the Avahi ports to version 0.8
This switches the preferred GTK bindings to GTK3 and enable the GTK
options in the metaport.
This commit also switches the Python interface to Python3, thereby
un-deprecating net/py-avahi.
PR: 250354
Submitted by: Olivier Duchateu
Reviewed by: Greg V (earlier PR) |
0.7_3 10 Sep 2020 18:55:41 |
tcberner |
Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.
As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.
[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D26362 |
0.7_3 30 Mar 2020 13:48:52 |
0mp |
Fix paths in manual pages (duplicated PREFIX)
There is no need to prepend PREFIX to paths in manual pages. Everything is
handled by the build system of the port.
Before:
$ grep -Z /usr/local/usr/local /usr/local/man/man5/avahi-daemon.conf.5.gz
\fB/usr/local/usr/local/etc/avahi/avahi-daemon.conf
After:
$ grep -Z /usr/local/usr/local /usr/local/man/man5/avahi-daemon.conf.5.gz
\fB/usr/local/etc/avahi/avahi-daemon.conf
Differential Revision: https://reviews.freebsd.org/D24200 |
0.7_2 17 Mar 2019 09:05:03 |
tcberner |
net/avahi: drop qt4 slave handling (Qt4 deprecation)
Approved by: portmgr (implicit) |
0.7_2 22 Dec 2018 21:22:56 |
kwm |
Add avahi-qt5 which links against Qt5.
Patches where obtained from avahi upstream.
Reported by: adridg@ (qt4 removal)
Obtained from: avahi upstream |
0.7_2 11 Nov 2018 15:38:51 |
danfe |
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts) |
0.7_1 17 Aug 2018 13:26:17 |
zi |
- Revert init script patch due to dependency issue with dbus/mountd
- Bump PORTREVISION
PR: 205281 |
0.7 13 Aug 2018 01:59:20 |
zi |
- Ensure avahi-daemon starts before mountd
PR: 205281
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net> |
0.7 13 Aug 2018 01:49:59 |
zi |
- Update to 0.7
PR: 220022, 217179, 223889, 228138
Approved by: maintainer timeout (3 months) |
0.6.31_6 07 Feb 2018 19:06:39 |
pi |
net/avahi-app: fix rc scripts for a working 'service avahi-daemon status'
PR: 206325
Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com>
Reviewed by: w.schwarzenfeld@utanet.at |
0.6.31_5 21 Oct 2017 04:48:49 |
pi |
net/avahi-app: Add license information and fix portlint warnings
PR: 222345
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
0.6.31_5 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.6.31_5 14 Apr 2016 11:00:23 |
mat |
USE_RC_SUBR=yes has not done anything for a long time, remove it from
the few remaining ports and make it give an error.
Sponsored by: Absolight |
0.6.31_5 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.6.31_5 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
0.6.31_5 09 Oct 2015 21:09:08 |
amdmi3 |
- Fix plist issue in py-avahi: comment out file which is installed by avahi-app
port
- Fix plist issues in many *avahi* ports: only create etc/avahi in avahi-app
- Switch to @sample
PR: 203283
Submitted by: amdmi3
Approved by: gnome (kwm) |
0.6.31_5 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
0.6.31_4 01 Aug 2015 20:02:07 |
kwm |
Drop :keepla from libtool USES.
While here fix some stage qa issues, in a couple of these ports. |
0.6.31_3 09 Dec 2014 17:29:50 |
bapt |
Cleanup plist |
0.6.31_3 20 Oct 2014 10:09:20 |
marino |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket) |
0.6.31_3 08 Sep 2014 16:30:24 |
marcus |
Fix a warning caused by the inability to find nss_mdns.so.1 on FreeBSD.
Submitted by: John Silva <john@aerizen.com> |
0.6.31_2 26 May 2014 13:19:19 |
bapt |
Allow slaves to define USES |
0.6.31_2 06 May 2014 20:22:34 |
tijl |
- Convert net/avahi-* to USES=libtool:keepla.
- INSTALL_TARGET=install-strip.
- Replace GMAKE with MAKE_CMD. |
0.6.31_1 31 Jan 2014 17:13:46 |
kwm |
Disable stack protector, this should fix avahi-app segfaults people are
reporting.
PR: ports/186097
Submitted by: sergio lenzi <lenzi.sergio@gmail.com> |
0.6.31 14 Dec 2013 16:25:21 |
kwm |
Update to new lib_depends syntax, stageify,
Unbreak py-avahi and allow avahi-gtk3 to build with gtk+ 3.10. |
0.6.31 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.6.31 02 Sep 2013 16:21:38 |
bapt |
Add an explicit dependency on pkgconf |
0.6.31 18 Jul 2013 10:29:52 |
kwm |
Allow avahi slaves to add to USE_GNOME, this fixes the build in clean
enviroments. Bump portrevision to make sure on already installed systems that
all the dependancies are recorded.
Submitted by: miwi & bapt |
0.6.31 14 Jul 2013 21:17:21 |
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 |
0.6.29_3 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.6.29_3 01 Jan 2013 19:41:01 |
mezz |
Do not overwrite the configuration file at the each update or reinstall by
disable its Makefile to install it as we already do it by manually. The patch
was somehow lost in later version.
PR: ports/169328
Reported by: Dan McGregor <dan.mcgregor@usask.ca> |
0.6.29_3 20 May 2012 16:47:38 |
mezz |
Switch from old way to new way by using USERS.
PR: ports/164187
Submitted by: crees |
0.6.29_3 03 Apr 2012 20:37:39 |
kwm |
Don't make a empty share/applications directory when we are not going to
install anything in it.
This should unbreak the building of the packages that depend on avahi-app when
using pkgng.
Submitted by: pointyhat (pkgng exp-run by bapt@)
Feature safe: yes |
0.6.29_2 14 Mar 2012 15:30:52 |
mezz |
Fix the hardcore of find nss_mdns's libraries. Bump the PORTREVISION.
PR: ports/165995
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Feature safe: yes |
0.6.29_1 19 Jan 2012 17:13:12 |
ahze |
Always disable libinofity to fix build if devel/libinotify is installed
PR: ports/160764
Reported by: Michiel Leenaars <michiel.ml@nlnet.nl>
John Hein <jhein@symmetricom.com>
Approved by: pav |
0.6.29_1 15 Jan 2012 18:12:56 |
kwm |
Update rc script for the removal of set_rcvar in 10.0-Current. |
0.6.29_1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.6.29_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.6.29_1 12 Sep 2011 23:17:33 |
gabor |
- Track dependencies after databases/gdbm update |
0.6.29 30 Mar 2011 02:23:16 |
mezz |
Fix the patch. No function change in here or anywhere. Only in my avahi-gtk3. |
0.6.29 14 Mar 2011 16:05:37 |
kwm |
Update to 0.6.29.
This also fixes a denial of services vulnability.
Security: 8b986a05-4dbe-11e0-8b9a-02e0184b8d35 |
0.6.28 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.6.28 20 Nov 2010 15:37:08 |
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 ) |
0.6.27_2 31 Jul 2010 16:37:23 |
marcus |
Commit the pkg-plist change for the org.freedesktop.Avahi.service file. |
0.6.27_1 31 Jul 2010 08:16:15 |
marcus |
Make sure the dbus system-service gets installed so certain applications
know that avahi-daemon is running. |
0.6.27 25 Jul 2010 07:04:41 |
marcus |
Fix avahi-ui build. |
0.6.27 25 Jul 2010 00:11:36 |
marcus |
Update to 0.6.27. |
0.6.25_3 31 May 2010 22:52:40 |
marcus |
Bump PORTREVISION and add USE_GETTEXT where missing.
PR: 147257 |
0.6.25_2 28 Mar 2010 18:23:21 |
dougb |
s#${RC_SUBR}#/etc/rc.subr/
Approved by: marcus |
0.6.25_2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.6.25_2 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.6.25_2 09 Jul 2009 04:34:50 |
marcus |
Create the proper config directory. |
0.6.25_2 09 Jul 2009 03:49:40 |
marcus |
Correct some typos.
Reported by: QAT |
0.6.25_2 09 Jul 2009 03:08:40 |
marcus |
Correct a typo with config file cleanup. |
0.6.25_2 09 Jul 2009 03:08:06 |
marcus |
Do not remove configuration files if they have been modified.
PR: 136301 |
0.6.25_1 06 May 2009 07:13:56 |
marcus |
Fix the fix to make avahi's libs link to libintl.
PR: 134227
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> |
0.6.25 24 Apr 2009 06:38:26 |
kwm |
Presenting GNOME 2.26.1 for FreeBSD.
Approved by: portmgr (marcus) |
0.6.24_1 08 Mar 2009 16:58:35 |
marcus |
Make sure libraries are linked with libintl and libiconv. |
0.6.24 16 Dec 2008 04:02:03 |
marcus |
Update to 0.6.24. |
0.6.23 03 Jul 2008 21:53:55 |
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] |
0.6.22_5 06 Jun 2008 22:01:01 |
edwin |
Fix PORTREVISION on ports which have PORTVERSION?= set.
Noticed by Max Brazhnikov <makc@issp.ac.ru>
Part of the great devel/gettext portrevision bump.
Approved by: portmgr (pav) |
0.6.22_1 06 Jun 2008 13:50:32 |
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) |
0.6.22_4 06 Apr 2008 19:11:52 |
marcus |
Make sure avahi properly detects non-link-local IPv6 addresses. |
0.6.22_3 05 Apr 2008 20:09:08 |
marcus |
* Clear out the scope ID from the IPv6 address [1]
* Properly determine if an IPv6 address is global or not
Reported by: Ashish Shukla <wahjava.ml@gmail.com>
Sumbitted by: ume [1] |
0.6.22_2 24 Mar 2008 03:50:55 |
marcus |
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon |
0.6.22_1 20 Mar 2008 09:56:52 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.6.22_1 24 Dec 2007 19:05:22 |
marcus |
Make sure libavahi-common.so is linked to libintl. This will fix dependent
ports' builds.
Reported by: pointyhat via erwin |
0.6.22 24 Dec 2007 18:38:00 |
marcus |
Change avahi-pre-install to avahi-pre-su-install to fix the installation
as a non-root user.
PR: 118999 |
0.6.22 21 Dec 2007 15:14:46 |
pav |
- This needs intltool
Reported by: pointyhat |
0.6.22 20 Dec 2007 18:23:33 |
ahze |
Update to 0.6.22 |
0.6.21_1 15 Dec 2007 19:43:03 |
marcus |
Fix PTHREAD_LIBS handling in avahi-qt4.
PR: 118639
Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru> |
0.6.21_1 27 Oct 2007 19:42:32 |
ahze |
Mark net/avahi-autoipd IGNORE on 5.x and lower due to outdated libpcap library
Reported by: pav |
0.6.21_1 26 Oct 2007 19:57:08 |
ahze |
Update qt4 support |
0.6.21_1 24 Oct 2007 23:37:25 |
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 ) |