Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Feb 2021 19:31:04
2.66.7_1,1

|
jhb  |
Use kinfo_getfile() to implement fdwalk().
Previously, the kern.file sysctl (which queries the global file table)
was queried and the results saved in an on-stack buffer. With a
sufficiently active system the sysctl's output could overflow the
stack's available space. Instead, switch to kinfo_getfile() from
libutil. This uses a sysctl which queries only the open files for the
current process, and it uses heap space instead of the stack to store
the sysctl output.
PR: 253602
Submitted by: ps (build glue patches)
Reported by: ps
Reviewed by: bapt
MFH: 2021Q1
Differential Revision: https://reviews.freebsd.org/D28904 |
14 Feb 2021 19:38:26
2.66.7,1

|
tcberner  |
devel/glib20: add alternative file monitoring backend
This altnerative file monitoring backend implemented by the submitter may lead
to a big decrease in cpu time usage in for example thunar.
Consider it experimental, but worth a try, if your having issues with high cpu.
PR: 214338
Submitted by: rozhuk.im@gmail.com |
13 Feb 2021 18:43:49
2.66.7,1

|
otis  |
devel/glib20: Update to 2.66.7
- Update to 2.66.7
- Depend on supported Python versions
- Clean up Makefile
Reviewed by: tcberner
Approved by: tcberner
MFH: 2021Q1
Differential Revision: https://reviews.freebsd.org/D28646 |
12 Feb 2021 19:40:20
2.66.4_1,1

|
tcberner  |
devel/glib20: Fix mime search path when LOCALBASE != /usr/local (honour
LOCALBASE)
- explicitely not bumping port revision, as the package does not change for
people
who are using the defaults LOCALBASE=/usr/local -- no need to burden the
package
builders for this.
PR: 225378
Submitted by: John Hein <jcfyecrayz@liamekaens.com> |
23 Dec 2020 17:30:18
2.66.4_1,1

|
tcberner  |
devel/glib20: loops over all possible file descriptors
- Stop glib from looping over all possible file descriptors.
- This should greatly increase performance
PR: 236815
Submitted by: rozhuk.im@gmail.com (committed version)
Reported by: Eugene Grosbein <eugen@freebsd.org>
MFH: 2020Q4 |
19 Dec 2020 04:22:55
2.66.4,1

|
fluffy  |
devel/glib20: update to 2.66.4 maintenance release
Changelog: https://gitlab.gnome.org/GNOME/glib/-/tags/2.66.4 |
21 Nov 2020 17:14:57
2.66.3,1

|
tcberner  |
devel/glib: update to 2.66.3
Changelog:
https://gitlab.gnome.org/GNOME/glib/-/releases#2.66.3 |
20 Oct 2020 10:25:07
2.66.2,1

|
fluffy  |
devel/glib20: uppdate to 2.66.2 maintenance release
- Important and time-critical fix to DST transitions
- Fix UTF-8 validation when escaping URI components
Release notes: https://gitlab.gnome.org/GNOME/glib/-/releases#2.66.2 |
19 Oct 2020 23:33:28
2.66.1_1,1

|
fluffy  |
devel/glib20: lock getfsent() usage to fix some consumers crashes
Add temporary fix while more correct solution is cooking in GNOME repo
(see details at https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1707)
PR: 250311
Submitted by: sigsys@gmail.com
Reviewed by: tijl |
04 Oct 2020 15:07:05
2.66.1,1

|
tcberner  |
devel/glib20: update to 2.66.1
Changelog:
https://gitlab.gnome.org/GNOME/glib/-/tags/2.66.1 |
23 Sep 2020 16:46:56
2.66.0_1,1

|
bapt  |
And the final bit of the patch which was forgotten...
Bump portrevision as people may have upgraded glib already
Submitted by: fluffy |
23 Sep 2020 15:37:38
2.66.0,1

|
bapt  |
Fix bad patch |
23 Sep 2020 15:35:29
2.66.0,1

|
bapt  |
Actually commit the glib 2.66.0 update
Reported by: fluffy
Differential Revision: https://reviews.freebsd.org/D25279 |
10 Sep 2020 18:55:41
2.56.3_9,1

|
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 |
04 Jul 2020 18:11:42
2.56.3_9,1

|
zeising  |
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking) |
18 Jun 2020 00:55:58
2.56.3_8,1

|
jbeich  |
devel/glib20: backport GSETTINGS_BACKEND=keyfile support
If devel/dconf or devel/gconf2 are installed then nothing changes.
If neither are installed then settings are now stored in
~/.config/glib-2.0/settings/keyfile.
PR: 247039
Obtained from: upstream |
05 Feb 2020 16:06:32
2.56.3_7,1

|
kevans  |
glib20: revert SSP_CFLAGS workaround (ports r500819)
This was later diagnosed to be a bug in libc, which has since been addressed
in all supported releases and branches. PORTREVISION is bumped as SSP_CFLAGS
will change the output.
The bug was fixed in the following patch levels (FreeBSD-EN-20:01.ssp):
- 12.1-p2
- 12.0-p13
- 11.3-p6
PR: 243735
Approved by: kwm (gnome, maintainer via IRC)
MFH: 2020Q1 |
26 Jul 2019 20:46:57
2.56.3_6,1

|
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 |
04 May 2019 18:09:23
2.56.3_5,1

|
jbeich  |
devel/glib20: unbreak qemu-user-static after r499897
PR: 237273
Reported by: Mikael Urankar |
10 Apr 2019 06:18:32
2.56.3_4,1

|
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
23 Feb 2019 18:56:35
2.56.3_3,1

|
ashish  |
- Add fix for the GNOME glib upstream bug report 1697 which is breaking
net-im/gajim when starting up
PR: 235965
Approved by: kwm (IRC) |
31 Jan 2019 17:51:39
2.56.3_2,1

|
tobik  |
Only append to EXTRA_PATCHES after bsd.port.pre.mk |
12 Dec 2018 01:35:36
2.56.3_2,1

|
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 |
19 Nov 2018 15:57:09
2.56.3_1,1

|
swills  |
devel/glib20: remove runtime dep on perl5
Since glib-mkenums was rewritten in python in glib 2.53.5, glib20 seems
to no longer need perl5 at runtime. This makes perl5 a build dep only.
Removing the run dep causes some other ports to fail, so add the build
dep to those where needed.
PR: 233138
Approved by: gnome (kwm, maintainer, older version of patch)
Exp-run by: antoine |
13 Nov 2018 17:51:58
2.56.3,1

|
kwm  |
Update glib20 to 2.56.3.
* Add MANPAGES options to build the manpages as they don't come pre-build
anymore.
Obtained from: GNOME devel repo. |
03 Nov 2018 06:10:28
2.56.1_3,1

|
jbeich  |
devel/glib20: revert to old g_convert() behavior
PR: 232073
Reported by: many (via inkscape)
Suggested by: tijl
Tested by: glib/tests/convert
MFH: 2018Q4 |
02 Nov 2018 13:32:35
2.56.1_2,1

|
rene  |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
23 Oct 2018 16:34:44
2.56.1_2,1

|
jbeich  |
Expand FreeBSD 12 conditionals to include 13.0-CURRENT |
23 Oct 2018 11:35:04
2.56.1_2,1

|
jbeich  |
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine |
01 Oct 2018 05:32:01
2.56.1_1,1

|
antoine  |
Clean up plist |
30 Sep 2018 11:58:31
2.56.1_1,1

|
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 |
29 Jul 2018 22:18:46
2.50.3_5,1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
29 Jun 2018 14:22:11
2.50.3_4,1

|
jbeich  |
devel/icu: update to 62.1
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4) |
07 May 2018 18:42:54
2.50.3_3,1

|
kwm  |
Update the kqueue file monitering backend.
This update is a backport of work done by Martin Pieuchot (mpi@openbsd).
And will be available in the next major Glib released in September. This
update simplifies the backend and fixes a number of races and other
issues in the old backend.
Many thanks to Martin Pieuchot mpi@openbsd for the rewrite!
PR: 226920
Submitted by: Ting-Wei Lan <lantw44@gmail.com>, lightside@gmx.com
Obtained from: glib upstream |
06 Apr 2018 15:53:17
2.50.3_2,1

|
jbeich  |
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61) |
28 Jan 2018 20:29:16
2.50.3_1,1

|
kwm  |
Fix another crash bug in the kqueue backend.
PR: 199872 217946 |
26 Jan 2018 21:26:57
2.50.3,1

|
kwm  |
Update glib to 2.50.3.
Also redo the kqueue patches. Now we patch files only once, and add some
bits that got lost somewhere (which is probably my fault). Which where
causing crashes when for example nautilus or thundar where monitoring
directories and files where added/removed.
PR: 199872 |
09 Nov 2017 02:31:48
2.50.2_7,1

|
jbeich  |
devel/icu: update to 60.1
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine |
25 Sep 2017 00:02:36
2.50.2_6,1

|
jbeich  |
devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by: antoine |
22 Sep 2017 09:01:58
2.50.2_5,1

|
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
10 Sep 2017 20:55:39
2.50.2_5,1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
17 Jul 2017 11:12:32
2.50.2_4,1

|
amdmi3  |
- Make NLS optional
Sice there's not apparent way to disable gettext support, at least
make locale files installation optional.
PR: 220385
Approved by: maintainer timeout (gnome, 2 weeks) |
01 Jul 2017 05:19:22
2.50.2_3,1

|
jbeich  |
devel/glib20: fix symlink writing
$ gio save testfile < /etc/shells
$ ln -s testfile testlink
$ gio save testlink < /etc/shells
gio: file:///path/to/testlink: Error opening file '/path/to/testlink': Too many
links
PR: 212572
Reported by: Yuri Victorovich
Submitted by: Ting-Wei Lan
Approved by: maintainer timeout (3 weeks)
MFH: 2017Q2 |
22 May 2017 19:07:16
2.50.2_2,1

|
bdrewery  |
Fix build when PREFIX is not /usr/local.
PR: 218659
Approved by: kwm
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D10860 |
06 May 2017 20:13:11
2.50.2_2,1

|
kwm  |
Sprinkle some fixes to make these ports build on ARCH's that don't
have clang as the default compiler.
Submitted by: jhibbits@
Differential Revision: https://reviews.freebsd.org/D10628 |
04 May 2017 12:08:13
2.50.2_2,1

|
tijl  |
r431187 moved machine-id to the upstream default location. Remove patching
of the path in audio/pulseaudio and devel/glib20.
PR: 218983, 218984 |
29 Apr 2017 19:09:45
2.50.2_1,1

|
kwm  |
Fix a problem in GLib/gio which caused gnome-shell and others to crash.
The problem happened when, for example, a packages was installed/deinstall
that placed a file in ${LOCALBASE}/share/applications.
Thanks to ajacoutot@openbsd.org and mpi@openbsd.org for bringing these
patches to my attention.
Obtained from: https://bugzilla.gnome.org/show_bug.cgi?id=739424
https://bugzilla.gnome.org/show_bug.cgi?id=778515
MFH: 2017Q2 |
02 Apr 2017 10:38:07
2.50.2,1

|
bapt  |
Going to 2.52 was a too big step, some Gnome/Mate programs hasn't catched up
with it yet, namely: mate-utils and gnome-dictionaries.
Going to 2.50 instead works fine |
01 Apr 2017 20:45:39
2.52.0_2

|
bapt  |
Shame on me not using properly the framework I wrote...
Reported by: jbeich
Pointy hat: bapt |
01 Apr 2017 20:36:47
2.52.0_2

|
bapt  |
Reapply 437111
While here remove configure arguments already passed by the framework
Reported by: jbeich |
01 Apr 2017 19:37:06
2.52.0_1

|
bapt  |
Readd pathfix, it is too early to drop it |
01 Apr 2017 19:24:22
2.52.0

|
bapt  |
update to 2.52.0
- remove the GDB option and always install the py script, it does not hurt
- remove pathfix as pkgconf now accept the lib/pkgconfig path
- switch to option framework where possible
Obtained from: kwm (older version) |
28 Mar 2017 09:48:24
2.46.2_5

|
jbeich  |
devel/glib20: drop adaptive mutex workaround
PR: 168317 |
17 Feb 2017 23:31:49
2.46.2_4

|
jbeich  |
devel/glib20: unbreak with plain USES=iconv
According to configure.ac --with-libiconv=native is reserved for vendor
libiconv, not iconv in libc. FreeBSD removed libiconv in base r257583.
checking for iconv_open in -liconv... no
configure: error: *** No iconv() implementation found in C library or libiconv |
19 Nov 2016 18:21:20
2.46.2_4

|
jbeich  |
devel/icu: update to 58.1
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt) |
24 Sep 2016 11:06:57
2.46.2_3

|
tijl  |
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
--disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU. The code wanted to use BYTE_ORDER
defined in machine/endian.h, but this isn't visible because ICU is
compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
a C++11 runtime library now. Add this to all ports that depend on it
so their executables load the right libstdc++.so on FreeBSD 9.
PR: 205120
Exp-run by: antoine
Approved by: portmgr (antoine) |
09 Sep 2016 19:42:46
2.46.2_2

|
amdmi3  |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
26 Jul 2016 00:10:36
2.46.2_2

|
jbeich  |
devel/glib20: reword COLLATION_FIX description
While not necessary on FreeBSD 11.0 anymore it maybe useful for debugging.
PR: 192381
Reported by: emaste
Approved by: portmgr blanket |
06 Jul 2016 22:10:14
2.46.2_2

|
mat  |
Bump PORTREVISION for the icu revert.
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.
PR: 205120
With hat: portmgr
Sponsored by: Absolight |
06 Jul 2016 07:34:13
2.46.2_1

|
gahr  |
devel/icu: bump PORTREVISION on dependent ports |
01 Apr 2016 14:00:57
2.46.2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
14 Feb 2016 18:57:54
2.46.2

|
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 |
23 Jan 2016 15:13:36
2.44.1_3

|
kwm  |
Switch to rm because unlink doesn't accept flags.
Pointyhat to: kwm@ for not reading the rm/unlink man page good enough. |
03 Jan 2016 11:04:15
2.44.1_2

|
kwm  |
Add -f to unlink to silence unlink telling the user that gschemas.compiled
does not exists. This is not a problem, as the file is only generated if
glib schemas are installed. |
17 Oct 2015 17:16:33
2.44.1_2

|
kwm  |
Re-enable kqueue backend for file monitoring. But add a hack, it
should allow programs to work properly again.
PR: 202128 |
25 Sep 2015 23:52:10
2.44.1_1

|
bapt  |
Convert a bunch of @exec into proper @postexec |
06 Aug 2015 16:14:43
2.44.1_1

|
kwm  |
Disable kqueue for now, so we can take our time finding out what is up
with the file/directory monitoring code. And people can use there
Gtk based programs again.
PR: 202128 |
05 Aug 2015 19:13:26
2.44.1

|
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 |
03 Apr 2015 11:26:50
2.42.2

|
mat  |
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209 |
27 Mar 2015 07:01:54
2.42.2

|
kwm  |
Update glib20 to 2.42.2.
Update gtk20 to 2.24.27.
Update gtk30 to 3.14.10.
Cleanup @dirrm in plist.
Cleanup the gtk20 Makefile.
Submitted by: Gusau Perez
Obtained from: GNOME devel repo |
03 Dec 2014 09:18:24
2.42.1

|
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 |
19 Nov 2014 11:49:06
2.42.0

|
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 ) |
03 Sep 2014 16:08:33
2.36.3_4

|
sunpoet  |
- Change PYTHON_FEATURES to USE_PYTHON
Approved by: gnome (kwm) |
01 Sep 2014 19:52:11
2.36.3_4

|
tijl  |
Convert to USES=libtool and USES=python
Obtained from: gnome-dev |
29 Jul 2014 21:20:05
2.36.3_3

|
antoine  |
Unbreak some reference ports
Pointy hat: adamw |
29 Jul 2014 21:07:40
2.36.3_3

|
adamw  |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
29 Jul 2014 17:12:50
2.36.3_3

|
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
28 Jul 2014 16:28:03
2.36.3_3

|
adamw  |
Rename devel/ patch-xy patches to reflect the files they modify. |
01 Jun 2014 17:56:38
2.36.3_3

|
tijl  |
Link libgobject with -Wl,-z,nodelete because it cannot be safely dlclosed.
This fixes a crash in multimedia/vlc with certain combinations of options.
PR: ports/172185, ports/183683, ports/186629
Approved by: gnome (kwm)
Obtained from: glib commit 3662eb9759fe225d1c214db6927c667a1b733e8a |
23 Mar 2014 21:27:03
2.36.3_2

|
kwm  |
Support python3 as default python version.
PR: ports/187400 [1]
Submitted by: Corey Smith <corsmith@gmail.com> [1]
nathanw@ |
16 Feb 2014 15:40:34
2.36.3_2

|
kwm  |
Add patch from upstream to fix crasher in open-vm-tools [1]
Add back depend on libiconv. This is needed because our base iconv
doesn't do utf-8 -> wchar_t apparently. [2] wchar_t is used by glibmm.
While here:
Use new lib_depend syntax, strip libraries, stagify [3]
Submitted by: swills@ [1]
mandree@ [2]
Discussion
at: http://lists.freebsd.org/pipermail/freebsd-ports/2014-February/089603.html
[2]
Obtained from: gnome devel-repo [3] |
08 Feb 2014 09:26:44
2.36.3_1

|
kwm  |
Fix build if libiconv is installed.
PR: ports/186295
Submitted by: Olaf Zaplinski <oz42@oz42.eu> (PR submitter)
Tijl Coosemans <tijl@coosemans.org> (patch submitter) |
17 Dec 2013 14:57:42
2.36.3_1

|
marcus  |
Add "nullfs" to the list of system internal file system types. This
prevents gvfs-trashd from latching on to jail mounts and preventing them
from being unmounted.
Tested by: Beeblebrox <zaphod@berentweb.com> |
29 Oct 2013 17:05:51
2.36.3

|
kwm  |
Restrict python to -2.7
Submitted by: mva@ |
20 Sep 2013 17:04:44
2.36.3

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
17 Sep 2013 13:05:12
2.36.3

|
bapt  |
Rename old glib into glib12 to avoid confusion with glib (2.0) for binary users.
While here remove the now useless LATEST_LINK
Approved by: gnome (kwm) |
16 Sep 2013 17:22:30
2.36.3

|
madpilot  |
- Make conditionals check for head iconv take advantage of iconv.mk
populated variables.
Submitted by: marino
Approved by: portmgr (bapt, implicit) |
12 Sep 2013 17:55:41
2.36.3

|
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Reviewed by: kwm@
Approved by: kwm@ (gnome@) |
04 Sep 2013 18:06:08
2.36.3

|
madpilot  |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
31 Jul 2013 11:57:46
2.36.3

|
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] |
27 Apr 2013 08:50:47
2.34.3

|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
26 Apr 2013 10:44:29
2.34.3

|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
23 Apr 2013 10:13:20
2.34.3

|
bapt  |
Convert devel to USES=pkgconfig |
08 Mar 2013 12:23:43
2.34.3

|
kwm  |
Fix the build when the COLLATION_FIX option is enabled.
Reported by: ajtiM <lumiwa@gmail.com> |
08 Mar 2013 10:51:36
2.34.3

|
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 |
14 Feb 2013 09:42:13
2.28.8_5

|
gahr  |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
01 Feb 2013 15:04:01
2.28.8_5

|
ak  |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
10 Dec 2012 19:11:12
2.28.8_5

|
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
14 Feb 2012 12:45:35
2.28.8_4
|
mm  |
Bump pcre library dependency due to 8.30 update |
19 Jan 2012 17:13:12
2.28.8_3
|
ahze  |
Always disable libinofity to fix build if devel/libinotify is installed
PR: ports/160764
Reported by: Michiel Leenaars <michiel.ml@nlnet.nl>
John Hein <jhein@symmetricom.com>
Approved by: pav |