Date: Mon, 17 Nov 2008 16:43:14 +0000 From: Shaun Amott <shaun@FreeBSD.org> To: Dima Panov <fluffy@Fluffy.Khv.RU> 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 Message-ID: <20081117164314.GA53068@charon.picobyte.net> In-Reply-To: <20081117040248.GA25591@Fluffy.Khv.RU> References: <200811141611.mAEGB9rU060185@repoman.freebsd.org> <20081117040248.GA25591@Fluffy.Khv.RU>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081117164314.GA53068>