Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.3 10 Aug 2024 07:42:07 |
Daniel Engberg (diizzy) |
devel/libnotify: Remove libtool dependency
Not used during build
Approved by: portmgr (blanket) |
0.8.3 27 Apr 2024 18:42:40 |
Tijl Coosemans (tijl) |
devel/libnotify: Update to 0.8.3
Add MANPAGES option. |
0.8.2_2 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
0.8.2_1 26 Nov 2023 21:06:42 |
Dimitry Andric (dim) |
devel/libnotify: bump portrevision after 50e1b669d76a
This is because the change influences runtime behavior: the port built
successfully before, but only the notify-send command did not behave
correctly.
Noted by: kib
PR: 275104, 274108
MFH: 2023Q4 |
0.8.2 26 Nov 2023 18:21:23 |
Dimitry Andric (dim) |
devel/libnotify: fix build with lld 17 (take 2)
The fix for bug 274108 broke running the notify-send command, resulting
in:
ld-elf.so.1: /usr/local/lib/libglib-2.0.so.0: Undefined symbol "environ"
This is because libnotify uses the same linker version script for both
its libnotify.so shared library and for its notify-send executable.
The linker version script places all symbols that do not begin with
"notify_" into the local scope, making them effectively hidden. This is
fine for a shared library, but not for an executable, since it will also
hide the symbols "environ" and "__progname", which are required for most
programs.
Fix it by not using the linker version script for the notify-send
executable, so no required symbols are hidden.
PR: 275104, 274108
MFH: 2023Q4 |
0.8.2 06 Oct 2023 17:48:54 |
Dimitry Andric (dim) |
devel/libnotify: fix build with lld 17
Building devel/libnotify with lld 17 results in the following link
error:
cc -o libnotify/libnotify.so.4.0.0
libnotify/libnotify.so.4.0.0.p/meson-generated_.._notify-enum-types.c.o
libnotify/libnotify.so.4.0.0.p/meson-generated_.._notify-marshal.c.o
libnotify/libnotify.so.4.0.0.p/notify.c.o
libnotify/libnotify.so.4.0.0.p/notification.c.o -Wl,--as-needed
-Wl,--no-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group
-Wl,-soname,libnotify.so.4 -fstack-protector-strong -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -Wl,-rpath,/usr/local/lib
-Wl,-rpath-link,/usr/local/lib
-Wl,--version-script,/wrkdirs/share/dim/ports/devel/libnotify/work/libnotify-0.8.2/libnotify/libnotify.map
/usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libgobject-2.0.so
/usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so
/usr/local/lib/libgio-2.0.so -Wl,--end-group
ld: error: version script assignment of 'global' to symbol '__progname'
failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'environ' failed:
symbol not defined
cc: error: linker command failed with exit code 1 (use -v to see invocation)
This is because lld 17 defaults to errors when undefined symbols are
referenced in linker version scripts.
Apparently the __progname and environ symbols (which usually come from
libc, not libnotify.so) were explicitly added in: (Only the first 15 lines of the commit message are shown above ) |
0.8.2 19 Feb 2023 12:48:04 |
Tobias C. Berner (tcberner) Author: Olivier Duchateau |
devel/libnotify: update to 0.8.2
New in 0.8.2
============
* Set new summary for library [Maximiliano]
* docs: port to gi-docgen [Maximiliano]
* docs: Fix URL to Desktop Notification Spec [Andre]
* meson: replace deprecated meson.source_root() calls [Kai]
* meson: bump minimum meson version to 0.58 [centaurii]
* Introspection docs fixes [Maximiliano, Logan]
Contributors:
Maximiliano Sandoval R, Andre Klapper, Kai Smith, centaurii, Logan Rathbone
PR: 269666 |
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.1 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.1 24 Jul 2022 20:16:24 |
Dima Panov (fluffy) |
devel/libnotify: update to 0.8.1 release (+)
New in 0.8.1:
* Keep version of bindings at 0.7 (#27) [Marco]
New in 0.8.0:
* Use Desktop Portal Notification when running confined (snap and flatpak)
Now the library acts like a wrapper in such scenario, with some limited
capabilities, but this will enforce security and user control over the
allowed notifications. [Marco]
* notify-send: Handles SIGINT gracefully, closing waiting notification [Marco]
* Use NotifyClosedReason enum as closed reason return value [Marco]
* Bump dependency on GLib 2.38 [Marco]
* Various introspection docs improvements and fixes [Marco] |
0.7.12 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.7.12 19 May 2022 17:08:24 |
Baptiste Daroussin (bapt) |
devel/libnotify: update to 0.7.12 |
0.7.11 28 Apr 2022 11:07:37 |
Tobias C. Berner (tcberner) |
devel/libnotify: update to 0.7.11
New in 0.7.11
=============
* Fix potential build errors with old glib version we require
* notify-send: Add support for boolean hints
* notify-send: Support passing any hint value, by parsing variant strings
* notify-send: Add explicit option to create transient notifications
Contributors:
Marco Trevisan
New in 0.7.10
=============
* notify-send: Support commas in icon filenames [Thorsten; !15] (Only the first 15 lines of the commit message are shown above ) |
0.7.9_1 17 Apr 2021 15:49:48 |
Mateusz Piotrowski (0mp) |
devel/libnotify: Update WWW
The old website was not updated for many years now. As there seems to be
no up-to-date homepage for the libnotify project, just point WWW to
the repository.
Approved by: portmgr blanket |
0.7.9_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.9_1 30 Sep 2020 10:16:29 |
0mp |
Fix generation of manual page
textproc/docbook-xsl seems to be missing appropriate stylesheets needed to
generated the notify-send.1 manual page as the formatting of that manual
page was completely broken. Use textproc/docbook-xsl-ns instead, which
seems to solve the issue.
Approved by: portmgr blanket (runtime fixes) |
0.7.9 16 Sep 2020 12:55:55 |
bapt |
Update 0.7.9
While here ensure the manpage is always built |
0.7.8 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.8 16 Dec 2019 18:40:37 |
bapt |
Fix build with old binutils.
Somehow linker scripts should not hide __progname and environ from symbols.
Reported by: kib |
0.7.8 16 Dec 2019 10:57:34 |
bapt |
Update to 0.7.8
Switch to the meson build system |
0.7.7_1 08 Nov 2019 11:39:00 |
tobik |
devel: Add missing USES={gl,gnome,php,sdl} |
0.7.7_1 09 Jan 2018 10:25:24 |
tijl |
- There's no reference to gettext in the source code so remove USES=gettext
and USE_GNOME=intlhack.
- Also remove no longer needed USES=localbase and USES=pathfix.
- Change USE_GNOME=introspection into a build dependency.
PR: 213498
Approved by: maintainer timeout (1 year) |
0.7.7 02 Apr 2017 08:40:04 |
bapt |
Disable tests which are looking for the gtk3.0 dependency |
0.7.7 01 Apr 2017 21:42:12 |
bapt |
update to 0.7.7 |
0.7.6_2 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.7.6_1 19 Nov 2014 11:49:06 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have (Only the first 15 lines of the commit message are shown above ) |
0.7.5_1 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
0.7.5_1 23 Jun 2014 11:08:17 |
tijl |
- Bump PORTREVISION because for some users the package may still depend
on graphics/jbigkit (through graphics/gdk-pixbuf2 and graphics/tiff)
which had a library version bump in the latest update.
- While here, add LICENSE_FILE, "USES=libtool:keepla tar:xz" and
INSTALL_TARGET=install-strip. [1]
Obtained from: marcuscom [1] |
0.7.5 23 Jan 2014 00:32:53 |
bapt |
Support stage |
0.7.5 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.7.5 31 Jul 2013 11:57:46 |
kwm |
The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.
This update updates Glib20 to 2.36 and Gtk+ 3.8
* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
It is replaced by a GIO kqueue implementation developed as part of a NetBSD
GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
prevent creation of / root/.cache dir. Defaults to build & run depend,
but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
pangox support which was removed from the pango port. Add it to ports still
using pangox API.
Exp-run by: bapt@
PR: ports/178958 [1]
Submitted by: emaste@ [1] |
0.7.3_2 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.7.3_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.7.3_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.7.3_1 23 Aug 2011 18:32:56 |
kwm |
Update to 0.7.3. |
0.7.3_1 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.5.2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.5.2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.5.2 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.4.5_4 31 May 2010 22:52:40 |
marcus |
Bump PORTREVISION and add USE_GETTEXT where missing.
PR: 147257 |
0.4.5_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.4.5_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.4.5_1 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.4.5_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.4.5 10 Jan 2009 05:22:13 |
marcus |
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes. On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs. The documentation updates
to the website are forthcoming.
This release features commits by adamw, ahze, kwm, mezz, and myself. It would
not have been possible without are contributors and testers:
Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen (Only the first 15 lines of the commit message are shown above ) |
0.4.4_2 06 Jun 2008 13:21:59 |
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.4.4_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.4.4 27 Mar 2007 02:42:16 |
mezz |
-Update to 0.4.4.
-No longer need popt dependency.
-Remove a FreeBSD 4.x check. |
0.4.3 26 Mar 2007 19:56:40 |
mezz |
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG. |
0.4.3 14 Nov 2006 12:53:23 |
jylefort |
- Update to 0.4.3
- Take maintainership
PR: ports/104876
Submitted by: jylefort
Approved by: maintainer timeout (17 days) |
0.4.2_2 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
0.4.2_1 25 Aug 2006 20:57:26 |
pav |
- Soft fail removal of shared directories |
0.4.2_1 17 Jul 2006 12:23:54 |
novel |
The previous commit log was wrong. Correct one:
- Add a patch to send an array of UCHARs as expected by notification-daemon
rather than an array of CHARs (written by Milosz Derezynski)
- Bump PORTREVISION
Submitted by: Andreas Kohn (maintainer) |
0.4.2_1 17 Jul 2006 12:04:10 |
novel |
- Add a patch which checks the D-BUS struct type of the icon-data correctly
that is being sent trough libnotify (written by Milosz Derezynski)
- Bump PORTREVISION
Submitted by: Andreas Kohn (maintainer) |
0.4.2 29 Jun 2006 04:45:57 |
miwi |
Update to 0.4.2
Submitted by: Andreas Kohn <andreas@syndrom23.de> (maintainer)
Approved by: markus (co mentor) |
0.4.0 12 Jun 2006 14:31:17 |
miwi |
Update to 4.0
PR: ports/98395
Submitted by: miwi
Approved by: krion (mentor), maintainer via |
0.3.2_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.3.2 24 Jan 2006 18:00:33 |
mnag |
Update to 0.3.2
PR: 92228
Submitted by: Andreas Kohn <andreas@syndrom23.de> (maintainer) |
0.2.2_2 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.2.2_2 31 Dec 2005 19:08:20 |
marcus |
Chase the dbus shared lib version. |
0.2.2_1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.2.2_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.2.2 26 Sep 2005 11:09:26 |
novel |
Project URL changed.
PR: 86584
Submitted by: Andreas Kohn (maintainer) |
0.2.2 05 Sep 2005 18:55:35 |
pav |
- Master site is dead; mirror files locally
Reported by: krismail
Requested by: maintainer |
0.2.2 31 Aug 2005 21:06:27 |
pav |
- Update to 0.2.2
- Disconnect tests on FreeBSD 4, they would need a dozen of patches to get
going with gcc-2.95
PR: ports/85523
Submitted by: Andreas Kohn <andreas@syndrom23.de> (maintainer) |
0.2.1 30 Aug 2005 19:42:09 |
marcus |
Fix fetch.
Reported by: pointyhat via krion |
0.2.1 28 Aug 2005 07:03:20 |
marcus |
Remove trailing whitespace. |
0.2.1 28 Aug 2005 06:53:45 |
marcus |
Add libnotify, a library for desktop applications to send and receive
D-BUS notifications.
PR: 84719
Submitted by: Andreas Kohn <andreas@syndrom23.de> |