From owner-freebsd-ports@FreeBSD.ORG Thu May 28 15:04:52 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9120710656CD for ; Thu, 28 May 2009 15:04:52 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-fx0-f159.google.com (mail-fx0-f159.google.com [209.85.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 1BC5D8FC16 for ; Thu, 28 May 2009 15:04:51 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by fxm3 with SMTP id 3so855075fxm.43 for ; Thu, 28 May 2009 08:04:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=rm479n55gyVJ3/J9g9hQyV0LOmM3vUvE9K8NxmTlYIk=; b=jfGgKpmegEYaYCw+L7H4NB76o8CEXI08cOQufOpkyxfwbR7crukepW54honbWlXFb8 PpVVK/vWePyvhF2kPCg8OZC5EoqhXJbJHLkJfRYhhIlDuYmjtj/wXgsVMGSgi2NJu+3H l6TUoiShG68cTXp4cvPalJxOu8W0MpTUoYVhY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=pbRnvP1rW8ILqEiYbsswnJokKZU0cBf7OjtwutUAwOqGluMzpAIWmMTVQO1fhXKfHe Mmdj8cRYKOJpWLWFk3JwI9tsHECD3HdsrPcceEwmy8EqyMWn9sYiQuQWp0nuoD4pBG+g Hj5L0E9GFwB+y0edOUu2Ho1PBcWsws5t/elCc= MIME-Version: 1.0 Received: by 10.204.102.14 with SMTP id e14mr1234772bko.183.1243523090786; Thu, 28 May 2009 08:04:50 -0700 (PDT) In-Reply-To: <16e66796113d510083622f74e7e61ab9.squirrel@email.polands.org> References: <4ad871310905280720p26f43b44t5d797a3ae96a6bae@mail.gmail.com> <16e66796113d510083622f74e7e61ab9.squirrel@email.polands.org> Date: Thu, 28 May 2009 11:04:50 -0400 Message-ID: <4ad871310905280804g134278d1i537a546ee6d8a913@mail.gmail.com> From: Glen Barber To: Doug Poland Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org Subject: Re: Question about the devel/subversion port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2009 15:04:53 -0000 On Thu, May 28, 2009 at 10:59 AM, Doug Poland wrote: > > On Thu, May 28, 2009 09:20, Glen Barber wrote: >> Hi, Doug >> >> On Thu, May 28, 2009 at 10:00 AM, Doug Poland >> 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