Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.33.4_3 17 Mar 2025 04:02:08
    |
Charlie Li (vishwin)  |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes. |
2.33.4_3 22 Jan 2025 10:17:23
    |
Nuno Teixeira (eduardo)  |
graphics/birdfont: Build with www/webkit2-gtk@41
Build with www/webkit2-gtk@41 as recomended upstream |
2.33.4_2 21 Jan 2025 03:12:20
    |
Charlie Li (vishwin)  |
www/webkit2-gtk: bump consumer PORTREVISIONs after port consolidation
With hat: gnome
PR: 275914 |
2.33.4_1 21 Jan 2025 03:12:19
    |
Charlie Li (vishwin)  |
www/webkit2-gtk: update to 2.46.5
Changelog:
https://github.com/WebKit/WebKit/blob/webkitgtk-2.46.5/Source/WebKit/gtk/NEWS
Now consolidated into one port with flavours since the codebase is
the same, just linked with different libraries resulting in different
SONAMEs and APIs. SONAMEs/flavours:
* GTK3 + libsoup = libwebkit2gtk-4.0 (40)
* GTK3 + libsoup3 = libwebkit2gtk-4.1 (41)
* GTK4 + libsoup3 = libwebkitgtk-6.0 (60)
Despite upstream's recommendation to use clang for better skia
optimisation, this port now USE_GCC due to extensive std::pair copy
constructor use that is not trivial to continue patching to stay
working with our libc++ version 1 ABI. See review D35327 for some
details.
Reported by: eduardo
PR: 275914
Differential Revision: https://reviews.freebsd.org/D45878 |
2.33.4_1 07 Dec 2024 12:40:23
    |
Nuno Teixeira (eduardo)  |
graphics/birdfont: Use SETENVI instead of SETENV |
2.33.4 18 Feb 2024 07:44:01
    |
Nuno Teixeira (eduardo)  |
graphics/birdfont: Update to 2.33.4
- Drop compiler and desktop-file-utils from USES
ChangeLog:
https://github.com/johanmattssonm/birdfont/compare/v2.32.3...v2.33.4 |
2.32.3_3 23 Dec 2023 18:14:14
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
2.32.3_2 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.32.3_2 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
2.32.3_1 02 Feb 2023 13:46:01
    |
Piotr Kubaj (pkubaj)  |
graphics/birdfont: fix build on powerpc
ld: error: ./build/bin/libbirdgems.so: undefined reference to sqrt
[--no-allow-shlib-undefined] |
2.32.3_1 23 Sep 2022 20:10:10
    |
Nuno Teixeira (eduardo)  |
graphics/birdfont: Remove unneeded patch
- In conversation with upstream author, the following patch could be
safely removed, since compiler catch as an error if stdlib.h is
missing.
---
#ifdef MAC
#include <malloc/malloc.h>
+#elif __FreeBSD__
+#include <stdlib.h>
#else
#include <malloc.h>
#endif
---
- Bump PORTREVISON |
2.32.3 23 Sep 2022 18:58:39
    |
Nuno Teixeira (eduardo)  |
graphics/birdfont: Update to 2.32.3
ChangeLog:
https://github.com/johanmattssonm/birdfont/compare/v2.32.2...v2.32.3 |
2.32.2 23 Sep 2022 01:37:39
    |
Nuno Teixeira (eduardo)  |
graphics/birdfont: Unbreak/Adopt/Update to 2.32.2
- Switch to MASTER_SITES
ChangeLog:
https://github.com/johanmattssonm/birdfont/compare/v2.29.6...v2.32.2 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.29.6 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.29.6 26 Aug 2022 17:02:25
    |
Tobias C. Berner (tcberner)  |
framework: switch tree to using vala.mk
PR: 249940 |
2.29.6 04 Apr 2022 15:01:04
    |
Mateusz Piotrowski (0mp)  |
graphics/birdfont: Return to the pool |
2.29.6 04 Apr 2022 15:01:04
    |
Mateusz Piotrowski (0mp)  |
graphics/birdfont: Mark as broken |
2.29.6 21 Jan 2022 09:05:34
    |
Mateusz Piotrowski (0mp)  |
graphics/birdfont: Update to 2.29.6
Changes: https://github.com/johanmattssonm/birdfont/releases/tag/v2.29.6 |
2.29.5 11 Oct 2021 07:57:07
    |
Mateusz Piotrowski (0mp)  |
graphics/birdfont: Update to 2.29.5 |
2.29.4 10 Oct 2021 19:44:42
    |
Baptiste Daroussin (bapt)  |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
2.29.4 16 Apr 2021 00:22:41
    |
Mateusz Piotrowski (0mp)  |
graphics/birdfont: Update to 2.29.4 |
2.29.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.29.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.29.1 23 Sep 2020 18:59:54
  |
0mp  |
Update to 2.29.1 |
2.29.0_1 21 Sep 2020 11:13:46
  |
0mp  |
Bump revision number after updating textproc/libxmlbird |
2.29.0 09 May 2020 19:31:01
  |
0mp  |
Update to 2.29.0 |
2.28.0 05 Mar 2020 02:05:48
  |
linimon  |
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
/usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:37: error: redefinition of
typedef 'JSCClass'
Approved by: portmgr (tier-2 blanket) |
2.28.0 01 Mar 2020 14:52:20
  |
0mp  |
New port: graphics/birdfont
Birdfont is a free font editor which lets you create vector graphics and
export TTF, OTF, EOT and SVG fonts. The editor has good support for both
monochrome and color font formats.
WWW: https://birdfont.org/ |