10 Commits

Author SHA1 Message Date
phessler
020a837930 another arch missing atomic ops 2015-04-17 07:59:56 +00:00
naddy
2382144b92 fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump 2015-03-16 18:07:34 +00:00
miod
6d3c30fd7f One more port which includes <tr1/....> and thus NOT_FOR_ARCHS=${GCC3_ARCHS} 2013-10-18 14:46:59 +00:00
espie
3f680606a7 PERMIT_* / REGRESS->TEST sweep 2013-03-11 02:52:04 +00:00
jasper
064629598d mark broken on mips64 for the same reasons it's broken on hppa/powerpc. 2012-11-30 13:31:02 +00:00
landry
dc43253376 Mark as BROKEN-hppa like it is for powerpc, undefined refs to :
__sync_bool_compare_and_swap_4
__sync_bool_compare_and_swap_8
__sync_lock_test_and_set_8
__sync_fetch_and_add_8
2012-09-29 07:03:46 +00:00
ajacoutot
d3d90d9459 Mark BROKEN on powerpc for now. 2012-09-10 16:21:54 +00:00
ajacoutot
ca372cac9a Unbreak on i386; reported by nigel@ 2012-08-30 09:19:00 +00:00
jasper
92ddc01ad1 spello in comment 2012-08-29 17:38:54 +00:00
ajacoutot
94f07f68eb Import kyotocabinet-1.2.76.
Kyoto Cabinet is a library of routines for managing a database. The
database is a simple data file containing records, each is a pair of a
key and a value. Every key and value is serial bytes with variable
length. Both binary data and character string can be used as a key and a
value. Each key must be unique within a database. There is neither
concept of data tables nor data types. Records are organized in hash
table or B+ tree.

Available FLAVOR:
        optimized - build with optimizations for the local CPU


ok robert@ jasper@ sthen@
2012-08-29 14:32:51 +00:00