Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2018 17:34:58 +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: r487307 - head/devel/gdb
Message-ID:  <201812121734.wBCHYwxG066701@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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