From 3d9a815d9c5acbb71f4bb07738bdeab4879feacb Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Thu, 15 Jun 2023 00:00:28 +0200 Subject: all: remove explicit versions in USES=python for "3.x+" The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: --- x11-themes/gnome-icons-elementary/Makefile | 2 +- x11-themes/greybird-theme/Makefile | 2 +- x11-themes/kf5-breeze-icons/Makefile | 2 +- x11-themes/plasma5-breeze-gtk/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'x11-themes') diff --git a/x11-themes/gnome-icons-elementary/Makefile b/x11-themes/gnome-icons-elementary/Makefile index 5cdcafbfaa77..c6b9e56c7f02 100644 --- a/x11-themes/gnome-icons-elementary/Makefile +++ b/x11-themes/gnome-icons-elementary/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xcursorgen:x11/xcursorgen -USES= gettext gnome meson python:3.7+,build +USES= gettext gnome meson python:build USE_GITHUB= yes GH_PROJECT= icons diff --git a/x11-themes/greybird-theme/Makefile b/x11-themes/greybird-theme/Makefile index 4449aadeac81..9fad666b296f 100644 --- a/x11-themes/greybird-theme/Makefile +++ b/x11-themes/greybird-theme/Makefile @@ -14,7 +14,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= sassc:textproc/sassc RUN_DEPENDS= gtk-murrine-engine>=0.98.1:x11-themes/gtk-murrine-engine -USES= gnome meson pkgconfig python:3.5+,build +USES= gnome meson pkgconfig python:build USE_GNOME= gdkpixbuf2:build glib20:build librsvg2:build GH_ACCOUNT= shimmerproject diff --git a/x11-themes/kf5-breeze-icons/Makefile b/x11-themes/kf5-breeze-icons/Makefile index 1037eb872110..958acd1331de 100644 --- a/x11-themes/kf5-breeze-icons/Makefile +++ b/x11-themes/kf5-breeze-icons/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING-ICONS BUILD_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} -USES= compiler:c++11-lang cmake kde:5 python:3.5+,build qt:5 shebangfix tar:xz +USES= compiler:c++11-lang cmake kde:5 python:build qt:5 shebangfix tar:xz USE_KDE= ecm:build USE_QT= buildtools:build qmake:build testlib:build diff --git a/x11-themes/plasma5-breeze-gtk/Makefile b/x11-themes/plasma5-breeze-gtk/Makefile index 3c75ad8c8f13..a1b6f0ae190b 100644 --- a/x11-themes/plasma5-breeze-gtk/Makefile +++ b/x11-themes/plasma5-breeze-gtk/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ sassc:textproc/sassc RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} -USES= cmake compiler:c++11-lang gnome kde:5 pkgconfig python:3.4+ \ +USES= cmake compiler:c++11-lang gnome kde:5 pkgconfig python \ qt:5 tar:xz USE_GNOME= gdkpixbuf2 USE_KDE= breeze ecm -- cgit v1.2.3