Port details |
- libuuid Library to generate or parse 128-bit Universally Unique IDs (UUIDs)
- 2.41.1_1 misc
=2 2.41.1_1Version of this port present on the latest quarterly branch. - Maintainer: arrowd@FreeBSD.org
 - Port Added: 2025-06-30 15:06:06
- Last Update: 2025-07-07 12:54:06
- Commit Hash: c5ee704
- People watching this port, also watch:: libXdamage, libevent, xcb-util-image, libthai, wayland
- License: BSD3CLAUSE
- WWW:
- https://github.com/util-linux/util-linux
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/misc/libuuid/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/libuuid
- pkg install libuuid
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libuuid
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1751103251
SHA256 (util-linux-util-linux-v2.41.1_GH0.tar.gz) = 61a9785cbf04091286ec2bbfb78e87c35e6380f084f38115a4677b90b9ad4437
SIZE (util-linux-util-linux-v2.41.1_GH0.tar.gz) = 16084246
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- asciidoctor : textproc/rubygem-asciidoctor
- bison : devel/bison
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Libraries
-
- audio/audacity
- audio/gsequencer
- audio/ladish
- audio/lash
- audio/libgig
- audio/linuxsampler
- audio/owntone
Configuration Options:
- ===> The following configuration options are available for libuuid-2.41.1_1:
MANPAGES=on: Build and/or install manual pages
===> Use 'make config' to modify these settings
- Options name:
- misc_libuuid
- USES:
- bison meson pkgconfig tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.41.1_1 07 Jul 2025 12:54:06
    |
Gleb Popov (arrowd)  Author: John Hein |
misc/libuuid: Add HAS_SYMBOL_VERSION
PR: 288063 |
2.41.1_1 06 Jul 2025 12:29:39
    |
Matthias Andree (mandree)  |
misc/libuuid: enable symbol versioning
Some ports depend on versioned symbols in libuuid, and the meson
test appears off because it tries to look for the --version-script
without having build the library, and assumes the linker does
not support the --version-script. Force versioning.
Approved by: portmgr@ (blanket) |
2.41.1 30 Jun 2025 15:00:45
    |
Matthias Andree (mandree)  |
*: Update util-linux libuuid and libblkid to 2.41.1.
ChangeLog: https://github.com/util-linux/util-linux/blob/v2.41.1/Documentation/releases/v2.41.1-ReleaseNotes |
2.41 30 Jun 2025 15:00:31
    |
Matthias Andree (mandree)  |
*/*libuuid, */*libblkid: build MANPAGES by default as before.
in libuuid, also replace mkdir --parents GNUism by POSIX mkdir -p
to avoid MANPAGES build issue.
While here, clean up with portfmt/portclippy.
PR: 251489 |
2.41 30 Jun 2025 14:48:22
    |
Matthias Andree (mandree)  Author: Alexander Shursha |
misc/libuuid: Add new port |