pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pinentry-gtk2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 19 22:57:36 UTC 2019

Modified Files:
        pkgsrc/security/pinentry-gtk2: DESCR Makefile

Log Message:
pinentry-gtk2: update to 1.1.0nb5.

Explicitly disable some optional dependencies.
Update COMMENT and DESCR.

>From Michael Bäuerle via pkgsrc-wip.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/pinentry-gtk2/DESCR
cvs rdiff -u -r1.46 -r1.47 pkgsrc/security/pinentry-gtk2/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-gtk2/DESCR
diff -u pkgsrc/security/pinentry-gtk2/DESCR:1.1 pkgsrc/security/pinentry-gtk2/DESCR:1.2
--- pkgsrc/security/pinentry-gtk2/DESCR:1.1     Sun Feb  7 15:36:58 2010
+++ pkgsrc/security/pinentry-gtk2/DESCR Sat Jan 19 22:57:36 2019
@@ -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.

Index: pkgsrc/security/pinentry-gtk2/Makefile
diff -u pkgsrc/security/pinentry-gtk2/Makefile:1.46 pkgsrc/security/pinentry-gtk2/Makefile:1.47
--- pkgsrc/security/pinentry-gtk2/Makefile:1.46 Wed Nov 14 22:22:21 2018
+++ pkgsrc/security/pinentry-gtk2/Makefile      Sat Jan 19 22:57:36 2019
@@ -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