Commit graph

10 commits

Author SHA1 Message Date
markd
ed642659d0 libuuid: fix format of BUILTIN_PKG.libuuid variable in builtin.mk 2018-11-06 09:38:54 +00:00
jperkin
a6bf9bdc82 libuuid: Always create fake .pc when using builtin.
Previous logic would only create it when pkg-config was in USE_TOOLS,
but pkg-config is not the only tool that uses them - for example any
package that uses ruby-pkg-config.  Fixes graphics/ruby-cairo.
2018-05-14 13:55:56 +00:00
jperkin
ccc003af56 libuuid on Darwin is in the main system library, so only perform the header
check for it to be deemed available.  Allows the builtin version to be used.
2016-02-24 14:58:24 +00:00
jperkin
5a3e86d515 Fix generated fake uuid.pc. A missing ";" meant that the Cflags line was
appended to the Libs line, causing build problems for anything using it.
2014-09-19 12:50:43 +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
obache
c28b1c803f Use find-headers instead of find-files to detect builtin header files. 2013-11-23 10:51:09 +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