pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/keepassxc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep  5 13:44:13 UTC 2023

Modified Files:
        pkgsrc/security/keepassxc: Makefile

Log Message:
keepassxc: add comment about lack of qt6 support


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/security/keepassxc/Makefile

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

Modified files:

Index: pkgsrc/security/keepassxc/Makefile
diff -u pkgsrc/security/keepassxc/Makefile:1.60 pkgsrc/security/keepassxc/Makefile:1.61
--- pkgsrc/security/keepassxc/Makefile:1.60     Sat Aug 26 10:05:14 2023
+++ pkgsrc/security/keepassxc/Makefile  Tue Sep  5 13:44:13 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2023/08/26 10:05:14 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2023/09/05 13:44:13 wiz Exp $
 
 DISTNAME=      keepassxc-2.7.6-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -42,6 +42,8 @@ qmake-bin-add:
 .include "../../security/argon2/buildlink3.mk"
 .include "../../security/botan3/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+# no qt6 support yet
+# https://github.com/keepassxreboot/keepassxc/issues/7774
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtsvg/buildlink3.mk"
 .include "../../x11/qt5-qttools/buildlink3.mk"



Home | Main Index | Thread Index | Old Index