| Port details |
- glibmm26 C++ bindings for GLib
- 2.86.0 devel
=0 2.84.0Version of this port present on the latest quarterly branch. - Maintainer: gnome@FreeBSD.org
 - Port Added: 2022-11-06 13:09:07
- Last Update: 2026-05-11 04:02:45
- Commit Hash: 7fb702a
- License: LGPL21+
- WWW:
- https://gitlab.gnome.org/GNOME/glibmm
- Description:
- C++ interfaces for glib20.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- glibmm26>0:devel/glibmm26
- To install the port:
- cd /usr/ports/devel/glibmm26/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/glibmm26
- pkg install glibmm26
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: glibmm26
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1778235350
SHA256 (gnome/glibmm-2.86.0.tar.xz) = 39c0e9f6da046d679390774efdb9ad564436236736dc2f7825e614b2d4087826
SIZE (gnome/glibmm-2.86.0.tar.xz) = 9519556
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gettext-runtime>=0.26 : devel/gettext-runtime
- gettext-tools>=0.26 : devel/gettext-tools
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- perl5>=5.42.r<5.43 : lang/perl5.42
- Runtime dependencies:
-
- perl5>=5.42.r<5.43 : lang/perl5.42
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libsigc-3.0.so : devel/libsigc++30
- This port is required by:
- for Libraries
-
- audio/pavucontrol
- deskutils/gnote
- net-im/telegram-desktop
- sysutils/gnome-system-monitor
- x11-toolkits/gtkmm40
- x11-toolkits/pangomm24
Configuration Options:
- No options to configure
- Options name:
- devel_glibmm26
- USES:
- compiler:c++11-lang gettext gnome meson perl5 pkgconfig python:build shebangfix tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.86.0 11 May 2026 04:02:45
    |
Don Lewis (truckman)  Author: Olivier Duchateau |
devel/glibmm26: update to 2.86.0
With recent update of devel/glib20 commit 944cdc82c7, this is update for
devel/glibmm26 to 2.86.0.
2.86.0 (stable) 2025-09-19:
gmmproc:
* tools/defs_gen/docextract: Improve extraction of enum enumerators.
New enumerators in glib, gtk, pango are usually documented with one
enumerator per documentation block.
(Kjell Ahlstedt)
2.85.0 (unstable) 2025-08-31:
(Only the first 15 lines of the commit message are shown above ) |
2.84.0 11 Jun 2025 07:17:39
    |
Baptiste Daroussin (bapt)  Author: Olivier Duchateau |
devel/glibmm26: update to 2.84.0
PR: 286697 |
2.80.1 25 Oct 2024 21:03:50
    |
Charlie Li (vishwin)  |
devel/glibmm26: update to 2.80.1
Changelog: https://gitlab.gnome.org/GNOME/glibmm/-/blob/2.80.1/NEWS
The latest upstream version is 2.82.0, but the port is only updated
to this version to match devel/glib20. |
2.78.1 03 Feb 2024 21:50:57
    |
Charlie Li (vishwin)  |
devel/glibmm26: update to 2.78.1
Changelog: https://gitlab.gnome.org/GNOME/glibmm/-/blob/2.78.1/NEWS |
2.78.0 21 Sep 2023 21:24:56
    |
Dima Panov (fluffy)  |
devel/glibmm26: update to 2.78.0 release (+)
Changelog: https://gitlab.gnome.org/GNOME/glibmm/-/blob/2.78.0/NEWS
Sponsored by: Serenity Cybersecurity, LLC |
2.76.0 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> |
2.76.0 19 Mar 2023 22:58:48
    |
Sergey A. Osokin (osa)  |
*/*: update Telegram Desktop: 4.6.5 -> 4.7.0
Also, update:
o) net-im/tg_owt to its recent version;
o) devel/glibmm26: 2.74.0 -> 2.76.0. (*)
Discussed with: fluffy (*)
<ChangeLog>
o) You can disable all resource-intensive animations and animated
stickers and emoji.
o) Power saving mode turns on automatically based on system battery
saving settings.
o) Fully flexible playback speed settings for videos, voice and
video messages. (Only the first 15 lines of the commit message are shown above ) |
2.74.0 06 Nov 2022 13:02:01
    |
Dima Panov (fluffy)  |
devel/glibmm26: add new port with 2.68 API/ABI (stable branch) (+)
Time to strart transition from the outdated glibmm-2.4 API to the latest 2.68
API.
This port provide a latest release of glibmm-2.68 API, 2.74.0
Changelog since latest 2.4 API releases:
https://gitlab.gnome.org/GNOME/glibmm/-/blob/master/NEWS |