Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2013 04:10:00 GMT
From:      Denis <devzone.my@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/182287: Update MariaDB 5.5.33a databases/mariadb55-{client, server}
Message-ID:  <201309220410.r8M4A0Px031762@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182287; it has been noted by GNATS.

From: Denis <devzone.my@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org
Cc:  
Subject: Re: ports/182287: Update MariaDB 5.5.33a databases/mariadb55-{client,server}
Date: Sun, 22 Sep 2013 07:08:18 +0300

 -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@gmail.com>:
 > WITH_JEMALLOC="no" working!
 >
 > P.S. Cmake script in mariadb not found system jemalloc
 >
 > 2013/9/22  <FreeBSD-gnats-submit@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309220410.r8M4A0Px031762>