From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 22 04:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E6EA49A for ; Sun, 22 Sep 2013 04:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E5A428A8 for ; Sun, 22 Sep 2013 04:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8M4A1OS031764 for ; Sun, 22 Sep 2013 04:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8M4A0Px031762; Sun, 22 Sep 2013 04:10:00 GMT (envelope-from gnats) Date: Sun, 22 Sep 2013 04:10:00 GMT Message-Id: <201309220410.r8M4A0Px031762@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Denis Subject: Re: ports/182287: Update MariaDB 5.5.33a databases/mariadb55-{client, server} X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Denis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Sep 2013 04:10:02 -0000 The following reply was made to PR ports/182287; it has been noted by GNATS. From: Denis 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 : > WITH_JEMALLOC="no" working! > > P.S. Cmake script in mariadb not found system jemalloc > > 2013/9/22 : >> 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