Date: Fri, 19 Aug 2016 22:15:52 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Pawel Pekala <pawel@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r420492 - in head/sysutils/modules: . files Message-ID: <20160819221552.GA18218@FreeBSD.org> In-Reply-To: <201608192209.u7JM9ieZ024712@repo.freebsd.org> References: <201608192209.u7JM9ieZ024712@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160819221552.GA18218>