Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2020 21:58:55 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523365 - head/sysutils/catfish
Message-ID:  <202001172158.00HLwtTE031600@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Fri Jan 17 21:58:54 2020
New Revision: 523365
URL: https://svnweb.freebsd.org/changeset/ports/523365

Log:
  Add USE_PYTHON=noflavors to catfish to avoid warnings and errors
  when building all ports in poudriere with bulk -a
  
  Reported by:	kai

Modified:
  head/sysutils/catfish/Makefile

Modified: head/sysutils/catfish/Makefile
==============================================================================
--- head/sysutils/catfish/Makefile	Fri Jan 17 20:40:00 2020	(r523364)
+++ head/sysutils/catfish/Makefile	Fri Jan 17 21:58:54 2020	(r523365)
@@ -21,7 +21,7 @@ BUILD_DEPENDS=	\
 	${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR}
 
 USES=		desktop-file-utils gettext-tools gnome python:3.4+ tar:bz2
-USE_PYTHON=	distutils
+USE_PYTHON=	distutils noflavors
 USE_GNOME=	gtk30 intltool pygobject3
 
 NO_ARCH=	yes



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