Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.28.2,1 08 Oct 2024 00:41:45 |
Eric Turgeon (ericbsd) |
x11/mate-panel: updated to 1.28.2 |
1.28.0,1 26 Mar 2024 21:21:33 |
Eric Turgeon (ericbsd) |
x11/mate-panel: updated to 1.28.0 |
1.26.2_4,1 30 Jan 2024 22:35:32 |
Muhammad Moinur Rahman (bofh) |
x11/mate-panel: Moved man to share/man
Approved by: portmgr (blanket) |
1.26.2_3,1 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
1.26.2_2,1 11 Jul 2023 20:15:43 |
Tijl Coosemans (tijl) |
devel/gettext: Update to 0.22
Convert post-patch commands to real patches. This way there are errors
when the underlying code changes.
*/*: Fix gettext issues. The new gettext tools are more strict.
PR: 272210
Exp-run by: antoine |
1.26.2_1,1 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 ) |
1.26.2,1 16 Jan 2023 19:04:46 |
Dimitry Andric (dim) |
x11/mate-panel: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
x11/mate-panel failed to build with clang 15:
clock-location.c:454:22: error: incompatible pointer to integer conversion
assigning to 'glong' (aka 'long') from 'char *(int, int)' [-Wint-conversion]
sys_timezone = timezone;
^ ~~~~~~~~
clock-location.c:462:24: error: incompatible pointer to integer conversion
assigning to 'glong' (aka 'long') from 'char *(int, int)' [-Wint-conversion]
local_timezone = timezone;
^ ~~~~~~~~
This is because 'timezone' as a global external variable does not exist
on FreeBSD: it is a glibc-ism. Use struct tm's tm_gmtoff field instead,
which has its sign reversed from the glibc global. There is also no need
to manually account for DST, as tm_gmtoff includes that.
PR: 268795
Approved by: portmgr (tcberner)
MFH: 2023Q1 |
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) |
1.26.2,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 ) |
1.26.2,1 20 Jul 2022 14:23:32 |
Tobias C. Berner (tcberner) |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
1.26.2,1 19 Apr 2022 10:58:12 |
Eric Turgeon (ericbsd) |
x11/mate-panel: update to 1.26.2
PR: 263125
Reported by: Martin Filla
Obtained from: rkoberman |
1.26.1_1,1 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
1.26.1,1 20 Oct 2021 12:38:21 |
Baptiste Daroussin (bapt) |
x11/mate-panel: bring back portepoch
Portepoch can never be removed otherwise the versionning will be seen as
going backward. |
1.26.1 19 Oct 2021 23:37:24 |
Eric Turgeon (ericbsd) |
x11/mate-panel: Revert "x11/mate-panel: Revert to 1.24.2 and bump PORTEPOCH"
This reverts commit 0d45d70a5fdf13af63c2363ae7c57a1def43415f.
It should have never been reverted at the first place.
PR: 259058
Reported by: John Hein |
1.24.2,1 13 Oct 2021 18:07:49 |
Neel Chauhan (nc) |
x11/mate-panel: Revert to 1.24.2 and bump PORTEPOCH
This reverts commit 224bd2de4725bb7478058e7fdf6269256dc0426e and
aee69f0a3cd5142a93e5a736ce3a0592c08926b3.
PR: 259058 |
1.26.1 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
1.26.1 09 Oct 2021 23:33:25 |
Neel Chauhan (nc) |
x11/mate-panel: Update to 1.26.1 |
1.26.0 09 Oct 2021 23:33:25 |
Neel Chauhan (nc) |
x11/mate-panel: Update to 1.26.0 |
1.24.2 13 Jun 2021 18:35:05 |
Eric Turgeon (ericbsd) |
x11/mate-panel: update to 1.24.2 |
1.24.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.24.1_2 09 Nov 2020 17:08:12 |
tcberner |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878 |
1.24.1_1 09 Oct 2020 21:23:09 |
ericbsd |
fix missing X11 option in x11/mate-panel/pkg-plist |
1.24.1_1 09 Oct 2020 20:38:28 |
bapt |
Properly register the schema for the preview window list
This prevents the mate-panel from crashing all the time |
1.24.1 05 Oct 2020 00:09:17 |
ericbsd |
update x11/mate-panel to 1.24.1 |
1.24.0 01 Jul 2020 10:45:29 |
jbeich |
x11/mate-panel: sync no-x11 patch with upstream |
1.24.0 28 Jun 2020 07:48:05 |
pkubaj |
x11/mate-panel: fix build on GCC architectures
Use C99 mode:
wayland-backend.c:55: error: 'for' loop initial declaration used outside C99
mode |
1.24.0 24 Jun 2020 13:10:49 |
jbeich |
x11/mate-panel: make X11/Wayland optional |
1.24.0 15 Jun 2020 15:26:29 |
bapt |
update to 1.24.0 |
1.22.2 25 Dec 2019 13:55:16 |
ericbsd |
update x11/mate-panel to 1.22.2 |
1.22.1 08 Nov 2019 11:21:03 |
tobik |
x11*: Add missing USES={gl,gnome,mate} |
1.22.1 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.22.1 27 Oct 2019 09:39:13 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.22.1 11 May 2019 17:33:51 |
ericbsd |
update mate desktop to 1.22.1
Approved by: mentors (implicit) |
1.20.3 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.20.3 08 Aug 2018 18:16:00 |
ericbsd |
Update x11/mate-terminal to 1.20.3
Approved by: wg (mentor) |
1.20.1 13 Apr 2018 21:16:57 |
ericbsd |
Updating MATE ports to and patch for MATE 1.20
Reviewed by: kwm
Approved by: bapt (mentor) |
1.18.4 14 Oct 2017 20:51:48 |
kwm |
Minor MATE 1.18 update.
Apart from version updates, the highlights are:
* fix orphaned file issues in atril/atril-lite.
* Add licenses where required.
* make sure the mime xml gets installed in mate-control-center.
* regen the m-c-c patch, with make makepatch. |
1.18.3 04 Jul 2017 11:44:30 |
kwm |
Update the mate desktop to 1.18.
* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro
* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper
Thanks to Eric Turgeon for submitting the bulk of this MATE update.
Obtained from: gnome devel repo |
1.12.2 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.12.2 01 Feb 2016 10:12:53 |
kwm |
Update mate-panel to 1.12.2. |
1.12.1_1 25 Jan 2016 12:31:21 |
kwm |
Update the MATE DE to 1.12.
* Still build MATE against gtk+ 2 due to gtk+ 3 support not ready
for prime time.
* Fix loading of a number of applets. We rename a number of applets
but didn't change the "config" files the "add applet to panel" dialog
uses. [1]
* Unbreak the creation of new notes with the stickynotes applet [2]
PR: 205391 [1], 200349 [2]
Obtained from: GNOME devel repo |
1.10.1 25 Sep 2015 23:52:10 |
bapt |
Convert a bunch of @exec into proper @postexec |
1.10.1 27 Jul 2015 20:19:34 |
kwm |
Update MATE DE to 1.10.0.
This MATE is still build agains GTK+2.
Sort USES here and there.
Replace mate-dialogs with zenity and mate-calc with galculator.
This update fixes the following PR's:
PR: 193942, 191885
Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo
Obtained from: gnome devel repo. |
1.8.1_1 13 Dec 2014 22:26:16 |
des |
Add upstream patch that allows the workspace switch to correctly recognize
the Mate window manager and enable additional features.
https://github.com/mate-desktop/mate-panel/pull/240 |
1.8.1 06 Oct 2014 12:50:28 |
bapt |
Update to 1.8.1
Cleanup plist |
1.8.0_1 10 Sep 2014 13:11:29 |
bapt |
Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon
(ericturgeon@ghostbsd.org) |
1.6.1_2 18 May 2014 21:05:53 |
tijl |
For several MATE related ports:
- USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
- Add CONFIGURE_ARGS=--disable-static to ports that only install plugins. |
1.6.1_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
1.6.1 23 Nov 2013 11:39:08 |
kwm |
Say hello to Mate 1.6.
Mate is a lite desktop forked from gnome2.
Most of the work is done by Jeremy Messenger (mezz@). The only thing I did
was update a few ports to later 1.6 release and attempting to keep up with
ports infra changes. Resulting bugs are all mine.
Mate is a sort of replacement for Gnome 2. So people wanting to keep a
Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3
in the near future. This switch will be announce with a transition time
so people have more time to switch if they haven't already.
This release was made possible by everyone that send friendly pokes to
keep mate on my mind.
Approved by: portmgr (bapt) |