summaryrefslogtreecommitdiff
path: root/devel/libuuid
AgeCommit message (Collapse)AuthorFilesLines
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.