pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pinentry-qt6



Module Name:    pkgsrc
Committed By:   js
Date:           Fri Sep  5 19:09:49 UTC 2025

Modified Files:
        pkgsrc/security/pinentry-qt6: Makefile

Log Message:
Fix building security/pinentry-qt6 on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/pinentry-qt6/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/pinentry-qt6/Makefile
diff -u pkgsrc/security/pinentry-qt6/Makefile:1.11 pkgsrc/security/pinentry-qt6/Makefile:1.12
--- pkgsrc/security/pinentry-qt6/Makefile:1.11  Sat Aug  2 09:55:55 2025
+++ pkgsrc/security/pinentry-qt6/Makefile       Fri Sep  5 19:09:49 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2025/08/02 09:55:55 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/09/05 19:09:49 js Exp $
 
 PKGNAME=       ${DISTNAME:S/pinentry-/pinentry-qt6-/}
 COMMENT=       Applications for entering PINs or Passphrases, Qt6 enabled
@@ -27,6 +27,10 @@ INSTALL_DIRS=                qt
 pre-configure:
        cd ${WRKSRC} && autoreconf -i -f
 
+post-configure:
+       # Delete VERSION as it breaks #include <version> on Darwin.
+       cd ${WRKSRC} && rm VERSION
+
 BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.0.0
 .include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index