Up to [cvs.NetBSD.org] / pkgsrc / devel / glibmm
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.23 / (download) - annotate - [select for diffs], Mon Aug 14 05:24:08 2023 UTC (3 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
*: recursive bump for Python 3.11 as new default
Revision 1.22 / (download) - annotate - [select for diffs], Tue Jul 18 14:11:15 2023 UTC (4 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
devel: Adapt packages to use USE_(CC|CXX)_FEATURES
Revision 1.21 / (download) - annotate - [select for diffs], Tue Jun 28 11:31:44 2022 UTC (17 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
*: recursive bump for perl 5.36
Revision 1.20 / (download) - annotate - [select for diffs], Wed Dec 8 16:01:52 2021 UTC (2 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
revbump for icu and libffi
Revision 1.19 / (download) - annotate - [select for diffs], Sun Mar 8 16:47:32 2020 UTC (3 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
*: recursive bump for libffi
Revision 1.17.12.1 / (download) - annotate - [select for diffs], Fri Sep 20 19:23:33 2019 UTC (4 years, 2 months ago) by bsiegert
Branch: pkgsrc-2019Q2
Changes since 1.17: +3 -1
lines
Diff to previous 1.17 (colored) next main 1.18 (colored)
Pullup ticket #6056 - requested by maya devel/glibmm: build fix Revisions pulled up: - devel/glibmm/buildlink3.mk 1.18 --- Module Name: pkgsrc Committed By: maya Date: Mon Sep 9 11:40:16 UTC 2019 Modified Files: pkgsrc/devel/glibmm: buildlink3.mk Log Message: glibmm: sync GCC_REQD between bl3, Makefile. Fixes atkmm builds with GCC < 4.9
Revision 1.18 / (download) - annotate - [select for diffs], Mon Sep 9 11:40:16 2019 UTC (4 years, 3 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.17: +3 -1
lines
Diff to previous 1.17 (colored)
glibmm: sync GCC_REQD between bl3, Makefile. Fixes atkmm builds with GCC < 4.9
Revision 1.17 / (download) - annotate - [select for diffs], Sat Dec 30 17:12:51 2017 UTC (5 years, 11 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Branch point for: pkgsrc-2019Q2
Changes since 1.16: +1 -6
lines
Diff to previous 1.16 (colored)
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.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Dec 29 23:06:14 2017 UTC (5 years, 11 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.15: +6 -1
lines
Diff to previous 1.15 (colored)
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.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Sep 15 10:04:10 2012 UTC (11 years, 2 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
recursive bump from libffi shlib major bump (additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
Revision 1.14 / (download) - annotate - [select for diffs], Sat Mar 3 00:11:59 2012 UTC (11 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Recursive bump for pcre-8.30* (shlib major change)
Revision 1.13 / (download) - annotate - [select for diffs], Mon Feb 6 12:39:50 2012 UTC (11 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Apr 22 13:42:28 2011 UTC (12 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 2 16:43:26 2010 UTC (13 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
Changes 2.24.2: * Reference Documentation: Add main page text for index.html. Changes 2.24.1: * UnixOutputStream: Fix the constructor to use the correct property name. * Documentation: Strip out the gobject-introspection annotations, and use other improvements made to docextract_to_xml.py * Fix the Windows MSVC build. Changes 2.24.0: * Changes in glibmm 2.24 compared to glibmm 2.22: Glib: * BalanceTree: New class, wrapping GTree. * Fix ustring::format(non-const char*) and add regression test. Gio: * Added InetAddress, NetworkAddress, NetworkService, Resolver, Socket, SocketAddress, SocketAddressEnumerator, SocketClient, SocketConnectable, SocketConnection, SocketListener, SocketService, SrvTarget, TcpConnection, Threaded SocketService, UnixConnection * AsyncResult: Add get_source_object_base(), deprecating get_source_object() because it usually can never work. * Cancellable: Added release_fd() and make_polldf().
Revision 1.10 / (download) - annotate - [select for diffs], Fri Mar 20 19:24:14 2009 UTC (14 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.9: +6 -13
lines
Diff to previous 1.9 (colored)
Simply and speed up buildlink3.mk files and processing. This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Sep 21 13:03:35 2007 UTC (16 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. Bump PKGREVISION.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 8 23:10:43 2006 UTC (17 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Change the format of BUILDLINK_ORDER to contain depth information as well, and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jul 8 22:39:08 2006 UTC (17 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Track information in a new variable BUILDLINK_ORDER that informs us of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
Revision 1.6 / (download) - annotate - [select for diffs], Sat May 13 20:32:26 2006 UTC (17 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Fix buildlink3.mk
Revision 1.5 / (download) - annotate - [select for diffs], Sat May 13 19:15:51 2006 UTC (17 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.4: +2 -3
lines
Diff to previous 1.4 (colored)
Changes 2.10.2: * Added --enable-api-properties, --enable-api-vfuncs, and --enable-api-exceptions. When using these, the API, and any API generated by gmmproc, will be changed. This allows users of embedded platforms to reduce the code size of *mm libraries and *mm-using applications, at the small cost of losing some rarely-used API. Alternatives exist for that API, as show in the examples.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 6 06:21:49 2006 UTC (17 years, 8 months ago) by reed
Branch: MAIN
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Over 1200 files touched but no revisions bumped :) RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
Revision 1.3 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:42 2006 UTC (17 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 16 10:08:04 2006 UTC (17 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Changes 2.8.3: * filename_display_name(): Correct the declaration to fix the linker error. * Build: For reduced-resources devices, optionally allow deprecated API to be left out of the library. * Documentation: - Show Since and Deprecated lists of API. Changes 2.8.2: * Solaris build fix: Correct the detection of make.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jul 22 21:12:20 2005 UTC (18 years, 4 months ago) by adam
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
gtkmm (previously known as Gtk--) is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 22 21:12:20 2005 UTC (18 years, 4 months ago) by adam
Branch: MAIN
Initial revision