pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pinentry-gtk2 pinentry-gtk2: update to 1.1.0nb5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d631031fb49d
branches:  trunk
changeset: 328356:d631031fb49d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 19 22:57:36 2019 +0000

description:
pinentry-gtk2: update to 1.1.0nb5.

Explicitly disable some optional dependencies.
Update COMMENT and DESCR.

>From Michael B?uerle via pkgsrc-wip.

diffstat:

 security/pinentry-gtk2/DESCR    |   4 ++--
 security/pinentry-gtk2/Makefile |  10 ++++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 13d8fa0fe398 -r d631031fb49d security/pinentry-gtk2/DESCR
--- a/security/pinentry-gtk2/DESCR      Sat Jan 19 22:19:05 2019 +0000
+++ b/security/pinentry-gtk2/DESCR      Sat Jan 19 22:57:36 2019 +0000
@@ -1,4 +1,4 @@
 This is a collection of simple PIN or passphrase entry dialogs which
 utilize the Assuan protocol as described by the aegypten project.
-It provides programs for several graphical toolkits, such as GTK+ and
-QT, as well as for the console, using curses.
+It provides programs for several graphical toolkits, such as FLTK,
+GTK+ and QT, as well as for the console, using curses.
diff -r 13d8fa0fe398 -r d631031fb49d security/pinentry-gtk2/Makefile
--- a/security/pinentry-gtk2/Makefile   Sat Jan 19 22:19:05 2019 +0000
+++ b/security/pinentry-gtk2/Makefile   Sat Jan 19 22:57:36 2019 +0000
@@ -1,18 +1,20 @@
-# $NetBSD: Makefile,v 1.46 2018/11/14 22:22:21 kleink Exp $
+# $NetBSD: Makefile,v 1.47 2019/01/19 22:57:36 wiz Exp $
 
 PKGNAME=               ${DISTNAME:S/pinentry-/pinentry-gtk2-/}
-PKGREVISION=           4
-COMMENT=               Applications for entering PINs or Passphrases, gtk2 enabled
+PKGREVISION=           5
+COMMENT=               Applications for entering PINs or Passphrases, GTK+ enabled
 
 .include               "../../security/pinentry/Makefile.common"
 
 USE_TOOLS+=            pkg-config
 CONFIGURE_ARGS+=       --enable-pinentry-gtk2
-CONFIGURE_ARGS+=        --disable-pinentry-qt4
+CONFIGURE_ARGS+=        --disable-pinentry-qt
 CONFIGURE_ARGS+=        --disable-pinentry-curses
 CONFIGURE_ARGS+=        --disable-pinentry-emacs
 #CONFIGURE_ARGS+=       --disable-fallback-curses
 CONFIGURE_ARGS+=        --disable-pinentry-gnome3
+CONFIGURE_ARGS+=        --disable-pinentry-fltk
+CONFIGURE_ARGS+=        --disable-libsecret
 
 INSTALL_DIRS=          gtk+-2
 



Home | Main Index | Thread Index | Old Index