From owner-svn-ports-all@freebsd.org Fri Dec 4 22:02:19 2015 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 A69EBA41CA5; Fri, 4 Dec 2015 22:02:19 +0000 (UTC) (envelope-from jkim@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 74A8B1D30; Fri, 4 Dec 2015 22:02:19 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB4M2IeD086937; Fri, 4 Dec 2015 22:02:18 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB4M2IbD086936; Fri, 4 Dec 2015 22:02:18 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201512042202.tB4M2IbD086936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 4 Dec 2015 22:02:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r403012 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 04 Dec 2015 22:02:19 -0000 Author: jkim Date: Fri Dec 4 22:02:18 2015 New Revision: 403012 URL: https://svnweb.freebsd.org/changeset/ports/403012 Log: MFH: r403011 Partially revert r401242 to fix build with PYTHON option turned on. Approved by: ports-secteam (bapt) Modified: branches/2015Q4/devel/gdb/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/devel/gdb/Makefile ============================================================================== --- branches/2015Q4/devel/gdb/Makefile Fri Dec 4 21:52:09 2015 (r403011) +++ branches/2015Q4/devel/gdb/Makefile Fri Dec 4 22:02:18 2015 (r403012) @@ -57,7 +57,8 @@ GUILE_CONFIGURE_WITH= guile GUILE_USES= pkgconfig GUILE_LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2 PORT_READLINE_USES= readline:port -PYTHON_CONFIGURE_WITH= python=${PYTHON_CMD} +PYTHON_CONFIGURE_ON= --with-python=${PYTHON_CMD} +PYTHON_CONFIGURE_OFF= --without-python PYTHON_USES= python:2 TUI_CONFIGURE_ENABLE= tui