Date: Tue, 31 Mar 2009 07:10:52 +0200 From: Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net> To: freebsd-questions@freebsd.org Cc: Olivier Nicole <on@cs.ait.ac.th> Subject: Re: The easiest way to install Pound on FreeBSD Message-ID: <200903310710.52246.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> In-Reply-To: <200903310302.n2V32o6D012547@banyan.cs.ait.ac.th> References: <200903310302.n2V32o6D012547@banyan.cs.ait.ac.th>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 31 March 2009 05:02:50 Olivier Nicole wrote: > Hi, > Here is the easiest way i found to install Pound on FreeBSD (6.4 amd64). > > - install OpenSSL from /usr/ports/security/openssl > - in /usr/local/openssl add a link to /usr/local/include and /usr/local/lib > - modify /usr/ports/www/pound/Makefile and add a line saying: > CONFIGURE_ARGS+= --with-ssl=/usr/local/openssl > - install Pound from /usr/ports/www/pound/ > > The modification to the Makefile will have to be done after every > upgrade of the ports tree; before upgrading Pound. Or: .if !empty(.CURDIR:M/usr/ports/www/pound) WITH_OPENSSL_PORT=yes .endif Ideally, the MAINTAINER should be pinged and set WITH_OPENSSL_PORT=yes in the Makefile, if port is BROKEN with base ssl. -- Mel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903310710.52246.mel.flynn%2Bfbsd.questions>