Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.18.1_2 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
4.18.1_1 02 Oct 2023 15:53:42 |
Guido Falsi (madpilot) |
XFCE: Cleanup dependencies
- Update xfce.mk to avid forcing too many dependencies on consumers
- Change dependency on garcon to reference libgarcon-1.so (main
library)
- Explicitly add USE_XFCE components to the ports actually needing
them.
- Cleanup dependencies, adding/removing missing/extra dependencies
- Change the referenced library in some LIB_DEPENDS to the actually
linked one (avoids false positives in poudriere Q/A tests)
- Bump PORTREVISION on all touched ports, even indirectly due to
the effect of removing forced dependencies on certain components
- Remove USES=fuse from gigolo. I could not find any kind f reference
to fuse in the code.
- xfce4-bsdcpufreq-plugin: Also remove empty comment at the top of
the Makefile |
4.18.1 22 Aug 2023 21:04:50 |
Guido Falsi (madpilot) |
misc/xfce4-appfinder: Update to 4.18.1 |
4.18.0_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 ) |
4.18.0 16 Dec 2022 14:55:57 |
Guido Falsi (madpilot) |
Welcome XFCE 4.18 to the FreeBSD ports tree!
Upstream announce: https://xfce.org/about/news/?post=1671062400
Some notes:
- Updated pkg-descr for various packages
- Added some missing dependencies (reported by poudriere Q/A tests)
- Removed patches now included upstream |
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) |
4.16.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 ) |
4.16.1 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
4.16.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.16.1 18 Jan 2021 11:10:29 |
madpilot |
Update xfce4-appfinder to 4.16.1 |
4.16.0 02 Jan 2021 16:36:33 |
madpilot |
Welcome XFCE 4.16 to the FreeBSD ports tree!
Upstream announce: https://xfce.org/about/news/?post=1608595200
This XFCE release dropped support for GTK2 plugins and also dropped
GTK2 from all components.
WARNING: please check UPDATING before upgrading your packages. In
case of problems also read the libexo pkg-message.
Due to this some panel plugins and libraries will be removed since
they cannot compile anymore:
- print/xfce4-print
- x11/xfce4-quicklauncher-plugin (Only the first 15 lines of the commit message are shown above ) |
4.14.0 01 Oct 2019 04:33:16 |
pkubaj |
misc/xfce4-appfinder: fix build on GCC architectures
Use C11 compiler:
In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33,
from
/usr/local/include/xfce4/libxfce4ui-2/libxfce4ui/libxfce4ui.h:23,
from appfinder-gdbus.c:23:
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of
typedef 'XfceKiosk'
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:35: error: previous
declaration of 'XfceKiosk' was here
Approved by: mentors (implicit approval) |
4.14.0 19 Sep 2019 23:46:34 |
madpilot |
Welcome XFCE 4.14 to the FreeBSD ports tree
- This XFCE release uses almost exclusively gtk3, so the USES=xfce
now defaults to gtk3
- Make x11-themes/gtk-xfce-engine an optional dependency(disabled
by default), it only supports gtk2, so would leave miost of this
XFCE version unthemed.
- Add Greybird as an optional and enabled dependency as a modern
theme supporting both GTK versions and all other XFCE parts
- The xfce4-vala port is deprecated and removed. The VALA bindings
are available in the library ports using the GIR and VAPI options
(on by default)
- Fixed various missing library and portlint warnings (portmgr fixit
blanket)
- Default Display Manager changed to lightdm (Thanks to woodsb02 (Only the first 15 lines of the commit message are shown above ) |
4.12.0_1 22 Jan 2019 14:44:38 |
madpilot |
Clenup xfce ports:
- Add missing dependencies
- Remove unneeded patches
- Regenerate and rename legacy patches
- Add NLS option to ports providing such a knob, and missing the
option
- Add INSTALL_TARGET=install-strip where missing
- Sort things
- Remove unneeded +=
- Cosmetic changes to OPTION related variables to improve readability
- Update WWW
- Silence portlint warnings about variables order
- Bump PORTREVISION where changing dependencies and/or adding
install-strip |
4.12.0 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
4.12.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
4.12.0 28 Apr 2015 17:01:47 |
bdrewery |
USES=xfce: Stop overriding MASTER_SITE_SUBDIR.
Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports,
which removes the need to set MASTER_SITE_SUBDIR in any of them.
This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE,
namely sysutils/xfce4-bsdcpufreq-plugin.
With hat: portmgr |
05 Mar 2015 22:52:31
|
olivierd |
The FreeBSD Xfce team proudly presents Xfce 4.12.
Announce: http://www.xfce.org/about/news/?post=1425081600
Global changes:
- Switch to USES= xfce (D677)
- Reorganize options helper
- Fix USES= gettext-* when NLS option is not set [1], [2]
- Add LICENSE (when missing)
Update:
- to 4.12 (core components)
- audio/xfce4-mpc-plugin to 0.4.5
- deskutils/xfce4-tumbler to 0.1.31
- deskutils/xfce4-xkb-plugin to 0.7.1 (Only the first 15 lines of the commit message are shown above ) |
4.10.1_1 03 Jan 2015 17:47:51 |
olivierd |
- Gnome is default icons theme [1], not switched to Adwaita because Thunar and
some Xfce's specific widgets still use stock icons (deprecated since GTK3 3.10,
and not available in x11-themes/adwaita-icon-theme)
- Bump PORTREVISION
PR: 183690 [1]
Requested by: Rostislav Krasny |
4.10.1 11 Oct 2014 22:19:07 |
jhale |
- Convert USE_BZIP2 to USES
- Use OPTIONS_SUB
- Cleanup plist |
4.10.1 22 Oct 2013 13:56:27 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with m)
Approved by: portmgr (bdrewery) |
4.10.1 14 Oct 2013 18:57:19 |
olivierd |
- Support STAGEDIR
- Convert to new LIB_DEPENDS format
- Switch to USES= gmake |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
4.10.1 08 May 2013 15:35:23 |
olivierd |
- Update to 4.10.1
- Trim Makefile header
- Add new option, NLS
- Finish to convert USES
- Remove ABI version in LIB_DEPENDS |
4.10.0_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
4.10.0_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
4.10.0 25 May 2012 16:51:41 |
miwi |
- Welcome XFCE 4.10 to the portstree!
Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com>
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Tested by: phw |
4.8.0_1 23 Oct 2011 11:56:51 |
rene |
Re-assign to the Xfce team.
Approved by: oliver (previous maintainer) |
4.8.0_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> |
4.8.0_1 07 Jun 2011 12:23:03 |
oliver |
update thunar to 1.2.2
bump PORTREVISION of affected ports
PR: 157380
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
4.8.0 03 Mar 2011 10:12:30 |
oliver |
Welcome XFCE 4.8 to the portstree!
Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com> |
4.6.2 31 May 2010 15:27:35 |
oliver |
update xfce to 4.6.2
bump PORTREVISION on all depending ports |
4.6.1_5 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
4.6.1_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
4.6.1_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
4.6.1_2 10 Jan 2010 09:56:26 |
oliver |
bump PORTREVISION for the recent update of
x11/libexo
x11-toolkits/libxfce4gui
sysutils/xfce4-settings
x11-wm/xfce4-panel
x11/Terminal |
4.6.1_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 |
4.6.1 06 May 2009 14:56:27 |
oliver |
update xfce to 4.6.1
bump PORTREVISION where necessary |
4.6.0 02 Mar 2009 16:51:57 |
oliver |
update Xfce to 4.6
for more information please read
http://www.xfce.org/about/news?id=21 |
4.4.3 30 Oct 2008 17:14:39 |
oliver |
update xfce to 4.4.3 |
4.4.2_1 06 Jun 2008 13:45:40 |
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) |
4.4.2 24 Mar 2008 13:03:55 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
4.4.2 12 Feb 2008 18:11:07 |
oliver |
update xfce4 to 4.4.2
Approved by: portmgr (linimon)
Security: CVE-2007-6531, CVE-2007-6532 |
4.4.1_1 25 Oct 2007 22:53:29 |
sat |
- Fix a typo in bsd.sites.mk along with all the places it affected
Approved by: oliver (maintainer of the respective ports) |
4.4.1_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}. |
4.4.1 11 Apr 2007 16:26:53 |
oliver |
update xfce to 4.4.1
bump PORTREVISION where needed |
4.4.0 14 Mar 2007 04:12:32 |
linimon |
Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].
PR: 101029 [1], 108862 [2]
Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2] |
4.4.0 29 Jan 2007 06:39:18 |
oliver |
enhance the description
update the WWW part |
4.4.0 22 Jan 2007 16:45:10 |
oliver |
Import xfce 4.4
- remove all obsolete ports or plugins
- update all plugins to their latest version to support xfce 4.4
(otherwise they won't compile with 4.4) |
4.2.3_1 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) |
4.2.3 22 Jan 2006 12:59:47 |
edwin |
SHA256ify
Approved by: krion@ |
4.2.3 22 Jan 2006 02:28:45 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
4.2.3 08 Nov 2005 22:42:31 |
oliver |
update to xfce 4.2.3.1
Changelog: http://www.xfce.org/release_notes/4.2.3.1_changelog.html |
4.2.2_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
4.2.2 11 Oct 2005 23:29:38 |
linimon |
Be a little bit less enthusiastic about which version of xfce is current. |
4.2.2 07 Oct 2005 15:00:16 |
oliver |
fix MASTER_SITES
Noted by: portsurvey |
4.2.2 15 Jun 2005 02:43:36 |
lesi |
Directory share/pixmaps is now included in mtree
(BSD.x11-4.dist rev. 1.27), so remove it from plist. |
4.2.2 19 May 2005 18:34:49 |
oliver |
update to 4.2.2 |
4.2.1 02 Apr 2005 11:57:45 |
oliver |
adjust MASTER_SITES |
4.2.1 18 Mar 2005 18:30:39 |
oliver |
update to 4.2.1 |
4.2.0_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
4.2.0 29 Jan 2005 21:01:37 |
oliver |
fix plist
Pointed out by: pointyhat |
4.2.0 26 Jan 2005 16:40:00 |
oliver |
Xfce4 Appfinder is an useful software that permits you to find every
application in the system supporting Desktop entry format. |