Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.90.2_1 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
1.90.2 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
1.90.2 07 Jul 2023 16:42:56 |
Guido Falsi (madpilot) Author: Olivier Duchateau |
sysutils/upower: update to 1.90.2
- Adjust license.
PR: 272412 |
1.90.1 06 Jul 2023 08:13:39 |
Guido Falsi (madpilot) Author: Olivier Duchateau |
sysutils/upower: update to 1.90.1
- Remove unneeded patch
While here also regenerate patches to silence portlint warning.
PR: 272389 |
1.90.0 22 Oct 2022 20:10:30 |
Daniel Engberg (diizzy) |
sysutils/upower: Use USE_GITLAB
Use USE_GITLAB to follow Porters Handbook more closely and be
consistent with ports tree
PR: 267101
Approved by: desktop (tcberner) |
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.90.0 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.90.0 28 Aug 2022 19:16:45 |
Guido Falsi (madpilot) Author: Olivier Duchateau |
sysutils/upower: update to 1.90.0
- Update to 1.90.0
- Fix warnings (suggested by clang) in src/up-device-battery.c
PR: 266070 |
0.99.20 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.99.20 15 Jul 2022 07:05:29 |
Tobias C. Berner (tcberner) Author: Olivier Duchateau |
sysutils/upower: update to 0.99.20
Bug fixes:
- Ensure polling is resumed after suspend (#198)
- Bugfixes to state guessing code (#146)
- Stability improvements of automated tests
PR: 265206 |
0.99.19 14 Jun 2022 13:18:09 |
Guido Falsi (madpilot) Author: Olivier Duchateau |
sysutils/upower: Update to 0.99.19
PR: 264658 |
0.99.18 30 May 2022 09:20:44 |
Guido Falsi (madpilot) Author: Olivier Duchateau |
sysutils/upower: Update to 0.99.18
PR: 264333 |
0.99.17_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) |
0.99.17 28 Mar 2022 19:43:34 |
Guido Falsi (madpilot) |
sysutils/upower: Replace my patch with upstream fix
PR: 262885
Obtained
from: https://cgit.freedesktop.org/upower/commit/?id=1003d5c2a69e6c28dcf68adf10181b5180b5defa |
0.99.17 28 Mar 2022 19:22:04 |
Guido Falsi (madpilot) |
sysutils/upower: Fix build when xsltproc is present and MANPAGES disabled
The new meson build system performs an unconditional check for
xsltproc, even when bot gtk_doc and man options are disabled, marking
it only as required if any of those options are enabled.
if xsltproc is found building manual pages and gtk_doc files is
performed unconditionally, but, when the MANPAGES option is disabled,
gtk-doc is not required and most probably missing from the system,
causing the build to fail.
Fix by performing the check for sltproc only when one of those two
options are enabled, and disabling building all docs otherwise.
PR: 262885
Fixes: 4025875f76dd78090a158a3077ca447a05722510 |
0.99.17 27 Mar 2022 11:11:28 |
Guido Falsi (madpilot) Author: Olivier Duchateau |
sysutils/upower: Update to 0.99.17
- Switch to Meson build system (following upstreamc hange)
PR: 262847 |
0.99.13_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
0.99.13 28 Aug 2021 06:06:40 |
Tobias C. Berner (tcberner) Author: Olivier Duchateau |
sysutils/upower: Update to 0.99.13
Changelog [1]:
* Tweak default percentage levels to better match other operating systems
* Support large energy rates seen in some modern laptops
* Fix touchpads showing up as mice
* Fix composite battery state when multiple batteries are used and
* one isn't drawing any power
* Make the icon and warning properties respect the "low battery level"
* configuration option
* Stop the device being suspended during the 20-second "shutdown" grace period
[1] https://gitlab.freedesktop.org/upower/upower/-/tags/UPOWER_0_99_13
PR: 258097 |
0.99.12 28 Jun 2021 21:41:39 |
Adriaan de Groot (adridg) Author: Olivier Duchateau |
sysutils/upower: update to 0.99.12
The patch added here has been submitted upstream (by gregV)
but isn't accepted there yet.
PR: 256735 |
0.99.11_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.99.11_1 16 Dec 2020 15:22:46 |
swills |
sysutils/upower: remove no longer needed polkit dependency
While here, improve formatting a bit. No functional change.
PR: 250535 |
0.99.11 19 Jan 2020 08:07:40 |
tcberner |
sysutils/upower: Update to 0.99.11
PR: 242084
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
0.99.7_2 16 Nov 2019 15:11:06 |
tcberner |
Give some more ports to desktop@
Discussed with: kwm |
0.99.7_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.99.7_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.99.7 24 Nov 2018 07:15:57 |
linimon |
Add compiler:c11 to USES to fix build with GCC-based architectures.
PR: 232558
Submitted by: Piotr Kubaj
Reviewed by: Ting-Wei Lan
Approved by: portmgr (tier-2 blanket) |
0.99.7 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 |
0.99.4 20 May 2016 18:56:16 |
olivierd |
- Update to 0.99.4
- Replace CPPFLAGS and LDFLAGS by USES= localbase
PR: 207286
Submitted by: myself
Approved by: The GNOME team (timeout, > 3 months) |
0.99.3 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.99.3 04 Sep 2015 10:15:31 |
kwm |
Update upower to 0.99.3.
PR: 200541 (based on)
Submitted by: olivierd@ |
0.99.2 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 |
0.99.0_1 23 Jan 2015 22:50:50 |
antoine |
Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package |
0.99.0_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.9.7_5 31 Oct 2014 23:48:55 |
bapt |
Simplify plist |
0.9.7_5 24 Oct 2014 16:56:10 |
mva |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit) |
0.9.7_5 02 Jun 2014 20:54:21 |
kwm |
Move LICENSE to please portlint.
Replace NO_INSTALL_MANPAGES with a MANPAGES option.
Remove /var/lib/DeviceKit-power from pkg-plist. This directory
was only created when installing from packages and isn't referenced anywhere.
Create /var/lib/upower with @exec to support old pkg_install.
PR: 185287
Submitted by: tijl@ |
0.9.7_4 12 May 2014 01:41:49 |
amdmi3 |
- Switch to USE_GNOME=introspection
Approved by: maintainer timeout |
0.9.7_4 26 Apr 2014 00:11:10 |
bapt |
Support stage |
19 Feb 2014 14:45:19
|
mat |
Consolidate the docbook ports into -sgml and -xml variants.
Submitted by: hrs (based on)
Sponsored by: Absolight |
0.9.7_2 18 Feb 2014 14:50:35 |
mat |
Chase docbook cleanup dependencies.
Sponsored by: Absolight |
0.9.7_2 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.9.7_2 15 Sep 2013 17:13:05 |
marcus |
Make all non-normal reads from the devd socket a cause to try and reinit
the connection. This should avoid high CPU loops when devd is restarted. |
0.9.7_1 02 Sep 2013 16:21:38 |
bapt |
Add an explicit dependency on pkgconf |
0.9.7_1 09 Jun 2013 14:37:23 |
miwi |
- Fix build |
0.9.7_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.9.7_1 07 Mar 2013 15:31:54 |
ak |
- Fix all new cases of 'No newline at end of file' in the ports tree
Approved by: portmgr (bapt) |
0.9.7 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.9.7 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.9.7 26 Nov 2010 23:40:14 |
marcus |
Update to 0.9.7. |
0.9.6_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.9.5 25 Jul 2010 19:35:08 |
kwm |
Presenting GNOME 2.30.2. for FreeBSD. |
0.9.4_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.9.4 12 May 2010 15:29:10 |
kwm |
Update to 0.9.4. |
0.9.3 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 ) |