svn commit: r445441 - head/devel/gdb

John Baldwin jhb at FreeBSD.org
Mon Jul 10 16:58:13 UTC 2017


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 at 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>


More information about the svn-ports-all mailing list