Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.52.0 21 Apr 2024 13:12:59 |
Jan Beich (jbeich) |
accessibility/at-spi2-core: update to 2.52.0
Changes: https://gitlab.gnome.org/GNOME/at-spi2-core/-/blob/AT_SPI2_CORE_2_52_0/NEWS
Reported by: Repology
PR: 278421
Exp-run by: antoine |
2.50.2 23 Mar 2024 00:56:01 |
Jan Beich (jbeich) |
accessibility/at-spi2-core: update to 2.50.2
Changes: https://gitlab.gnome.org/GNOME/at-spi2-core/-/blob/AT_SPI2_CORE_2_50_2/NEWS
Reported by: Repology |
2.50.1 06 Mar 2024 19:19:08 |
Gleb Popov (arrowd) |
accessibility/at-spi2-core: Mark TESTING_UNSAFE |
2.50.1 06 Jan 2024 15:06:04 |
Gleb Popov (arrowd) Author: Olivier Duchateau |
accessibility/at-spi2-core: update to 2.50.1 |
2.50.0 28 Sep 2023 11:41:39 |
Jan Beich (jbeich) |
accessibility/at-spi2-core: update to 2.50.0
Changes: https://gitlab.gnome.org/GNOME/at-spi2-core/-/blob/AT_SPI2_CORE_2_50_0/NEWS
Reported by: Repology
PR: 274083
Exp-run by: antoine |
2.48.4 23 Sep 2023 13:17:43 |
Jan Beich (jbeich) |
accessibility/at-spi2-core: unbreak build with glib/MANPAGES=off
meson.build:147:13: ERROR: Dependency "libxml-2.0" not found, tried pkgconfig
libxml2 is only used by tests which cannot be disabled. devel/glib20 has it in
LIB_DEPENDS due to USE_GNOME=libxslt:build -> libxslt_USE_GNOME_IMPL=libxml2
without specifying :build suffix.
PR: 274045
Reported by: Anton Saietskii
Submitted by: Olivier Duchateau (based on) |
2.48.4 23 Sep 2023 09:57:31 |
Jan Beich (jbeich) Author: Olivier Duchateau |
accessibility/at-spi2-core: update to 2.48.4
- Adjust LICENSE to "or (at your option) any later version" clause
- Replace systemd hack with a patch that can be upstreamed
PR: 273738 |
2.48.0 23 Sep 2023 09:57:30 |
Jan Beich (jbeich) |
accessibility/at-spi2-core: drop unused dependency after 951c1f5d1c73
====> Running Q/A tests (stage-qa)
Warning: you might not need LIB_DEPENDS on libxkbcommon.so
https://gitlab.gnome.org/GNOME/at-spi2-core/-/commit/57ae8d6e0e51 |
2.48.0 03 Jun 2023 14:56:35 |
Jan Beich (jbeich) |
accessibility/at-spi2-core: drop unused X11 deps after 951c1f5d1c73
Disabling X11 only affects the following libraries. -Wl,--as-needed
removes the rest via https://github.com/mesonbuild/meson/commit/58ca96994f5a
$ poudriere testport -j 131amd64 -z nox11 accessibility/at-spi2-core
[...]
=>> Checking shared library dependencies
- 0x0000000000000001 NEEDED Shared library: [libX11.so.6]
- 0x0000000000000001 NEEDED Shared library: [libXi.so.6]
- 0x0000000000000001 NEEDED Shared library: [libXtst.so.6]
[...] |
2.48.0 03 Jun 2023 14:56:34 |
Jan Beich (jbeich) |
accessibility/at-spi2-core: make X11 optional
Already supported by gtk3 and gtk4 which started to directly depend on
at-spi2-core since fa81a4f5f8ed. |
2.48.0 16 Apr 2023 00:29:41 |
Tobias C. Berner (tcberner) Author: Corey Halpin |
accessibility/at-spi2-core: update to 2.48.0
What's new in at-spi2-core 2.48.0:
* Add a "atk-only" build option. This allows atk to be built without libdbus
installed, but it does not build libatspi or the atk bridge.
* Fix some typos in the documentation.
The atk-only support was added upstraem by Corey Halpin
Reported by: Dmitry Pryakhin <graahnul.grom@ya.ru>
PR: 269996
Exp-run by: antoine |
2.46.0 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
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) |
2.44.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 ) |
2.44.1 31 Aug 2022 19:24:25 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.44.1 |
2.36.0 20 Jul 2022 14:20:47 |
Tobias C. Berner (tcberner) |
accessibility: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* David K. Gerry
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Koop Mast <kwm@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Johnson <ahze@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
With hat: portmgr |
2.36.0 04 May 2021 23:10:26 |
Adriaan de Groot (adridg) |
accessibility/at-spi2*: Update WWW
The WWW links to LinuxFoundation.org were hopelessly bitrotten,
point to the GNOME GitLab instead which is still wrong-ish,
but the links and documentation might be updated there.
Reported (and fixed already) upstream as well.
PR: 251536
Reported by: Edward Sanford Sutton III |
2.36.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.36.0 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 |
2.36.0 11 Jun 2020 17:44:56 |
bapt |
Update to 2.36.0
Going from 2.28.0 to 2.36.0 there is an ABI breakage:
the 'atspi_text_notify_reading_position' symbol has been removed.
I couldn't find any software in the ports tree that is using it |
2.28.0 10 Oct 2019 11:59:15 |
bapt |
Catchup with recent developers warnings |
2.28.0 14 Apr 2019 18:34:56 |
tobik |
devel/meson: Update to 0.50.0
- Add build fixes for at-spi2-core and totem
Changes: https://mesonbuild.com/Release-notes-for-0-50-0.html
PR: 237138
Submitted by: tobik
Approved by: portmgr (antoine)
Exp-run by: antoine |
2.28.0 30 Sep 2018 11:58:31 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761 |
2.24.0 01 Apr 2017 20:00:33 |
bapt |
Update to 2.24.0
Move the default config file to share/default like upstream expects,
the one in sysconfdir will be still looked at |
2.18.3 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
2.18.3 04 Mar 2016 12:50:45 |
kwm |
Update at-spi2-core to 2.18.3. |
2.18.2 14 Feb 2016 18:57:54 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/
This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.
GDM is still at version 3.16 due to some issues.
Bump mate-themes to use the gtk 3.18 version of the themes.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 207006 |
2.16.0 05 Aug 2015 19:13:26 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at
https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980 |
2.14.1 03 Dec 2014 09:18:24 |
kwm |
Update GNOME to 3.14.2.
This update was brought to you in collaboration with Gustua Perez
Make sure gtk30 pulls it the default theme (adwaita-icon-theme).
Update the extra gnome-shell-extensions so they work with gnome-shell 3.14.
Drop metacity from gnome3 meta-port.
Remove the gtile gnome-shell extension since it proven to be buggy.
Exp-run done by antoine@ for gdk-pixbuf2 deprecated API.
PR: 195414
Obtained from: gnome dev repo |
2.14.0 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 ) |
2.8.0_1 25 Sep 2014 15:18:28 |
tijl |
- Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect
value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
to intltool so move DATADIRNAME patching from USES=pathfix to
USE_GNOME=intlhack.
- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.8.0_1 01 Sep 2014 19:45:45 |
tijl |
Add USES=libtool and INSTALL_TARGET=install-strip
Obtained from: gnome-dev |
2.8.0 30 May 2014 05:47:09 |
miwi |
- Convert use_xz,bzip to USES
Approved by: portmgr |
2.8.0 29 Mar 2014 13:24:08 |
kwm |
Stage all gnome@ ports in accessibility, which finishes this category! |
2.8.0 11 Dec 2013 09:51:37 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility
With hat: portmgr |
2.8.0 20 Sep 2013 11:02:49 |
bapt |
Add no stage all over the place in accessibility in preparation for the staging
area support |
2.8.0 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] |
2.6.3 24 Apr 2013 07:35:41 |
ak |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
2.6.3 23 Apr 2013 06:26:32 |
bapt |
Convert all a categories to USE=pkgconfig
While here trim some headers and convert some gnomehack to pathfix |
2.6.3 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
0.4.1 18 Dec 2012 09:44:41 |
danfe |
For some ports in accessibility category, trim the header and drop leading
indefinite article from COMMENT line; also fix couple of noticed styles
bugs while here. |
0.4.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.4.1 20 Jun 2011 22:05:02 |
kwm |
Fix build with clang
Make sure to return a value, when doing return in a non-void function.
Submitted by: Clang exp-run |
0.4.1 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.1.8_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.1.8 10 May 2010 21:19:08 |
kwm |
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above ) |