pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtwebkit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 25 22:27:03 UTC 2023

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

Log Message:
qt5-qtwebkit: revert previous

Switch back to USE_CMAKE for now.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/x11/qt5-qtwebkit/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-qtwebkit/Makefile
diff -u pkgsrc/x11/qt5-qtwebkit/Makefile:1.104 pkgsrc/x11/qt5-qtwebkit/Makefile:1.105
--- pkgsrc/x11/qt5-qtwebkit/Makefile:1.104      Tue Jan 24 18:36:36 2023
+++ pkgsrc/x11/qt5-qtwebkit/Makefile    Wed Jan 25 22:27:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2023/01/24 18:36:36 wiz Exp $
+# $NetBSD: Makefile,v 1.105 2023/01/25 22:27:02 wiz Exp $
 
 QTWKVERSION=   5.212.0-alpha4
 DISTNAME=      qtwebkit-${QTWKVERSION}
@@ -22,6 +22,9 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-expat-[0-9
 
 USE_LANGUAGES=         c c++11
 USE_TOOLS+=            perl:build pkg-config bison
+USE_CMAKE=             yes
+CMAKE_ARG_PATH=                ..
+CONFIGURE_DIRS=                _build
 CMAKE_INSTALL_PREFIX=  ${PREFIX}/qt5
 TEST_TARGET=           test
 
@@ -41,6 +44,9 @@ UNLIMIT_RESOURCES+=   cputime
 
 GCC_REQD+=     4.9
 
+pre-configure:
+       ${MKDIR} ${WRKSRC}/_build
+
 # wcstof(3) etc. is used in C++ code.
 CFLAGS.NetBSD+=                -D_NETBSD_SOURCE
 
@@ -92,7 +98,6 @@ post-install:
 # See comment in Source/WebKit2/PlatformQt.cmake
 PLIST_VARS+=   npapi
 
-.include "../../devel/cmake/build.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
 .if ${OPSYS} == "Darwin" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD"
 .include "../../devel/libexecinfo/buildlink3.mk"



Home | Main Index | Thread Index | Old Index