./devel/libuuid, Generate unique identifiers for objects

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.40.2, Package name: libuuid-2.40.2, Maintainer: pkgsrc-users

The UUID library is used to generate unique identifiers for objects
that may be accessible beyond the local system. This library
generates UUIDs compatible with those created by the Open Software
Foundation (OSF) Distributed Computing Environment (DCE) utility
uuidgen.

The UUIDs generated by this library can be reasonably expected to be
unique within a system, and unique across all systems. They could
be used, for instance, to generate unique HTTP cookies across multiple
web servers without communication between the servers, and without fear
of a name clash.

From util-linux-ng.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 8647.285 KB

Version history: (Expand)


CVS history: (Expand)


   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) | Package updated
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.