From owner-svn-ports-all@FreeBSD.ORG Thu Nov 20 12:35:38 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D6189D7; Thu, 20 Nov 2014 12:35:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A2CB1CC; Thu, 20 Nov 2014 12:35:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAKCZcq7062214; Thu, 20 Nov 2014 12:35:38 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAKCZc5B062213; Thu, 20 Nov 2014 12:35:38 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201411201235.sAKCZc5B062213@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 20 Nov 2014 12:35:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372911 - head/sysutils/openipmi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 12:35:38 -0000 Author: mat Date: Thu Nov 20 12:35:37 2014 New Revision: 372911 URL: https://svnweb.freebsd.org/changeset/ports/372911 QAT: https://qat.redports.org/buildarchive/r372911/ Log: Fix python support. Sponsored by: Absolight Modified: head/sysutils/openipmi/Makefile Modified: head/sysutils/openipmi/Makefile ============================================================================== --- head/sysutils/openipmi/Makefile Thu Nov 20 12:28:23 2014 (r372910) +++ head/sysutils/openipmi/Makefile Thu Nov 20 12:35:37 2014 (r372911) @@ -80,7 +80,7 @@ PLIST_SUB+= PERL="@comment " .if ${PORT_OPTIONS:MPYTHON} USES+= python -CONFIGURE_ARGS+= --with-python --with-swig +CONFIGURE_ARGS+= --with-python --with-swig ac_cv_path_pythonprog=${PYTHON_CMD} BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 PLIST_SUB+= PYTHON="" .else