From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 22 04:08:22 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A3CFCFE6; Sun, 22 Sep 2013 04:08:22 +0000 (UTC) (envelope-from devzone.my@gmail.com) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 86F39289E; Sun, 22 Sep 2013 04:08:21 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id q8so1678951lbi.25 for ; Sat, 21 Sep 2013 21:08:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=u4IofMhuDJh5shlgf7hrpZ4Exb/IVDZKzlHDfprVZgY=; b=CRoSee3ZxO0S8xvZxUCZc0BAM4h0DrVdsgVTI+co/AwqaTC+PnIDh6+yLOuG6wa1kh oGDqqvJYxpmzkIIZELAdK1DAWmsvHIsU+H24ft7w1L0dw6KOcX1lgHTSckUrMCKboZxC 75QTMzUtuV+Byy3QtJMzgIUc/1qq1A0o3wRr/rkdsOBDJuBGHwz6MmoOaRTqq6tHHZNb oVV79wF0/Vk5Md3Lh24jdpEv10uenNviH2JPUKuHquPB+O0QqvQbk7TdUERYqtm03Zds AMfnMrPxcQL4nWGDl+phExbgX0K7qSyFfOVVy+Snm2ssTHZBs5yQLyy8v/Ax++LXPZW8 IZTA== MIME-Version: 1.0 X-Received: by 10.152.29.201 with SMTP id m9mr13842765lah.6.1379822898572; Sat, 21 Sep 2013 21:08:18 -0700 (PDT) Received: by 10.112.185.39 with HTTP; Sat, 21 Sep 2013 21:08:18 -0700 (PDT) In-Reply-To: References: <201309212311.r8LNB1Qk007336@oldred.freebsd.org> <201309212320.r8LNK0II058616@freefall.freebsd.org> Date: Sun, 22 Sep 2013 07:08:18 +0300 Message-ID: Subject: Re: ports/182287: Update MariaDB 5.5.33a databases/mariadb55-{client, server} From: Denis To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Sep 2013 04:08:22 -0000 -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