2024-01-13 21:07:34 by Taylor R Campbell | Files touched by this commit (24) |
Log message:
*/builtin.mk: Use ${_CROSS_DESTDIR:U} for build-time file checks.
These are questions about the target system, whose files at
build-time are all relative to ${_CROSS_DESTDIR} if it is defined,
i.e., if USE_CROSS_COMPILE is set to yes.
No change to native builds because ${_CROSS_DESTDIR:U} is empty in
them. (Possible minor change by adding :Q to ${H_FOO} in command
lines, but if this makes a difference it likely fixes problems.)
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-04-17 23:08:22 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libXft: update to 2.3.8.
Alan Coopersmith (1):
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Matt Turner (1):
libXft 2.3.8
Thomas E. Dickey (3):
add check for missing glyph in XftFontCheckGlyph()
issue 17: libxft-2.3.7: Bold fonts in urxvt missing leftmost pixels
issue 18: Problems with rotated text (monospace font only)
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2022-11-16 12:56:15 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libXft: pkglint cleanup
|
2022-11-16 12:55:44 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libXft: update to 2.3.7.
Thomas E. Dickey (4):
libxft issue #15
fix compiler warning
libxft issue #16
libXft 2.3.7
ericLemanissier (1):
stdint.h header is needed for SIZE_MAX
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-09-11 10:20:16 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libXft: update to 2.3.6.
Adam Sampson (1):
Fix length check in XftTextExtents*.
Thomas E. Dickey (3):
revised fix for gcc 12 compiler warnings in xftextent.c
fix gcc12 warning about malloc size
libXft 2.3.6
|
2022-09-06 10:37:01 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libXft: update to 2.3.5.
Version 2.3.5
Add support for BGRA glyphs display and scaling
Add "trackmemusage" property to use in improved _XftFontUncacheGlyph
Revised/completed manual page; all functions are documented.
|
2022-07-08 08:39:57 by Nia Alarie | Files touched by this commit (1) |
Log message:
PR pkg/56909 libXft cannot avoid-duplicate because the native fontconfig
is always ignored on NetBSD 8 due to a (possibly wrong for native Xorg)
ABI_DEPENDS setting elsewhere in pkgsrc
|