pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/quazip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 14 08:44:18 UTC 2025

Modified Files:
        pkgsrc/archivers/quazip: Makefile

Log Message:
quazip: fix build with cmake 4, convert to cmake/build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/archivers/quazip/Makefile

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

Modified files:

Index: pkgsrc/archivers/quazip/Makefile
diff -u pkgsrc/archivers/quazip/Makefile:1.23 pkgsrc/archivers/quazip/Makefile:1.24
--- pkgsrc/archivers/quazip/Makefile:1.23       Tue May  6 13:00:51 2025
+++ pkgsrc/archivers/quazip/Makefile    Thu Aug 14 08:44:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/05/06 13:00:51 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/08/14 08:44:17 wiz Exp $
 
 DISTNAME=      quazip-0.9
 PKGREVISION=   21
@@ -12,12 +12,14 @@ HOMEPAGE=   https://stachenov.github.io/qu
 COMMENT=       Qt/C++ wrapper for Minizip (v0)
 LICENSE=       gnu-lgpl-v2.1 # with static linking exception
 
-USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
 PKGCONFIG_OVERRIDE_STAGE=      post-configure
 PKGCONFIG_OVERRIDE=            quazip.pc
 
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
+.include "../../devel/cmake/build.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index