pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

*: convert ACCEPTED=37 to INCOMPATIBLE=27



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Apr 14 15:47:20 2022 +0200
Changeset:	fb2b36bffff9ca73ff8b75318806a71c0e2b5184

Modified Files:
	glide/Makefile
	py-ana/Makefile

Log Message:
*: convert ACCEPTED=37 to INCOMPATIBLE=27

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fb2b36bffff9ca73ff8b75318806a71c0e2b5184

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 glide/Makefile  | 4 ++--
 py-ana/Makefile | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/glide/Makefile b/glide/Makefile
index 5dba1ecd6d..fbea23accd 100644
--- a/glide/Makefile
+++ b/glide/Makefile
@@ -13,7 +13,7 @@ LICENSE=	mit
 
 USE_LANGUAGES+=			c	# rust, but needs a toolchain to link
 USE_TOOLS+=			pkg-config
-PYTHON_VERSIONS_ACCEPTED=	37
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 PYTHON_FOR_BUILD_ONLY=		tool
 
 REPLACE_PYTHON+=	scripts/meson_post_install.py
@@ -29,7 +29,7 @@ INSTALLATION_DIRS=	bin share
 RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gtk3}/lib
 RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gstreamer1}/lib
 
-.include "../../wip/gst-plugins1-opengl/buildlink3.mk"
+#.include "../../wip/gst-plugins1-opengl/buildlink3.mk"
 .include "../../devel/meson/build.mk"
 .include "../../lang/rust/cargo.mk"
 .include "../../devel/glib2/buildlink3.mk"
diff --git a/py-ana/Makefile b/py-ana/Makefile
index 52d63de966..0cb1e24c4f 100644
--- a/py-ana/Makefile
+++ b/py-ana/Makefile
@@ -9,7 +9,7 @@ MAINTAINER=	khorben%defora.org@localhost
 HOMEPAGE=	https://pypi.python.org/pypi/ana/
 COMMENT=	ana
 
-PYTHON_VERSIONS_ACCEPTED=	37
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 .include "../../wip/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index