summaryrefslogtreecommitdiff
path: root/devel/libuuid
AgeCommit message (Collapse)AuthorFilesLines
2014-07-02Add EXTRACT_USING=gtar to prevent a stream of warnings/errors asjnemeth1-1/+2
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.
2014-05-17More empty cases have been added. Patch them out to fix build on NetBSD.schmonz2-3/+27
2014-05-11Fix build failure on platforms where O_CLOEXEC is not available (e.g. MacOS ↵pho2-1/+20
X < 10.7)
2014-05-05Changes 2.24.2:adam6-48/+47
* __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
2014-03-13Set USE_GCC_RUNTIME=yes for packages which build shared libraries but dojperkin1-1/+2
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.
2014-02-12Remove conflict with devel/ossp-uuid, now that the former installs underfhajny1-3/+2
a different name. Bump PKGREVISION.
2013-12-28Update MASTER_SITES.obache1-2/+2
2013-11-23Use find-headers instead of find-files to detect builtin header files.obache1-3/+4
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-05Use fcntl instead of flock, and a couple of other small Solaris fixes.jperkin3-3/+58
2012-01-11Fix libdladm link error on SunOS.hans1-2/+7
2011-11-30Check for a builtin libuuid by looking for a real uuid.pc and use in insteadsbd1-8/+19
of a faked up pkg-config file.
2011-11-30Modify the builtin.mk file so it matches the template insbd1-28/+64
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).
2011-10-04Add a builtin.mk to allow using a native libuuid if available.hans1-0/+45
2011-05-12Changes 2.19.1:adam4-55/+43
Bug fixes.
2011-01-08Avoid installing some files not in PLIST, namely language and hwclock files.dsainty2-8/+9
2011-01-08Initial import libuuid 2.18markd7-0/+157
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.