svn commit: r487307 - head/devel/gdb

John Baldwin jhb at FreeBSD.org
Wed Dec 12 17:35:00 UTC 2018


Author: jhb (src,doc committer)
Date: Wed Dec 12 17:34:57 2018
New Revision: 487307
URL: https://svnweb.freebsd.org/changeset/ports/487307

Log:
  Fix packing list .pyc files when using Python 3.2+.
  
  Reported by:	np
  Reviewed by:	pizzamig (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D18515

Modified:
  head/devel/gdb/Makefile

Modified: head/devel/gdb/Makefile
==============================================================================
--- head/devel/gdb/Makefile	Wed Dec 12 17:34:51 2018	(r487306)
+++ head/devel/gdb/Makefile	Wed Dec 12 17:34:57 2018	(r487307)
@@ -20,6 +20,7 @@ LIB_DEPENDS=	libmpfr.so:math/mpfr
 TEST_DEPENDS=	runtest:misc/dejagnu
 
 USES=		compiler:c++11-lang cpe gmake libtool tar:xz
+USE_PYTHON=	py3kplist
 
 TEST_TARGET=	check
 


More information about the svn-ports-all mailing list