From owner-cvs-ports@FreeBSD.ORG Mon Nov 17 17:26:05 2008 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C5A01065674; Mon, 17 Nov 2008 17:26:05 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from dione.picobyte.net (81-86-230-94.dsl.pipex.com [81.86.230.94]) by mx1.freebsd.org (Postfix) with SMTP id 8A79E8FC19; Mon, 17 Nov 2008 17:26:04 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:770:15d::fe03]) by dione.picobyte.net (Postfix) with ESMTP id 27BF7B80F; Mon, 17 Nov 2008 16:43:14 +0000 (GMT) Date: Mon, 17 Nov 2008 16:43:14 +0000 From: Shaun Amott To: Dima Panov Message-ID: <20081117164314.GA53068@charon.picobyte.net> References: <200811141611.mAEGB9rU060185@repoman.freebsd.org> <20081117040248.GA25591@Fluffy.Khv.RU> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20081117040248.GA25591@Fluffy.Khv.RU> User-Agent: Mutt/1.5.18 (FreeBSD i386) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/news/inn Makefile distinfo pkg-plist ports/news/inn/files patch-configure patch-innfeed_endpoint.c patch-ipv6 ports/news/inn-current Makefile distinfo ports/news/inn-current/files patch-configure X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2008 17:26:05 -0000 On Mon, Nov 17, 2008 at 02:02:48PM +1000, Dima Panov wrote: > > .if defined(WITH_SSL) > -.include "${PORTSDIR}/Mk/bsd.openssl.mk" > +USE_OPENSSL= yes > CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} > .endif > This won't work yet, as USE_OPENSSL is set after bsd.port.pre.mk's inclusion. However, I've just noticed that USE_OPENSSL is specified earlier on in the Makefile, so the OPTION is a no-op anyway. > @@ -97,7 +97,6 @@ > .if defined(WITH_TCL) > USE_TCL= 84 > CONFIGURE_ARGS+= --with-tcl=${LOCALBASE} > -BUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.3/tcl.h:${PORTSDIR}/lang/tcl83 > .endif > > .if defined(WITH_MAXSOCKET) > Good catch. I'll fix it. Thanks! -- Shaun Amott // PGP: 0x6B387A9A "A foolish consistency is the hobgoblin of little minds." - Ralph Waldo Emerson