Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.40.0_4 07 Mar 2024 08:51:29 |
Gleb Popov (arrowd) |
devel/dconf: Mark TESTING_UNSAFE |
0.40.0_4 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
0.40.0_3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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.40.0_3 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.40.0_3 26 Aug 2022 17:02:25 |
Tobias C. Berner (tcberner) |
framework: switch tree to using vala.mk
PR: 249940 |
0.40.0_3 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.40.0_3 14 Jul 2022 19:35:38 |
Neel Chauhan (nc) |
devel/dconf: Use 'gnome' dir not 'gnome3' |
0.40.0_3 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.40.0_2 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.40.0_1 18 Mar 2022 10:00:23 |
Baptiste Daroussin (bapt) |
devel/glib: convert gio modules and glib schemas to triggers
Use trigger to compile glib schemas, and generate gio modules cache
PR: 262567
Reviewed by: tcberner
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D34564 |
0.40.0 24 Sep 2021 19:55:53 |
Jan Beich (jbeich) |
devel/dconf: update to 0.40.0
Change: https://gitlab.gnome.org/GNOME/dconf/-/compare/0.38.0...0.40.0
PR: 258399
Approved by: tcberner |
0.38.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.38.0 16 Sep 2020 09:05:21 |
bapt |
Update to 0.38
Limit binutils dependencies to system where the base linked is the
old binutils (2.17) |
0.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 |
0.36.0 16 Jun 2020 15:31:48 |
linimon |
Add USE_CSTD=c99 to fix regression on GCC-based systems:
../bin/dconf.c:136: error: 'for' loop initial declaration used outside C99
mode
Approved by: maintainer |
0.36.0 16 Jun 2020 08:39:19 |
bapt |
Fix build on FreeBSD 11
The builds fails with base binutils when it is used. While it builds perfectly
fine with lld let's always enforce binutils from ports because the combinaison
to catch all systems default on the old GNU ld non trivial to make.
Reported by: antoine, kib |
0.36.0 15 Jun 2020 20:43:31 |
bapt |
Update to 0.36.0 |
0.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 |
0.26.1 20 Oct 2017 17:13:00 |
kwm |
Update dconf to 0.26.1.
This allows vala to be updated to 0.36.
PR: 222017 (based on)
Submitted by: cpm@ |
0.24.0_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.24.0_1 04 Mar 2016 12:53:00 |
kwm |
Add portscout macro to skip unstable versions. |
0.24.0_1 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 |
0.24.0_1 25 Sep 2015 23:52:10 |
bapt |
Convert a bunch of @exec into proper @postexec |
0.24.0_1 09 Sep 2015 01:06:56 |
delphij |
Replace "/etc" with $PREFIX/etc. Without this change ibus-dconf won't be
able to save input method engine preferences.
PR: ports/197191
Submitted by: Christopher Hall <christopherhall hsw gmail.com>
Approved by: maintainer timeout (> 6 months)
MFH: 2015Q3 |
0.24.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 |
0.22.0_1 23 Dec 2014 11:21:59 |
antoine |
No need to create stage orphans for dconf-editor |
0.22.0_1 23 Dec 2014 09:41:53 |
antoine |
Add two empty directories that belonged to gnomehier
This should unbreak textproc/ibus build |
0.22.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 ) |
0.14.1_1 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
25 Apr 2014 13:05:46
|
bapt |
Support stage |
0.14.1_1 11 Mar 2014 06:49:28 |
miwi |
- Complete stage support |
0.14.1_1 10 Mar 2014 19:42:32 |
kwm |
Fix dconf db paths. We put the dconf db in LOCALBASE.
While here stagify.
PR: ports/186616 (based on)
Submitted by: Henry Hu <henry.hu.sh@gmail.com> |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
0.14.1 30 Aug 2013 17:33:05 |
kwm |
Update pkg-descr to match the port. |
0.14.1 30 Aug 2013 17:28:33 |
kwm |
Fix plist for dconf-editor, allow slave ports to overwrite PORTREVISION. |
0.14.1 29 Aug 2013 21:24:04 |
kwm |
Fix dconf-editor at run-time.
Submitted by: Eric Turgeon
Obtained from: GNOME dev repo, patch from dconf upstream |
0.14.1 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.12.1_1 12 Mar 2013 09:45:08 |
kwm |
Update vala version check to match required.
Submitted by: Andreas Nilsson <andrnils@gmail.com> |
0.12.1_1 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.5.1_4 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.5.1_3 03 Nov 2011 12:54:11 |
kwm |
Correct the WWW line to actualy point to project website.
Reported by: Jason Hellenthal <jhell@DataIX.net> |
0.5.1_3 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.5.1_3 19 Dec 2010 18:06:50 |
mandree |
Allow parallel build by building dependencies first.
Approved by: mezz (maintainer) |
0.5.1_3 25 Nov 2010 11:26:59 |
kwm |
remove some left over directories to fix plist.
Submitted by: QAT, pointyhat via erwin. |
0.5.1_2 21 Nov 2010 13:47:42 |
mandree |
Mark MAKE_JOBS_UNSAFE to unwedge FORCE_MAKE_JOBS gnome upgrades. |
0.5.1_2 20 Nov 2010 17:40:04 |
kwm |
Add dconf.
Dconf will be the replacement of gconf for GNOME 3.
This was a late addition to the gnome 2.32 update, and I forgot to add it to
update patch.
PR: ports/152424
Submitted by: Pascal Stumpf <Pascal.Stumpf@cubes.de>
Pointyhat to: kwm@ |