From owner-freebsd-apache@FreeBSD.ORG Sun Oct 6 15:38:50 2013 Return-Path: Delivered-To: apache@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 746F028E for ; Sun, 6 Oct 2013 15:38:50 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 10B1F207D for ; Sun, 6 Oct 2013 15:38:49 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MZOan-1VELR70zHx-00LGon for ; Sun, 06 Oct 2013 17:38:48 +0200 Message-ID: <52518419.90303@gmx.de> Date: Sun, 06 Oct 2013 17:39:05 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: lev@FreeBSD.org Subject: Re: Serf update? References: <524AF481.7000707@netfence.it> <525080B4.6090303@gmx.de> <1862635454.20131006185716@serebryakov.spb.ru> In-Reply-To: <1862635454.20131006185716@serebryakov.spb.ru> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:K83ay4muHM68bVhfh6F8SG61iG6JToRXRZ14Oi5nFObl/1BjvsU V+SqwaEXj0igiD9WAXHE9kGPOpae7kXghuaC2pwcMH6BbOM1sdX88EiUxljsmX3ssy3/R1r KECSvVXhf+OKY1xxunlutH7rEi7cxhZGdzY8elwnRcnBzox916fm3v7MSIoSBsx5BxHE6Sg Iy30whuv5IDR/AEthjrKA== Cc: ports@freebsd.org, Andrea Venturoli , 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: Sun, 06 Oct 2013 15:38:50 -0000 On 2013-10-06 16:57, Lev Serebryakov wrote: > Hello, olli. > You wrote 6 октября 2013 г., 1:12:20: > >>> Any plan on an update to 1.3? Any timeline? >>> I'm experiencing some bugs with Subversion and somewhere they suggest to try Serf 1.3. >>> Just to decide whether to wait or try something else... > oh> I've created a serf-1.3.2 port for testing. > oh> http://people.freebsd.org/~ohauer/shar/serf-1.3.shar > > oh> Since serf-1.3.x uses scons to build we do not get required > oh> .la files to build a static subversion. > Problem is not in serf itself, but because serf could use openssl and > without .la file linker of subversion binaries doesn't know, that it > should link libcrypto.a too. > I could try to workaround it by adding "-lcrypto" to LDFLAGS when build is > static and SERF is selected is option. It should not do worse if serf is > build without SSL support, as sstatic library will be skipped by linker in > this case. > Hi Lev, sound promising. I also ask the office@ team to test openoffice against the new serf-1.3.2 version. In case subversion and openoffice works with serf-1.3 we can go on and commit the update. -- olli