From owner-freebsd-questions@FreeBSD.ORG Tue Mar 31 05:10:54 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3756106566B for ; Tue, 31 Mar 2009 05:10:54 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 916548FC08 for ; Tue, 31 Mar 2009 05:10:54 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (gate.lan.rachie.is-a-geek.net [192.168.2.10]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 9022D7E818; Mon, 30 Mar 2009 21:10:53 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Tue, 31 Mar 2009 07:10:52 +0200 User-Agent: KMail/1.11.0 (FreeBSD/8.0-CURRENT; KDE/4.2.0; i386; ; ) References: <200903310302.n2V32o6D012547@banyan.cs.ait.ac.th> In-Reply-To: <200903310302.n2V32o6D012547@banyan.cs.ait.ac.th> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903310710.52246.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Olivier Nicole Subject: Re: The easiest way to install Pound on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2009 05:10:55 -0000 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