ports/182287: Update MariaDB 5.5.33a databases/mariadb55-{client, server}
Denis
devzone.my at gmail.com
Sun Sep 22 04:08:22 UTC 2013
-OPTIONS_DEFINE+= OQGRAPH PBXT MAXKEY
+OPTIONS_DEFINE+= OQGRAPH PBXT MAXKEY TOKUDB
OQGRAPH_DESC= Open Query Graph Computation engine
PBXT_DESC= MVCC-based transactional engine
MAXKEY_DESC= Change max key length from 1000 to 4000
+TOKUDB_DESC= High-performance transactional engine
.......
.if ${PORT_OPTIONS:MMAXKEY}
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-include_my_compare.h
.endif
+.if empty(PORT_OPTIONS:MTOKUDB)
+CMAKE_ARGS+= -DWITHOUT_TOKUDB_STORAGE_ENGINE=1
+.else
+CMAKE_ARGS+= -DWITH_TOKUDB_STORAGE_ENGINE=1
+.endif
2013/9/22 Denis <devzone.my at gmail.com>:
> WITH_JEMALLOC="no" working!
>
> P.S. Cmake script in mariadb not found system jemalloc
>
> 2013/9/22 <FreeBSD-gnats-submit at freebsd.org>:
>> Thank you very much for your problem report.
>> It has the internal identification `ports/182287'.
>> The individual assigned to look at your
>> report is: freebsd-ports-bugs.
>>
>> You can access the state of your problem report at any time
>> via this link:
>>
>> http://www.freebsd.org/cgi/query-pr.cgi?pr=182287
>>
>>>Category: ports
>>>Responsible: freebsd-ports-bugs
>>>Synopsis: Update MariaDB 5.5.33a databases/mariadb55-{client,server}
>>>Arrival-Date: Sat Sep 21 23:20:00 UTC 2013
More information about the freebsd-ports-bugs
mailing list