From owner-freebsd-apache@FreeBSD.ORG Wed Jan 2 22:20:56 2013 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 69B841E8; Wed, 2 Jan 2013 22:20:56 +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 52BA47BB; Wed, 2 Jan 2013 22:20:54 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 02 Jan 2013 17:20:54 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr16.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id CDZ08847; Wed, 2 Jan 2013 17:20:53 -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; 02 Jan 2013 17:20:53 -0500 Message-ID: <50E4B2C3.6050703@aldan.algebra.com> Date: Wed, 02 Jan 2013 17:20:51 -0500 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:14.0) Gecko/20120808 Thunderbird/14.0 MIME-Version: 1.0 To: Olli Hauer Subject: Re: Fixes for apr-util's FreeTDS driver References: <50E4A29D.4020204@aldan.algebra.com> <50E4B0D4.9090802@FreeBSD.org> In-Reply-To: <50E4B0D4.9090802@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 Cc: Garrett Rooney , apache@FreeBSD.org 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: Wed, 02 Jan 2013 22:20:56 -0000 On 02.01.2013 17:12, Olli Hauer wrote: > Hi Mikhail, > > patch applies clean on our current devel/apr1 port (apr-util-1.4.1). > http://people.freebsd.org/~ohauer/diffs/patch-apr-util-1.4.1__dbd__apr_dbd_freetds.c > > Maybe the patch finds more notice upstream if shaped against the current apr-util-1.5.1? > Do you have also a patch for apr-util-1.5.1 available? I'm pretty sure, it will apply just as well against 1.5 -- the driver has not changed in years. As currently shipped it is badly broken because the dbd/driver API changed (years ago!) and the FreeTDS-driver only got updated to allow it to /compile/ (but not /work/). The drag is in that very few people use Sybase with Apache -- the products are from two different worlds, so to speak... My client happens to (still) use Vignette for their web-publishing (and Vignette uses Sybase as its own backend), so that's why they were interested -- but it is a rare case... > I hope the FreeBSD ports infrastructure is full back in near time so an expr-run with > the current apr-util can be done. This would be new functionality so I doubt, an expr-run is warranted... > Which FreeTDS port should be used as dependency ? > > $> grep -i ^freetds /usr/ports/INDEX-8 | cut -d\| -f - > freetds-0.64_8,1|/usr/ports/databases/freetds > freetds-devel-0.91_3,1|/usr/ports/databases/freetds-devel > freetds-msdblib-0.64_8,1|/usr/ports/databases/freetds-msdblib I think, it should LIB_DEPEND on sybdb with the databases/freetds used by default. If the system already has -lsybdb installed by any other port, then it can use that. Yours, -mi