Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2019 15:09:16 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489979 - in head: misc/orange3 multimedia/gaupol net-im/gajim
Message-ID:  <201901111509.x0BF9Gsb024135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Jan 11 15:09:16 2019
New Revision: 489979
URL: https://svnweb.freebsd.org/changeset/ports/489979

Log:
  Disable flavors for Python ports without PYTHON_PKGNAMEPREFIX/SUFFIX.

Modified:
  head/misc/orange3/Makefile   (contents, props changed)
  head/multimedia/gaupol/Makefile   (contents, props changed)
  head/net-im/gajim/Makefile   (contents, props changed)

Modified: head/misc/orange3/Makefile
==============================================================================
--- head/misc/orange3/Makefile	Fri Jan 11 15:02:43 2019	(r489978)
+++ head/misc/orange3/Makefile	Fri Jan 11 15:09:16 2019	(r489979)
@@ -31,7 +31,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 USES=		python:3.4+ pyqt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	biolab
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist noflavors
 USE_PYQT=	core_run gui_run printsupport_run widgets_run webengine_run
 
 CFLAGS+=	-DQSORT_R_STYLE_BSD=yes

Modified: head/multimedia/gaupol/Makefile
==============================================================================
--- head/multimedia/gaupol/Makefile	Fri Jan 11 15:02:43 2019	(r489978)
+++ head/multimedia/gaupol/Makefile	Fri Jan 11 15:09:16 2019	(r489979)
@@ -20,7 +20,7 @@ USES=		desktop-file-utils python:3.2+
 USE_GITHUB=	yes
 GH_ACCOUNT=	otsaloma
 USE_GNOME=	gtk30 pygobject3 intltool
-USE_PYTHON=	distutils autoplist py3kplist
+USE_PYTHON=	distutils autoplist py3kplist noflavors
 INSTALLS_ICONS=	yes
 NO_ARCH=	yes
 

Modified: head/net-im/gajim/Makefile
==============================================================================
--- head/net-im/gajim/Makefile	Fri Jan 11 15:02:43 2019	(r489978)
+++ head/net-im/gajim/Makefile	Fri Jan 11 15:09:16 2019	(r489979)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nbxmpp>=0.6.5:net-
 
 NO_ARCH=	yes
 USES=		cpe dos2unix python:3.5+ tar:bzip2
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist distutils noflavors
 USE_GNOME=	intltool pygobject3
 USE_XORG=	x11 xext xscrnsaver
 



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