Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.50.3_3,1 07 May 2018 18:42:54 |
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 |
2.50.3_2,1 06 Apr 2018 15:53:17 |
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) |
2.50.3_1,1 28 Jan 2018 20:29:16 |
kwm |
Fix another crash bug in the kqueue backend.
PR: 199872 217946 |
2.50.3,1 26 Jan 2018 21:26:57 |
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 |
2.50.2_7,1 09 Nov 2017 02:31:48 |
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 |
2.50.2_6,1 25 Sep 2017 00:02:36 |
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 |
2.50.2_5,1 22 Sep 2017 09:01:58 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
2.50.2_5,1 10 Sep 2017 20:55:39 |
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 |
2.50.2_4,1 17 Jul 2017 11:12:32 |
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) |
2.50.2_3,1 01 Jul 2017 05:19:22 |
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 |
2.50.2_2,1 22 May 2017 19:07:16 |
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 |
2.50.2_2,1 06 May 2017 20:13:11 |
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 |
2.50.2_2,1 04 May 2017 12:08:13 |
tijl |
r431187 moved machine-id to the upstream default location. Remove patching
of the path in audio/pulseaudio and devel/glib20.
PR: 218983, 218984 |
2.50.2_1,1 29 Apr 2017 19:09:45 |
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 |
2.50.2,1 02 Apr 2017 10:38:07 |
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 |
2.52.0_2 01 Apr 2017 20:45:39 |
bapt |
Shame on me not using properly the framework I wrote...
Reported by: jbeich
Pointy hat: bapt |
2.52.0_2 01 Apr 2017 20:36:47 |
bapt |
Reapply 437111
While here remove configure arguments already passed by the framework
Reported by: jbeich |
2.52.0_1 01 Apr 2017 19:37:06 |
bapt |
Readd pathfix, it is too early to drop it |
2.52.0 01 Apr 2017 19:24:22 |
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) |
2.46.2_5 28 Mar 2017 09:48:24 |
jbeich |
devel/glib20: drop adaptive mutex workaround
PR: 168317 |
2.46.2_4 17 Feb 2017 23:31:49 |
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 |
2.46.2_4 19 Nov 2016 18:21:20 |
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) |
2.46.2_3 24 Sep 2016 11:06:57 |
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) |
2.46.2_2 09 Sep 2016 19:42:46 |
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 ) |
2.46.2_2 26 Jul 2016 00:10:36 |
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 |
2.46.2_2 06 Jul 2016 22:10:14 |
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 |
2.46.2_1 06 Jul 2016 07:34:13 |
gahr |
devel/icu: bump PORTREVISION on dependent ports |
2.46.2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.46.2 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 |
2.44.1_3 23 Jan 2016 15:13:36 |
kwm |
Switch to rm because unlink doesn't accept flags.
Pointyhat to: kwm@ for not reading the rm/unlink man page good enough. |
2.44.1_2 03 Jan 2016 11:04:15 |
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. |
2.44.1_2 17 Oct 2015 17:16:33 |
kwm |
Re-enable kqueue backend for file monitoring. But add a hack, it
should allow programs to work properly again.
PR: 202128 |
2.44.1_1 25 Sep 2015 23:52:10 |
bapt |
Convert a bunch of @exec into proper @postexec |
2.44.1_1 06 Aug 2015 16:14:43 |
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 |
2.44.1 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 |
2.42.2 03 Apr 2015 11:26:50 |
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 |
2.42.2 27 Mar 2015 07:01:54 |
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 |
2.42.1 03 Dec 2014 09:18:24 |
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 |
2.42.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 ) |
2.36.3_4 03 Sep 2014 16:08:33 |
sunpoet |
- Change PYTHON_FEATURES to USE_PYTHON
Approved by: gnome (kwm) |
2.36.3_4 01 Sep 2014 19:52:11 |
tijl |
Convert to USES=libtool and USES=python
Obtained from: gnome-dev |
2.36.3_3 29 Jul 2014 21:20:05 |
antoine |
Unbreak some reference ports
Pointy hat: adamw |
2.36.3_3 29 Jul 2014 21:07:40 |
adamw |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
2.36.3_3 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
2.36.3_3 28 Jul 2014 16:28:03 |
adamw |
Rename devel/ patch-xy patches to reflect the files they modify. |
2.36.3_3 01 Jun 2014 17:56:38 |
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 |
2.36.3_2 23 Mar 2014 21:27:03 |
kwm |
Support python3 as default python version.
PR: ports/187400 [1]
Submitted by: Corey Smith <corsmith@gmail.com> [1]
nathanw@ |
2.36.3_2 16 Feb 2014 15:40:34 |
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] |
2.36.3_1 08 Feb 2014 09:26:44 |
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) |
2.36.3_1 17 Dec 2013 14:57:42 |
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> |
2.36.3 29 Oct 2013 17:05:51 |
kwm |
Restrict python to -2.7
Submitted by: mva@ |
2.36.3 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
2.36.3 17 Sep 2013 13:05:12 |
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) |
2.36.3 16 Sep 2013 17:22:30 |
madpilot |
- Make conditionals check for head iconv take advantage of iconv.mk
populated variables.
Submitted by: marino
Approved by: portmgr (bapt, implicit) |
2.36.3 12 Sep 2013 17:55:41 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Reviewed by: kwm@
Approved by: kwm@ (gnome@) |
2.36.3 04 Sep 2013 18:06:08 |
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) |
2.36.3 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] |
2.34.3 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
2.34.3 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
2.34.3 23 Apr 2013 10:13:20 |
bapt |
Convert devel to USES=pkgconfig |
2.34.3 08 Mar 2013 12:23:43 |
kwm |
Fix the build when the COLLATION_FIX option is enabled.
Reported by: ajtiM <lumiwa@gmail.com> |
2.34.3 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 |
2.28.8_5 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
2.28.8_5 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
2.28.8_5 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
2.28.8_4 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
2.28.8_3 19 Jan 2012 17:13:12 |
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 |
2.28.8_3 02 Jan 2012 16:32:36 |
marcus |
Add some missing headers in strategic places to remove text relocations and
potentially fix linker errors with certain linkers/versions of binutils.
PR: 163115
Submitted by: Jilles Tjoelker <jilles@stack.nl> |
2.28.8_3 02 Jan 2012 16:32:21 |
marcus |
Add some missing headers in strategic places to remove text relocations and
potentially fix linker errors with certain linkers/versions of binutils.
PR: 163115
Submitted by: Jilles Tjoelker <jilles@stack.nl> |
2.28.8_2 09 Nov 2011 09:24:57 |
marcus |
Ignore the fdescfs when calculating FS capacity.
Reported by: Alexander Kapshuk <alexander.kapshuk@gmail.com> |
2.28.8_1 25 Sep 2011 15:44:00 |
marcus |
Incorporate some patches from glib git to fix default application handling
and UNIX credential message passing. |
2.28.8 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 |
2.28.8 07 Aug 2011 23:58:00 |
marcus |
Remove a patch that is no longer needed.
Submitted by: andreast |
2.28.8 30 Jul 2011 09:20:22 |
kwm |
Update the glib and gtk stack to the lastest stable releases.
Add new ports for the new stable releases of gtk+-3.0.
Update vala to the newest stable release 0.12.1.
Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies.
Full contributors acknowledgment will be given in the GNOME 3 import. |
2.26.1_1 14 Mar 2011 21:29:56 |
mezz |
Add --enable-debug=yes in WITH_DEBUG to add more debug stuff.
PR: ports/154362
Submitted by: Stephen Fisher <steve@stephen-fisher.com> |
2.26.1_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.26.1_1 24 Nov 2010 21:06:10 |
kwm |
Due to a flaw in binutils 2.15, function names can conflict with
ELF assembler directives on PPC64 systems. As a result, it is not possible
to have functions named things like 'text' and 'data'.
In glib-compile-schemas.c we have such a name.
PR: ports/152555
Submitted by: andreast@ |
2.26.1_1 23 Nov 2010 14:29:29 |
kwm |
Remove the dbus dependancy. It is only used in the gdbus tests. |
2.26.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 ) |
2.24.2 15 Aug 2010 05:31:02 |
marcus |
Update to 2.24.2. |
2.24.1_1 20 Jul 2010 21:24:08 |
mezz |
Back out previous committed of add -D__STDC_ISO_10646__ as it causes a few
applications crash.
PR: ports/148450
Reported by: Kyryll A Mirnenko <xmirya@gmail.com>
Discussed with: marcus
Feature safe: yes |
2.24.1_1 07 Jul 2010 21:50:25 |
marcus |
Add -D__STDC_ISO_10646__ when the collation fix is enabled to fix a
crash on non-UTF-8 locales. This isn't being enabled globally as there
was not enough time to fully evaluate the fix.
Submitted by: Ivan Klymenko <fidaj@ukr.net>
Approved by: portmgr (erwin)
Feature safe: yes |
2.24.1_1 31 May 2010 22:52:40 |
marcus |
Bump PORTREVISION and add USE_GETTEXT where missing.
PR: 147257 |
2.24.1 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 ) |
2.22.4 07 Jan 2010 11:21:07 |
kwm |
Update to 2.22.4. |
2.22.3 06 Dec 2009 04:56:26 |
marcus |
Update to 2.22.3. |
2.22.2 28 Nov 2009 20:06:37 |
marcus |
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above ) |
2.20.5 29 Aug 2009 21:48:15 |
marcus |
Update to 2.20.5. |
2.20.4 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
2.20.4 04 Jul 2009 08:25:19 |
kwm |
Update to 2.20.4. |
2.20.3 29 May 2009 21:16:56 |
kwm |
Update to 2.20.3. |
2.20.2 17 May 2009 05:09:14 |
marcus |
Update to 2.20.2. |
2.20.1 12 Apr 2009 03:43:20 |
marcus |
Update to 2.20.1. |
2.20.0 10 Apr 2009 05:56:28 |
marcus |
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach. |
2.18.4 10 Jan 2009 05:22:13 |
marcus |
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes. On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs. The documentation updates
to the website are forthcoming.
This release features commits by adamw, ahze, kwm, mezz, and myself. It would
not have been possible without are contributors and testers:
Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen (Only the first 15 lines of the commit message are shown above ) |
2.16.5_1 25 Nov 2008 18:52:50 |
marcus |
Restore the ability to compile with optimized assembler code.
PR: 129088 |
2.16.5 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
2.16.5 20 Jul 2008 17:34:16 |
marcus |
Update to 2.16.5. |
2.16.4 02 Jul 2008 03:26:32 |
marcus |
Update to 2.16.4. |
2.16.3_1 06 Jun 2008 13:21:59 |
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) |