pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/pinentry
Module Name: pkgsrc
Committed By: jperkin
Date: Fri May 3 06:30:11 UTC 2024
Modified Files:
pkgsrc/security/pinentry: Makefile
Log Message:
pinentry: Needs wide curses.
If linked against ncurses then pinentry-curses box characters are all
wrong. Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/security/pinentry/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/Makefile
diff -u pkgsrc/security/pinentry/Makefile:1.54 pkgsrc/security/pinentry/Makefile:1.55
--- pkgsrc/security/pinentry/Makefile:1.54 Wed Mar 20 15:46:37 2024
+++ pkgsrc/security/pinentry/Makefile Fri May 3 06:30:11 2024
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2024/03/20 15:46:37 adam Exp $
+# $NetBSD: Makefile,v 1.55 2024/05/03 06:30:11 jperkin Exp $
+PKGREVISION= 1
COMMENT= Applications for entering PINs or Passphrases
CONFIGURE_ARGS+= --disable-pinentry-fltk
@@ -11,6 +12,8 @@ CONFIGURE_ARGS+= --disable-pinentry-tqt
CONFIGURE_ARGS+= --enable-pinentry-emacs
CONFIGURE_ARGS+= --enable-pinentry-tty
+USE_CURSES= wide
+
.include "../../security/pinentry/Makefile.common"
.if defined(PINENTRY_DEFAULT)
Home |
Main Index |
Thread Index |
Old Index