From owner-svn-ports-all@freebsd.org Sat Mar 11 21:27:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F357DD08BDF; Sat, 11 Mar 2017 21:27:41 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F82212DE; Sat, 11 Mar 2017 21:27:41 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 2b057630 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 11 Mar 2017 14:27:40 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r435831 - head/devel/fossil From: Adam Weinberger In-Reply-To: <201703101335.v2ADZPGH060855@repo.freebsd.org> Date: Sat, 11 Mar 2017 14:27:38 -0700 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <9F3BF24A-908F-40A2-8863-756003FD75BA@adamw.org> References: <201703101335.v2ADZPGH060855@repo.freebsd.org> To: Pietro Cerutti X-Mailer: Apple Mail (2.3259) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2017 21:27:42 -0000 > On 10 Mar, 2017, at 6:35, Pietro Cerutti 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 >=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