svn commit: r420492 - in head/sysutils/modules: . files

Alexey Dokuchaev danfe at FreeBSD.org
Fri Aug 19 22:15:52 UTC 2016


On Fri, Aug 19, 2016 at 10:09:44PM +0000, Pawel Pekala wrote:
> New Revision: 420492
> URL: https://svnweb.freebsd.org/changeset/ports/420492
> 
> Log:
>   - Convert to USES=tcl changing version of TCL
>     port depends on to 8.6, bump PORTREVISION
>   - Add patch fixing build with TCL 8.6
>   - Regenerate patches with make makepatch
>   
>   [...]
>  HAS_CONFIGURE=	yes
> -
>  CONFIGURE_ARGS=	--prefix=${LOCALBASE} \
>  		--without-x \
>  		--with-version-path=${LOCALBASE}/Modules/versions \
>  		--mandir=${MANPREFIX}/man \
> -		--with-tcl-ver=${TCL_VER} \
> -		--with-tcl-inc=${LOCALBASE}/include/tcl${TCL_DVER} \
> +		--with-tcl-ver=${TCL_VER:S/.//} \
> +		--with-tcl-inc=${TCL_INCLUDEDIR} \
>  		--with-tcl-lib=${LOCALBASE}/lib \
> -		--with-tclx-ver=${TCL_VER}
> +		--with-tclx-ver=${TCL_VER:S/.//}

It looks like it uses GNU autotools-generated configure script, why it
says HAS_CONFIGURE above rather than GNU_CONFIGURE?

./danfe


More information about the svn-ports-all mailing list