svn commit: r523365 - head/sysutils/catfish

Guido Falsi madpilot at FreeBSD.org
Fri Jan 17 21:58:55 UTC 2020


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


More information about the svn-ports-all mailing list