2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-04-30 19:44:58 by Amitai Schleier | Files touched by this commit (1) |
Log message:
libepoxy: if we were built with 'x11', buildlink what we were
buildlunk with. Fixes gtk3's configure not finding a suitable libepoxy
(at least on macOS), then building a vendored copy instead and failing
PLIST check.
|
2023-04-26 22:00:39 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libepoxy: update to 1.5.10.
Changes since 1.5.9
Fix for building with MSVC on non-English locale [Seungha Yang]
Fix build on Android [Caolán McNamara]
Add the right include paths for EGL and X11 headers [Alex Richardson]
|
2022-07-10 03:10:44 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libepoxy: needs python 3
|
2022-04-20 22:27:37 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libepoxy: update to 1.5.9.
Changes since 1.5.8
Allow libopengl.so to be used when GLX_LIB is missing [#257, John Bates]
Changes since 1.5.7
Revert changes from PR #238 / #229
Fixes regressions: #240, #252, #253
Changes since Epoxy 1.5.6
Remove type redefinition [#249]
Changes since 1.5.5
Fix issue with loading OpenGL/GLX/EGL libraries [#238, Yaroslav Isakov]
Expose dependency variables in pkg-config file [#231, Xavier Claessens]
Support Win64 pointer-sized types [#246]
Close output objects when generating files [#242, Aleksandr]
Changes since 1.5.4
Remove Python 2 support [#213]
Remove Autotools support [#212]
Use EGL_NO_X11 to disable X11 headers [#216]
Use call convention for mock function [crziter, #220]
Return correct version of GLSL on GLES2 [Eric Anholt, #223]
Rely on Meson's darwin_versions option [#225]
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2020-09-13 18:01:04 by Leonardo Taccari | Files touched by this commit (1) |
Log message:
libepoxy: OPSYS definition needs bsd.fast.prefs.mk
(Probably it was exposed by accident to all libepoxy bl3 users.)
|
2020-04-06 19:14:44 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
libepoxy: Remove bogus -D_XOPEN_SOURCE on SunOS.
|