2019-09-09 13:40:16 by Maya Rashish | Files touched by this commit (1) |
Log message:
glibmm: sync GCC_REQD between bl3, Makefile.
Fixes atkmm builds with GCC < 4.9
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-06 13:42:53 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
glibmm: updated to 2.60.0
2.60.0 (stable):
Glib:
* Add DateTime::get_timezone()
Add KeyFile::get_locale_for_key()
Add TimeZone::get_identifier()
* Add Value_RefPtrBoxed<>
Add Value<std::vector<string>> specializations and other Value
specializations that are necessary for _WRAP_PROPERTY
* Object construction: Add custom class init and instance init functions
Gio:
* Add AppInfo::launch_uris_async() and launch_uris_async()
Add DBusConnection::get_flags() and property_flags()
* Settings: Add property_settings_schema()
* TlsClientConnection: Deprecate property_accepted_cas()
* ThemedIcon: Add create(const std::vector<Glib::ustring>& iconnames)
* Remove NO_GTYPE from some _WRAP_ENUMs
* TlsConnection: Deprecate rehandshake API
* Application: Add signal_name_lost()
gmmproc:
* Add _IS_REFCOUNTED_BOXEDTYPE
Build:
* Require glib-2.0 >= 2.59.2
2.58.1 (stable):
gmmproc:
* _WRAP_ENUM and _WRAP_GERROR: Add gtype_func parameter
* docextract_to_xml.py: Add --exclude-file option.
Documentation:
* README: Add installation instructions
* Don’t use @retval on out args, use @param[out]
2.58.0 (stable):
This release is identical to 2.56.1.
|
2019-04-26 17:12:20 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update glibmm to 2.56.1.
From Clement Bouvier via pkgsrc-users.
2.56.1 (stable):
Glib:
* ustring: Fix wchar conversion on macOS with libc++
(Clemens Lang) Bug #795338
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-04-17 10:35:25 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
glibmm: update to 2.56.0.
2.56.0 (stable):
Glib:
* Threads::Private: Fix gobj().
(Kjell Ahlstedt) Bug #791711 (octoploid)
* TimeoutSource: Use monotonic time consistently.
(Kjell Ahlstedt) Bug #792524 (Dainis Jonitis)
* Add RefPtr::get().
(Kjell Ahlstedt) Bug #495762 (Hubert Figuiere)
Gio:
* TlsClientConnection: Deprecate set/get/property_use_ssl3().
(Kjell Ahlstedt)
* DataInputStream: Deprecate read_until().
(Kjell Ahlstedt)
* Application: Add property_resource_base_path_string().
This is a replacement for property_resource_base_path() which can't be
fixed without breaking ABI.
(Kjell Ahlstedt) Bug #787496 (Daniel Boles)
* Application: Add three set_option_context_*() methods.
(Kjell Ahlstedt)
* DesktopAppInfo: Add get_locale_string().
(Kjell Ahlstedt)
Documentation:
* Slightly elaborate Glib::Variant<Variant> docs.
(Daniel Boles) Bug #778219
tests:
* glibmm_variant: Don't use C++14 features when a C++11 compiler is used.
(Kjell Ahlstedt, Jonathan Wakely) Bug #787648 (Armin K.)
* glibmm_interface_move test: Avoid unused function warnings.
(Murray Cumming)
gmmproc:
* _WRAP_METHOD: Accept optional list of exceptions in errthrow.
(Kjell Ahlstedt) Bug #787979 (Daniel Boles)
* _WRAP_METHOD: Suppress the @return section in generated documentation
if return type is void.
(Kjell Ahlstedt) Bug #787978 (Daniel Boles)
* Add _MEMBER_SET_STR macro, setter for strings.
(Pavlo Solntsev) Bug #793778
|
2018-01-29 12:45:34 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
glibmm: Remove bogus forward declaration.
|
2017-12-30 18:12:51 by Greg Troxel | Files touched by this commit (1) |
Log message:
glibmm: Drop GCC_REQD from buildlink3.mk
As a hack for 2017Q4, I added GCC_REQD+=4.9 to glibmm's buildlink3.mk,
to make some fraction of glibmm-depending packages build on the
branch. This commit reverts the bl3 addition (but leaves
GCC_REQD+=4.9 for glibmm itself).
The result will be that someone building pkgsrc with a compiler older
than gcc 4.9 will be able to build glibmm (via forcing 4.9), and
depending packages will fail. This is much like the situation before
the previous commit, except that glibmm will build.
|
2017-12-30 00:06:14 by Greg Troxel | Files touched by this commit (2) |
Log message:
glibmm: Add kludge to use gcc 4.9 for depending packages
glibmm seems to need gcc 4.9 to build; therefore set GCC_REQD.
This means that depending packages using other versions (specifically
4.8 on NetBSD 7) will fail to link. As a kludge to make more things
build for the upcoming branch, force GCC_REQD to 4.9 in glibmm's
buildlink3.mk. Now, at least some packages that depend on glibmm
build. While icky, it's my judgement that having more packages
building is better.
This will very likely be reverted either after the branch or as part
of the upcoming compiler selection logic changes.
As proposed on tech-pkg.
|
2017-12-11 14:37:43 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
glibmm: Add PLIST support for files not installed on Darwin.
|