From owner-freebsd-apache@FreeBSD.ORG Sun Oct 6 14:57:32 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 23947B06; Sun, 6 Oct 2013 14:57:32 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [46.4.40.135]) by mx1.freebsd.org (Postfix) with ESMTP id D7C482E45; Sun, 6 Oct 2013 14:57:31 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:402a:9533:e91d:ef08]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPSA id C702F4AC1C; Sun, 6 Oct 2013 18:57:23 +0400 (MSK) Date: Sun, 6 Oct 2013 18:57:16 +0400 From: Lev Serebryakov Organization: FreeBSD Project X-Priority: 3 (Normal) Message-ID: <1862635454.20131006185716@serebryakov.spb.ru> To: olli hauer Subject: Re: Serf update? In-Reply-To: <525080B4.6090303@gmx.de> References: <524AF481.7000707@netfence.it> <525080B4.6090303@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, Andrea Venturoli , apache@FreeBSD.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: lev@FreeBSD.org 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 14:57:32 -0000 Hello, olli. You wrote 6 =EE=EA=F2=FF=E1=F0=FF 2013 =E3., 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. --=20 // Black Lion AKA Lev Serebryakov