Next | Query returned 214 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   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-11-12 14:08:35 by Thomas Klausner | Files touched by this commit (1)
Log message:
freetype2: bump PKGREVISION for optional brotli

The old binary package did not have a brotli option, so all packages
that include the buildlink3.mk will now mis-detect that brotli was
disabled (since the buildlink3.mk checks for the brotli option).

Addresses PR 57693.
   2023-11-09 23:27:01 by Thomas Klausner | Files touched by this commit (1)
Log message:
freetype2: third part of making brotli optional
   2023-11-09 21:18:59 by Nia Alarie | Files touched by this commit (1)
Log message:
freetype2: Second part of previous.
   2023-11-09 21:10:32 by Nia Alarie | Files touched by this commit (1)
Log message:
freetype2: Make brotli support optional, but enabled by default.

brotli is quite a heavy dependency compared to freetype itself on
weaker systems, especially those using old C++ compilers.

And it's only used for certain web fonts.
   2023-08-30 14:33:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
freetype2: updated to 2.13.2

CHANGES BETWEEN 2.13.1 and 2.13.2 (2023-Aug-25)

  I. MISCELLANEOUS

  - Better support for CFF2 variation fonts.

  - TrueType interpreter  version 38 (also known  as 'Infinality') has
    been removed.

  - Improved OpenVMS support.
   2023-06-27 10:52:58 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
freetype2: updated to 2.13.1

FreeType 2.13.1

This is a maintenance release with only minor changes, for example, a new load \ 
flag FT_LOAD_NO_SVG to ignore glyphs in an SVG SFNT table, or a new function \ 
FT_Get_Default_Named_Instance to get the index of the default named instance of \ 
an OpenType Variation Font.
   2023-05-05 19:28:49 by Greg Troxel | Files touched by this commit (3)
Log message:
graphics/freetype2: Work around clang complaining

clang 10 (apple) objects to a fallthrough macro without a statement.
It's really not clear if the fallthrough macro (attribute) is valid,
or just a gcc extension, or if the compiler is right to object to a
lack of statement.  Just add "0;" to not change behavior and avoid the
rabbit hole.
   2023-04-01 13:52:33 by Taylor R Campbell | Files touched by this commit (1)
Log message:
graphics/freetype2: Bump BUILDLINK_API_DEPENDS to cope with brotli.

Otherwise if an earlier version of freetype2 is installed, dependent
packages fail to build with messages like this:

===> Creating toolchain wrappers for fontconfig-2.14.2
ERROR: brotli>=1.0.1 is not installed; can't buildlink files.

(If there's a better way to deal with this that doesn't trigger
excessive rebuilds of freetype2 when older versions are acceptable,
feel free to do this differently!)

Next | Query returned 214 messages, browsing 1 to 10 | Previous