From owner-svn-ports-all@freebsd.org Sun Mar 12 19:09:07 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 17DF8D08F7E; Sun, 12 Mar 2017 19:09:07 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB6071DC2; Sun, 12 Mar 2017 19:09:06 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2CJ952C006886; Sun, 12 Mar 2017 19:09:05 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2CJ95d0006885; Sun, 12 Mar 2017 19:09:05 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201703121909.v2CJ95d0006885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Sun, 12 Mar 2017 19:09:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436015 - head/devel/fossil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Sun, 12 Mar 2017 19:09:07 -0000 Author: gahr Date: Sun Mar 12 19:09:05 2017 New Revision: 436015 URL: https://svnweb.freebsd.org/changeset/ports/436015 Log: devel/fossil: fix configure with default options PR: 217701 Submitted by: chris@chrullrich.net Reported by: dim, mandree, adamw Modified: head/devel/fossil/Makefile Modified: head/devel/fossil/Makefile ============================================================================== --- head/devel/fossil/Makefile Sun Mar 12 18:59:30 2017 (r436014) +++ head/devel/fossil/Makefile Sun Mar 12 19:09:05 2017 (r436015) @@ -3,7 +3,7 @@ PORTNAME= fossil PORTVERSION= 2.0 DISTVERSIONPREFIX= src- -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= devel www MASTER_SITES= http://fossil-scm.org/index.html/uv/download/ @@ -34,8 +34,8 @@ 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} +TH1HOOKS_CONFIGURE_ON= --with-th1-hooks +TCL_CONFIGURE_ON= --with-tcl-stubs=${TCL_LIBDIR} --with-tcl=${LOCALBASE} TCL_USES= tcl FUSE_LIB_DEPENDS= libfuse.so:sysutils/fusefs-libs FUSE_USES= localbase:ldflags