Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2017 16:58:12 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445441 - head/devel/gdb
Message-ID:  <201707101658.v6AGwCX4087907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb (src,doc committer)
Date: Mon Jul 10 16:58:12 2017
New Revision: 445441
URL: https://svnweb.freebsd.org/changeset/ports/445441

Log:
  Permit building GDB with python 3.
  
  The python support in GDB works with either python 2 or python 3.  There
  is no reason to restrict it to python 2 only.
  
  PR:		219844
  Submitted by:	mi
  Approved by:	luca.pizzamiglio@gmail.com (maintainer)
  MFH:		2017Q3

Modified:
  head/devel/gdb/Makefile

Modified: head/devel/gdb/Makefile
==============================================================================
--- head/devel/gdb/Makefile	Mon Jul 10 15:59:30 2017	(r445440)
+++ head/devel/gdb/Makefile	Mon Jul 10 16:58:12 2017	(r445441)
@@ -64,7 +64,7 @@ GUILE_LIB_DEPENDS=	libguile-2.0.so:lang/guile2
 PORT_READLINE_USES=	readline:port
 PYTHON_CONFIGURE_ON=	--with-python=${PYTHON_CMD}
 PYTHON_CONFIGURE_OFF=	--without-python
-PYTHON_USES=		python:2
+PYTHON_USES=		python
 TUI_CONFIGURE_ENABLE=	tui
 
 .include <bsd.port.pre.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707101658.v6AGwCX4087907>