svn commit: r445538 - branches/2017Q3/devel/gdb

John Baldwin jhb at FreeBSD.org
Tue Jul 11 17:25:43 UTC 2017


Author: jhb (src,doc committer)
Date: Tue Jul 11 17:25:41 2017
New Revision: 445538
URL: https://svnweb.freebsd.org/changeset/ports/445538

Log:
  MFH: r445441
  
  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
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2017Q3/devel/gdb/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/devel/gdb/Makefile
==============================================================================
--- branches/2017Q3/devel/gdb/Makefile	Tue Jul 11 17:07:44 2017	(r445537)
+++ branches/2017Q3/devel/gdb/Makefile	Tue Jul 11 17:25:41 2017	(r445538)
@@ -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>


More information about the svn-ports-all mailing list