Age | Commit message (Collapse) | Author | Files | Lines |
|
source tarball was created with extensions to tar that aren't
supported by nbtar. Since this does not change the binary package,
no PKGREVISION bump.
|
|
|
|
X < 10.7)
|
|
* __uuid_generate_time() report if clock_seq is safe
* do not use invalid file descriptor
* fix test in get_clock()
* get_clock() report if the clock_seq is safe
* introduce uuid_generate_time_safe()
* manpage spelling fixes
* move __uuid function to UUIDD_PRIVATE in uuid.sym
* rename uuid__generate_* to __uuid_generate_*
* update manpage, mention uuid_generate_time_safe
|
|
not use libtool to do so. This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
|
|
a different name. Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
of a faked up pkg-config file.
|
|
pkgsrc/mk/buildlink3/bsd.builtin.mk and change the fake uuid.pc so its
similar to what's used in other builtins (and a little bit simpler).
|
|
|
|
Bug fixes.
|
|
|
|
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.
|