2021-04-23 18:56:21 by Dr. Thomas Orgis | Files touched by this commit (2) |
Log message:
graphics/cairo: make symbol lookup feature optional, avoiding libbfd
If cairo finds libbfd, it would use it unless symbol lookup was not
requested. This dependency is problematic as the binutils library
does not provide long-term ABI stability. We can live fine without this
feature and reduce the dependency footprint.
|
2020-11-16 12:15:18 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
cairo: Fix typos in comment
|
2020-11-16 10:27:03 by Nia Alarie | Files touched by this commit (1) |
Log message:
cairo: Disable symbol lookup tracing feature to avoid breakage
This uses libbfd, a library which is not exposed on a typical NetBSD
system, but may be on Linux. libbfd does not appear to have a stable
API, so this code may unexpectedly break.
Reported by Dr. Thomas Orgis (problems manifest on CentOS 7)
|
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-07-09 16:38:55 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
cairo: backport patches from upstream to use FT_Done_MM_Var instead of free
Memory allocated via FT_Get_MM_Var should be freed via FT_Done_MM_Var since
freetype 2.9. Backport patches from upstream to address missing parts not doing
that.
PKGREVISION++
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-11-02 23:38:06 by Roland Illig | Files touched by this commit (114) |
Log message:
graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-09-04 15:19:33 by Nia Alarie | Files touched by this commit (1) |
Log message:
cairo: remove MesaLib from buildlink3
|
2019-09-04 15:17:33 by Nia Alarie | Files touched by this commit (1) |
Log message:
cairo: Mesa and libXt don't seem to be needed.
GL support is explicitly disabled unconditionally.
|
2019-08-29 00:08:12 by Thomas Klausner | Files touched by this commit (1) |
Log message:
cairo: Remove BUILDLINK_API_DEPENDS.
These are lower than what's in their respective buildlink3.mk files.
|