pinentry-tty is an alternative to pinentry-curses. It shows a prompt
instead of a curses dialog.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/pinentry/Makefile,v
diff -p -u -r1.36 Makefile
--- Makefile    16 Jun 2024 18:19:02 -0000      1.36
+++ Makefile    13 Oct 2024 11:19:50 -0000
@@ -2,6 +2,7 @@ COMMENT-main =  PIN or passphrase entry 
 COMMENT-gnome3 =PIN or passphrase entry dialog (GNOME 3 interface)
 COMMENT-qt5 =  PIN or passphrase entry dialog (Qt5 interface)
 COMMENT-qt6 =  PIN or passphrase entry dialog (Qt6 interface)
+REVISION-main =        0
 REVISION-qt6 = 0
 
 VERSION =      1.3.0
@@ -57,8 +58,8 @@ CONFIGURE_STYLE =     gnu
 CONFIGURE_ENV =        CPPFLAGS="-I${LOCALBASE}/include 
-D_XOPEN_SOURCE_EXTENDED" \
                        LDFLAGS="-L${LOCALBASE}/lib"
 CONFIGURE_ARGS =       --enable-pinentry-curses \
+                       --enable-pinentry-tty \
                        --disable-pinentry-qt4 \
-                       --disable-pinentry-tty \
                        --disable-pinentry-emacs \
                        --disable-pinentry-gtk2 \
                        --disable-pinentry-efl \
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/security/pinentry/pkg/PLIST-main,v
diff -p -u -r1.2 PLIST-main
--- pkg/PLIST-main      11 Mar 2022 19:53:51 -0000      1.2
+++ pkg/PLIST-main      13 Oct 2024 11:19:50 -0000
@@ -1,3 +1,4 @@
 bin/pinentry
 @bin bin/pinentry-curses
+@bin bin/pinentry-tty
 @info info/pinentry.info

Reply via email to