Commit graph

19 commits

Author SHA1 Message Date
jperkin
7df37958c1 Expand --version-script removals for SunOS back out into package Makefiles
rather than trying to consolidate into a single fnmatch.  There aren't that
many of them, and it will aid the integration of cwrappers which doesn't
support globs.
2014-09-10 15:59:33 +00:00
jperkin
308d619fff Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ld
arguments, these are now handled globally by mk/platform/SunOS.mk
2014-08-28 10:58:18 +00:00
jnemeth
00cf4a5960 Add EXTRACT_USING=gtar to prevent a stream of warnings/errors as
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-07-02 03:45:50 +00:00
schmonz
085e472ad6 More empty cases have been added. Patch them out to fix build on NetBSD. 2014-05-17 16:19:27 +00:00
pho
dba6f31b77 Fix build failure on platforms where O_CLOEXEC is not available (e.g. MacOS X < 10.7) 2014-05-11 04:59:07 +00:00
adam
1a221dc3b5 Changes 2.24.2:
* __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-05-05 20:14:55 +00:00
jperkin
9e7a1ba4b9 Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
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-03-13 11:08:49 +00:00
fhajny
3617e64851 Remove conflict with devel/ossp-uuid, now that the former installs under
a different name. Bump PKGREVISION.
2014-02-12 11:44:58 +00:00
obache
68ff0cceb5 Update MASTER_SITES. 2013-12-28 09:16:20 +00:00
obache
c28b1c803f Use find-headers instead of find-files to detect builtin header files. 2013-11-23 10:51:09 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
jperkin
a07bfc1260 Use fcntl instead of flock, and a couple of other small Solaris fixes. 2012-09-05 13:03:04 +00:00
hans
a488d05a5e Fix libdladm link error on SunOS. 2012-01-11 13:28:45 +00:00
sbd
1e8312973f Check for a builtin libuuid by looking for a real uuid.pc and use in instead
of a faked up pkg-config file.
2011-11-30 08:04:20 +00:00
sbd
95b30e0987 Modify the builtin.mk file so it matches the template in
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-11-30 07:57:09 +00:00
hans
6b6a755d35 Add a builtin.mk to allow using a native libuuid if available. 2011-10-04 14:23:17 +00:00
adam
2fa4b73b55 Changes 2.19.1:
Bug fixes.
2011-05-12 12:26:15 +00:00
dsainty
8db3f1501a Avoid installing some files not in PLIST, namely language and hwclock files. 2011-01-08 22:19:52 +00:00
markd
c00b0e2dec Initial import libuuid 2.18
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.
2011-01-08 20:40:33 +00:00