From owner-freebsd-apache@FreeBSD.ORG Tue Jan 22 18:51:41 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 5DB6241D for ; Tue, 22 Jan 2013 18:51:41 +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 1C3EADDD for ; Tue, 22 Jan 2013 18:51:40 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 22 Jan 2013 13:51:39 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr17.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id BWY66634; Tue, 22 Jan 2013 13:51:38 -0500 Received-SPF: None identity=pra; client-ip=209.6.63.29; receiver=smtp01.lnh.mail.rcn.net; envelope-from="mi+thun@aldan.algebra.com"; x-sender="mi+thun@aldan.algebra.com"; x-conformance=sidf_compatible Received-SPF: None identity=mailfrom; client-ip=209.6.63.29; receiver=smtp01.lnh.mail.rcn.net; envelope-from="mi+thun@aldan.algebra.com"; x-sender="mi+thun@aldan.algebra.com"; x-conformance=sidf_compatible Received-SPF: None identity=helo; client-ip=209.6.63.29; receiver=smtp01.lnh.mail.rcn.net; envelope-from="mi+thun@aldan.algebra.com"; x-sender="postmaster@utka.zajac"; x-conformance=sidf_compatible 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 smtp01.lnh.mail.rcn.net with ESMTP; 22 Jan 2013 13:51:38 -0500 Message-ID: <50FEDFB9.5040607@aldan.algebra.com> Date: Tue, 22 Jan 2013 13:51:37 -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: Tue, 22 Jan 2013 18:51:41 -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. Ok, I'm happy to report, that the newly rebuilt apr1 -- with FreeTDS option enabled -- builds and works for me too. Thank you very much for such a prompt turn-around. Perhaps, you could insert some kind of message into the port inviting people, who enable the option, to report feedback to me? If there are problems, I'd like to hear about them quickly. If it works perfectly, I'd like to add that information the bug-report so as to speed-up the resolution. Also, I stand by my earlier suggestion, that only the -1.so shared objects need to be installed by the port. The .so, .a, and the .la files are unused junk... Yours, -mi