svn commit: r376888 - head/net-mgmt/collectd5

Dmitry Sivachenko demon at FreeBSD.org
Mon Jan 12 21:03:24 UTC 2015


Author: demon
Date: Mon Jan 12 21:03:23 2015
New Revision: 376888
URL: https://svnweb.freebsd.org/changeset/ports/376888
QAT: https://qat.redports.org/buildarchive/r376888/

Log:
  Require python version 2, because it dumps core with python3:
  
  # collectd -f
  Fatal Python error: no mem for sys.argv
  ValueError: character U+6f633c00 is not in range [U+0000; U+10ffff]
  Abort (core dumped)
  
  Approved by:	maintainer

Modified:
  head/net-mgmt/collectd5/Makefile

Modified: head/net-mgmt/collectd5/Makefile
==============================================================================
--- head/net-mgmt/collectd5/Makefile	Mon Jan 12 21:00:35 2015	(r376887)
+++ head/net-mgmt/collectd5/Makefile	Mon Jan 12 21:03:23 2015	(r376888)
@@ -317,7 +317,7 @@ PLIST_SUB+=	PING="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MPYTHON}
-USES+=		python
+USES+=		python:2
 CONFIGURE_ARGS+=--with-python=${PYTHON_CMD} --enable-python
 PLIST_SUB+=	PYTHON=""
 .else


More information about the svn-ports-all mailing list