From owner-freebsd-apache@FreeBSD.ORG Fri Jan 11 00:30:48 2013 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D51413AF for ; Fri, 11 Jan 2013 00:30:48 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 88226327 for ; Fri, 11 Jan 2013 00:30:48 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 10 Jan 2013 19:30:49 -0500 Received: from smtp04.lnh.mail.rcn.net (smtp04.lnh.mail.rcn.net [207.172.157.104]) by mr17.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id BWM29066; Thu, 10 Jan 2013 19:30:47 -0500 X-Auth-ID: anat Received: from 209-6-63-29.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com (HELO utka.zajac) ([209.6.63.29]) by smtp04.lnh.mail.rcn.net with ESMTP; 10 Jan 2013 19:30:47 -0500 Message-ID: <50EF5D36.9030703@aldan.algebra.com> Date: Thu, 10 Jan 2013 19:30:46 -0500 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "apache@FreeBSD.org" Subject: Re: Fixes for apr-util's FreeTDS driver References: <50E4A29D.4020204@aldan.algebra.com> <50EDDD80.9040004@FreeBSD.org> In-Reply-To: <50EDDD80.9040004@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 00:30:48 -0000 On 09.01.2013 16:13, Olli Hauer wrote: > could you please test the following diff which integrates your freetds patch. > > http://people.freebsd.org/~ohauer/diffs/apache/apr1_with_freetds.diff > > Build on 8.3 (i386/amd64) and 9.1 (amd64) was OK, but I have no database to test. Thank you! Two things: * Because -lsybdb is required to link, it should be added to LIB_DEPENDS, when FREETDS is requested. * Also, this may be a good opportunity to get rid of the .so, .a and, especially, the .la files for each extension -- only the -1.so files are actually used. If we have to, we can just rm them after running "make install" -- ugly, but not as ugly as keeping them in the package... Yours, -mi