From owner-freebsd-ports@FreeBSD.ORG Wed Oct 16 00:08:10 2013 Return-Path: Delivered-To: freebsd-ports@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 0EC57B3F for ; Wed, 16 Oct 2013 00:08:10 +0000 (UTC) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Received: from nschwmtas02p.mx.bigpond.com (nschwmtas02p.mx.bigpond.com [61.9.189.140]) by mx1.freebsd.org (Postfix) with ESMTP id 9793B21F5 for ; Wed, 16 Oct 2013 00:08:08 +0000 (UTC) Received: from nschwcmgw08p ([61.9.190.168]) by nschwmtas02p.mx.bigpond.com with ESMTP id <20131016000801.MTXC2047.nschwmtas02p.mx.bigpond.com@nschwcmgw08p>; Wed, 16 Oct 2013 00:08:01 +0000 Received: from hermes.heuristicsystems.com.au ([58.172.113.247]) by nschwcmgw08p with BigPond Outbound id dc7z1m00H5LKYmq01c7zdf; Wed, 16 Oct 2013 00:08:01 +0000 X-Authority-Analysis: v=2.0 cv=LvIQOwhc c=1 sm=1 a=YibVxx38Z+cwdCKSMcELyg==:17 a=ZrMLe46okBcA:10 a=DulgpSgfdIMA:10 a=8nJEP1OIZ-IA:10 a=GHIR_BbyAAAA:8 a=bZW9CkDKr_EA:10 a=kLW0Gr3WAAAA:8 a=6I5d2MoRAAAA:8 a=GxVDWceTiEihFXrBJccA:9 a=wPNLvfGTeEIA:10 a=bPFmGhFUX2MA:10 a=Bpg2_ke_ZEUA:10 a=SV7veod9ZcQA:10 a=YibVxx38Z+cwdCKSMcELyg==:117 Received: from [10.0.5.3] (ewsw01.hs [10.0.5.3]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.14.5/8.13.6) with ESMTP id r9G06ZAQ095969 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 16 Oct 2013 11:06:36 +1100 (EST) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Message-ID: <525DD800.1050904@heuristicsystems.com.au> Date: Wed, 16 Oct 2013 11:04:16 +1100 From: Dewayne User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Michael Gmelin , Alexandr Kovalenko Subject: Re: [maintainer] Workaround: mariadb55-client and other ports using libmysqlclient.so References: <525D95AC.5030009@unsane.co.uk> <20131015223429.75099827@bsd64.grem.de> <20131016000014.5dfa8f6c@bsd64.grem.de> In-Reply-To: <20131016000014.5dfa8f6c@bsd64.grem.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org, Vincent Hoffman X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Oct 2013 00:08:10 -0000 On 16/10/2013 9:00 AM, Michael Gmelin wrote: > On Wed, 16 Oct 2013 00:33:42 +0300 > Alexandr Kovalenko wrote: > >> Thanks for testing Michael! >> >> Michael, no need to merge into your patch, this fix is essential and >> urgent, while your is very complex and not so urgent :) >> >> Let's keep things separate :) >> >> On Tue, Oct 15, 2013 at 11:34 PM, Michael Gmelin >> wrote: >>> On Tue, 15 Oct 2013 22:28:10 +0300 >>> Alexandr Kovalenko wrote: >>> >>>> On Tue, Oct 15, 2013 at 10:21 PM, Vincent Hoffman >>>> wrote: >>>>> ports/182565 >>>> I've submitted fix. Could you please try it and check if it helps? >>>> >>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=183001 >>>> _______________________________________________ >>>> freebsd-ports@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >>>> To unsubscribe, send any mail to >>>> "freebsd-ports-unsubscribe@freebsd.org" >>> >>> I tested the patch on 9.1-RELEASE + clang + libc++, it builds and >>> runs fine. Since I was just preparing anothing patch for PR 182547 >>> I merged this with your patch, it can be found here: >>> >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=182547&cat=#reply15 >>> >>> Michael >>> >>> -- >>> Michael Gmelin > Hi Alex, > > While I understand that your top priority is making the port > build again, I would ask you to look at the patches soon. Not reading > the correct configuration files is not a negligible problem, especially > when migrating from MySQL. > > Thanks, > Michael > Isn't the most expedient solution to reverse the libexecinfo changes until the patches are incorporated, tested and deployed? Is there a reason that the Makefile can't comment out LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo and remove files/patch-cmake_os_FreeBSD.cmake in the meantime? Regards, Dewayne