Date: Sat, 11 Mar 2017 14:27:38 -0700 From: Adam Weinberger <adamw@adamw.org> To: Pietro Cerutti <gahr@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435831 - head/devel/fossil Message-ID: <9F3BF24A-908F-40A2-8863-756003FD75BA@adamw.org> In-Reply-To: <201703101335.v2ADZPGH060855@repo.freebsd.org> References: <201703101335.v2ADZPGH060855@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 10 Mar, 2017, at 6:35, Pietro Cerutti <gahr@FreeBSD.org> wrote: >=20 > Author: gahr > Date: Fri Mar 10 13:35:25 2017 > New Revision: 435831 > URL: https://svnweb.freebsd.org/changeset/ports/435831 >=20 > Log: > devel/fossil: add default-off OPTIONs to enable TH1 hooks and Tcl = integration >=20 > Reported by: Matthias Petermann <matthias@petermann-it.de> >=20 > Modified: > head/devel/fossil/Makefile >=20 > Modified: head/devel/fossil/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/devel/fossil/Makefile Fri Mar 10 13:20:14 2017 = (r435830) > +++ head/devel/fossil/Makefile Fri Mar 10 13:35:25 2017 = (r435831) > @@ -3,7 +3,7 @@ > PORTNAME=3D fossil > PORTVERSION=3D 2.0 > DISTVERSIONPREFIX=3D src- > -PORTREVISION=3D 1 > +PORTREVISION=3D 2 > PORTEPOCH=3D 2 > CATEGORIES=3D devel www > MASTER_SITES=3D http://fossil-scm.org/index.html/uv/download/ > @@ -24,14 +24,19 @@ MAKE_JOBS_UNSAFE=3Dyes >=20 > PLIST_FILES=3D bin/fossil >=20 > -OPTIONS_DEFINE=3D JSON FUSE STATIC > -OPTIONS_DEFAULT=3D JSON > +OPTIONS_DEFINE=3D JSON FUSE STATIC TH1HOOKS TCL > +OPTIONS_DEFAULT=3DJSON > JSON_DESC=3D JSON API support > FUSE_DESC=3D Enable fossil fusefs command > +TH1HOOKS_DESC=3D Enable TH1 command and web page hooks > +TCL_DESC=3D Enable Tcl integration >=20 > JSON_CONFIGURE_ON=3D --json > STATIC_CONFIGURE_ON=3D --static > FUSE_CONFIGURE_OFF=3D --disable-fusefs > +TH1HOOKS_CONFIGURE_WITH=3Dth1-hooks > +TCL_CONFIGURE_WITH=3D tcl-stubs=3D${TCL_LIBDIR} = tcl=3D${LOCALBASE} > +TCL_USES=3D tcl > FUSE_LIB_DEPENDS=3D libfuse.so:sysutils/fusefs-libs > FUSE_USES=3D localbase:ldflags Hi Pietro, fossil doesn't handle --without-tcl. See = http://beefy6.nyi.freebsd.org/data/103amd64-default/435877/logs/fossil-2.0= _2,2.log # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9F3BF24A-908F-40A2-8863-756003FD75BA>