Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2014 16:47:57 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364305 - head/net-mgmt/collectd5/files
Message-ID:  <53e3adbd.2b2d.71445e9@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Thu Aug  7 16:47:57 2014
New Revision: 364305
URL: http://svnweb.freebsd.org/changeset/ports/364305
QAT: https://qat.redports.org/buildarchive/r364305/

Log:
  - Unbreak the build, if the PYTHON option is selected (caused by the
    lang/python27 update in r363790)
  
  Reported by:	robak@
  With hat:	python@

Modified:
  head/net-mgmt/collectd5/files/patch-configure.ac

Modified: head/net-mgmt/collectd5/files/patch-configure.ac
==============================================================================
--- head/net-mgmt/collectd5/files/patch-configure.ac	Thu Aug  7 16:32:37 2014	(r364304)
+++ head/net-mgmt/collectd5/files/patch-configure.ac	Thu Aug  7 16:47:57 2014	(r364305)
@@ -39,15 +39,6 @@
  fi
  
  CPPFLAGS="$SAVE_CPPFLAGS"
-@@ -3454,7 +3451,7 @@
- if test "x$with_python" = "xyes"
- then
- 	AC_MSG_CHECKING([for Python LIBS])
--	python_library_flags=`echo "import distutils.sysconfig;import sys;sys.stdout.write(distutils.sysconfig.get_config_vars(\"BLDLIBRARY\").__getitem__(0))" | "$with_python_prog" 2>&1`
-+	python_library_flags=`echo "import distutils.sysconfig;import sys;sys.stdout.write(distutils.sysconfig.get_config_var(\"LINKFORSHARED\")+\" -L\"+distutils.sysconfig.get_config_vars(\"LIBDIR\").__getitem__(0)+\" -l\"+distutils.sysconfig.get_config_vars(\"BLDLIBRARY\").__getitem__(0).replace(\"lib\", \"\").replace(\".a\", \"\"))" | "$with_python_prog" 2>&1`
- 	python_config_status=$?
- 
- 	if test "$python_config_status" -ne 0 || test "x$python_library_flags" = "x"
 @@ -3469,7 +3466,7 @@
  if test "x$with_python" = "xyes"
  then



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e3adbd.2b2d.71445e9>