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

Shaun Amott shaun at FreeBSD.org
Mon Nov 17 09:26:05 PST 2008


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


More information about the cvs-ports mailing list