From owner-svn-ports-branches@freebsd.org Wed Nov 11 13:49:58 2015 Return-Path: Delivered-To: svn-ports-branches@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 1CB27A2CB88; Wed, 11 Nov 2015 13:49:58 +0000 (UTC) (envelope-from tijl@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 DB566110A; Wed, 11 Nov 2015 13:49:57 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABDnu1C013146; Wed, 11 Nov 2015 13:49:56 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABDnumj013145; Wed, 11 Nov 2015 13:49:56 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201511111349.tABDnumj013145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 11 Nov 2015 13:49:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r401245 - branches/2015Q4/devel/gdb X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 13:49:58 -0000 Author: tijl Date: Wed Nov 11 13:49:56 2015 New Revision: 401245 URL: https://svnweb.freebsd.org/changeset/ports/401245 Log: MFH: r401242 - Pass --without-guile to configure when GUILE option is off - Use CONFIGURE_WITH for other options as well PR: 204041 Approved by: ports-secteam (blanket) Modified: branches/2015Q4/devel/gdb/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/devel/gdb/Makefile ============================================================================== --- branches/2015Q4/devel/gdb/Makefile Wed Nov 11 13:38:12 2015 (r401244) +++ branches/2015Q4/devel/gdb/Makefile Wed Nov 11 13:49:56 2015 (r401245) @@ -51,15 +51,13 @@ BASE_READLINE_USES= readline BASE_READLINE_CFLAGS= -D_rl_echoing_p=readline_echoing_p BUNDLED_READLINE_CONFIGURE_OFF= --with-system-readline DEBUG_CFLAGS= -g -EXPAT_CONFIGURE_ON= --with-expat=yes -EXPAT_CONFIGURE_OFF= --without-expat +EXPAT_CONFIGURE_WITH= expat EXPAT_LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -GUILE_CONFIGURE_ON= --with-guile +GUILE_CONFIGURE_WITH= guile GUILE_USES= pkgconfig GUILE_LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2 PORT_READLINE_USES= readline:port -PYTHON_CONFIGURE_ON= --with-python=${PYTHON_CMD} -PYTHON_CONFIGURE_OFF= --without-python +PYTHON_CONFIGURE_WITH= python=${PYTHON_CMD} PYTHON_USES= python:2 TUI_CONFIGURE_ENABLE= tui