From owner-freebsd-ports@FreeBSD.ORG Fri Oct 4 13:51:29 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 33F8E3B5 for ; Fri, 4 Oct 2013 13:51:29 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) (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 BDF642E99 for ; Fri, 4 Oct 2013 13:51:28 +0000 (UTC) Received: from vhoffman-macbooklocal.local (gw.office.as29550.net [213.229.80.76]) (authenticated bits=0) by unsane.co.uk (8.14.7/8.14.6) with ESMTP id r94DpO62030307 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 4 Oct 2013 14:51:25 +0100 (BST) (envelope-from vince@unsane.co.uk) Message-ID: <524EC7DC.8010603@unsane.co.uk> Date: Fri, 04 Oct 2013 14:51:24 +0100 From: Vincent Hoffman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Florian Smeets Subject: Re: anyone else using WITH_MYSQL_VER=55m and having problems? References: <524EAA42.8000003@unsane.co.uk> <524EC29C.3060906@smeets.im> In-Reply-To: <524EC29C.3060906@smeets.im> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-ports@freebsd.org 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: Fri, 04 Oct 2013 13:51:29 -0000 On 04/10/2013 14:29, Florian Smeets wrote: > On 04.10.13 13:45, Vincent Hoffman wrote: >> I've opened a PR for apr1 but i'm thinking maybe it should be for mariadb55? >> http://www.freebsd.org/cgi/query-pr.cgi?pr=182565 >> >> a working build (against mysql55) has >> > >> setting LDADD_dbd_mysql to "-L/usr/local/lib/mysql -lmysqlclient_r -pthread -lz -lm -lmysqlclient_r -L/usr/local/lib/mysql -lmysqlclient_r -pthread -lz -lm" >> > >> >> The failed build (with mariadb55) >> >> setting LIBS to "-L/usr/local/lib/mysql -lmysqlclient_r -pthread -lz -lm -lexecinfo" > > I see the error, it's a typo > > -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo > +LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo > > I'll test this and commit the fix shortly. Thanks for the quick reply/fix Vince > > Florian >