2025-02-18 16:14:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
libuuid: fix build on systems without ECHOPRT
Inspired by
drecklypkg commit 8cb85e0811d2f6f2eb7f4cbb887704b9b3a9d8e5
by Jonathan Perkin <jperkin@smartos.org>
|
2025-01-10 12:04:51 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
libuuid: Fix build on SunOS.
|
2024-12-28 15:10:24 by Thomas Klausner | Files touched by this commit (28) |  |
Log message:
libuuid: update to 2.40.2.
Remove patches for stuff fixed upstream, adapt remaining patches.
6 years of development, no concise summary found.
|
2024-03-11 19:06:05 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
libuuid: Add /usr/include/uuid to the fake .pc.
Fixes software that only looks for <uuid.h>.
|
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-08-14 20:01:26 by Tobias Nygren | Files touched by this commit (1) |
Log message:
libuuid: revert bump of BUIDLINK_ABI_DEPENDS
This was a false positive from the python revbump.
Keep the PKGREVISION bumped though so it doesn't go backwards.
|
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-03-08 04:13:32 by Charlotte Koch | Files touched by this commit (1) |
Log message:
devel/libuuid: Unbreak build on DragonFly
DragonFly has a cpu_set_t (not to be confused with cpuset_t), but util-linux
incorrectly assumes that its contents are identical to those on Linux.
Therefore, behave like NetBSD et al. and assume we *don't* have cpu_set_t
after all.
|
2022-12-14 01:27:04 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libuuid: revert setting INCDIRS in buildlink3.mk
This breaks python311 on at least NetBSD-current.
|
2022-12-13 13:46:24 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
libuuid: Set INCDIRS, fixes some dependent packages.
|