Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2009 11:04:50 -0400
From:      Glen Barber <glen.j.barber@gmail.com>
To:        Doug Poland <doug@polands.org>
Cc:        ports@freebsd.org
Subject:   Re: Question about the devel/subversion port
Message-ID:  <4ad871310905280804g134278d1i537a546ee6d8a913@mail.gmail.com>
In-Reply-To: <16e66796113d510083622f74e7e61ab9.squirrel@email.polands.org>
References:  <bb0c781d45a7be8660a7c61e4d204511.squirrel@email.polands.org> <4ad871310905280720p26f43b44t5d797a3ae96a6bae@mail.gmail.com> <16e66796113d510083622f74e7e61ab9.squirrel@email.polands.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 28, 2009 at 10:59 AM, Doug Poland <doug@polands.org> wrote:
>
> On Thu, May 28, 2009 09:20, Glen Barber wrote:
>> Hi, Doug
>>
>> On Thu, May 28, 2009 at 10:00 AM, Doug Poland <doug@polands.org>
>> wrote:
>>> Hello,
>>>
>>> I have a question about this port. =A0If one wants a client only
>>> install, and one wants to use https as the communication protocol,
>>> does one choose the "static" config option?
>>>
>>> and was surprised to get a full installation of the apache
>>> webserver. I understand that libapr and libapr-util are required
>>> but is a full install of apache the only way to get those
>>> libraries?
>>>
>>>
>>
>> Subversion is one of those "you either have it or you don't"
>> situations, meaning that it doesn't differentiate between "server"
>> and "client." =A0The 'svnserve' binary will be installed either way.
>>
>> As far as apr, there is a devel/apr-db42 port available (which, IIRC
>> negates the need to install a full apache instance).
>>
>> Either way, if you plan on using https, you will need apache20 at a
>> minimum (with openssl support).
>>
> Thanks for the explanation. =A0What is the purpose of building a static
> binary? =A0Are all the bits (neon, apr, svn) rolled into one binary?
>

According to the Makefile:

.if defined(WITH_STATIC)
	@${ECHO_MSG} "Static binaries will be built."

So, no. Not one binary, but (if I am understanding the Makefile
correctly) statically linked libraries.

--=20
Glen Barber



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ad871310905280804g134278d1i537a546ee6d8a913>