pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtwebengine



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed May  3 12:22:11 UTC 2023

Modified Files:
        pkgsrc/x11/qt5-qtwebengine: Makefile

Log Message:
qt5-qtwebengine: drop build requirement on python2.7

seems to build fine with newer pythons now.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/qt5-qtwebengine/Makefile

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

Modified files:

Index: pkgsrc/x11/qt5-qtwebengine/Makefile
diff -u pkgsrc/x11/qt5-qtwebengine/Makefile:1.37 pkgsrc/x11/qt5-qtwebengine/Makefile:1.38
--- pkgsrc/x11/qt5-qtwebengine/Makefile:1.37    Wed Apr 19 08:11:58 2023
+++ pkgsrc/x11/qt5-qtwebengine/Makefile Wed May  3 12:22:11 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2023/04/19 08:11:58 adam Exp $
+# $NetBSD: Makefile,v 1.38 2023/05/03 12:22:11 markd Exp $
 
 DISTNAME=      qtwebengine-everywhere-opensource-src-${QTVERSION}
 PKGNAME=       qt5-qtwebengine-${QTVERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       Chromium-based web engine for Qt5
 
 MAKE_ENV+=             QTDIR=${QTDIR}
@@ -96,7 +96,6 @@ MAKE_ENV+=    OSX_VERSION=${OSX_VERSION}
 #.include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"
 .include "../../graphics/libwebp/buildlink3.mk"
-PYTHON_VERSIONS_ACCEPTED=      27
 PYTHON_FOR_BUILD_ONLY= tool
 .include "../../lang/python/tool.mk"
 # does not support ffmpeg5 as of 5.15.4



Home | Main Index | Thread Index | Old Index