svn commit: r435831 - head/devel/fossil
Adam Weinberger
adamw at adamw.org
Sat Mar 11 21:27:42 UTC 2017
> On 10 Mar, 2017, at 6:35, Pietro Cerutti <gahr at FreeBSD.org> wrote:
>
> Author: gahr
> Date: Fri Mar 10 13:35:25 2017
> New Revision: 435831
> URL: https://svnweb.freebsd.org/changeset/ports/435831
>
> Log:
> devel/fossil: add default-off OPTIONs to enable TH1 hooks and Tcl integration
>
> Reported by: Matthias Petermann <matthias at petermann-it.de>
>
> Modified:
> head/devel/fossil/Makefile
>
> Modified: head/devel/fossil/Makefile
> ==============================================================================
> --- 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= fossil
> PORTVERSION= 2.0
> DISTVERSIONPREFIX= src-
> -PORTREVISION= 1
> +PORTREVISION= 2
> PORTEPOCH= 2
> CATEGORIES= devel www
> MASTER_SITES= http://fossil-scm.org/index.html/uv/download/
> @@ -24,14 +24,19 @@ MAKE_JOBS_UNSAFE=yes
>
> PLIST_FILES= bin/fossil
>
> -OPTIONS_DEFINE= JSON FUSE STATIC
> -OPTIONS_DEFAULT= JSON
> +OPTIONS_DEFINE= JSON FUSE STATIC TH1HOOKS TCL
> +OPTIONS_DEFAULT=JSON
> JSON_DESC= JSON API support
> FUSE_DESC= Enable fossil fusefs command
> +TH1HOOKS_DESC= Enable TH1 command and web page hooks
> +TCL_DESC= Enable Tcl integration
>
> JSON_CONFIGURE_ON= --json
> STATIC_CONFIGURE_ON= --static
> FUSE_CONFIGURE_OFF= --disable-fusefs
> +TH1HOOKS_CONFIGURE_WITH=th1-hooks
> +TCL_CONFIGURE_WITH= tcl-stubs=${TCL_LIBDIR} tcl=${LOCALBASE}
> +TCL_USES= tcl
> FUSE_LIB_DEPENDS= libfuse.so:sysutils/fusefs-libs
> FUSE_USES= 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
--
Adam Weinberger
adamw at adamw.org
https://www.adamw.org
More information about the svn-ports-all
mailing list