From owner-svn-ports-head@FreeBSD.ORG Thu Aug 7 16:47:58 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1871C99B for ; Thu, 7 Aug 2014 16:47:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCC7326A5 for ; Thu, 7 Aug 2014 16:47:57 +0000 (UTC) Received: from mva (uid 1189) (envelope-from mva@FreeBSD.org) id 2b2d by svn.freebsd.org (DragonFly Mail Agent v0.9+); Thu, 07 Aug 2014 16:47:57 +0000 From: Marcus von Appen Date: Thu, 7 Aug 2014 16:47:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364305 - head/net-mgmt/collectd5/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e3adbd.2b2d.71445e9@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 16:47:58 -0000 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