svn commit: r426550 - head/security/pinentry

John Marino marino at FreeBSD.org
Sun Nov 20 02:51:00 UTC 2016


Author: marino
Date: Sun Nov 20 02:50:59 2016
New Revision: 426550
URL: https://svnweb.freebsd.org/changeset/ports/426550

Log:
  security/pinentry-*: Document ncurses requirement
  
  It turns out that every pinentry slave port requires ncurses,
  not just -gnome3 and -curses.
  
  Approved by:	ncurses blanket

Modified:
  head/security/pinentry/Makefile

Modified: head/security/pinentry/Makefile
==============================================================================
--- head/security/pinentry/Makefile	Sun Nov 20 01:56:33 2016	(r426549)
+++ head/security/pinentry/Makefile	Sun Nov 20 02:50:59 2016	(r426550)
@@ -66,7 +66,7 @@ LIB_DEPENDS=	libassuan.so:security/libas
 		libgcrypt.so:security/libgcrypt \
 		libksba.so:security/libksba
 
-USES+=		iconv gmake pkgconfig
+USES+=		iconv gmake ncurses pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-pinentry-emacs
 
@@ -81,7 +81,6 @@ LIBSECRET_LIB_DEPENDS=	libsecret-1.so:se
 
 .if ${PINENTRY_GUI} == "gnome3"
 OPTIONS_SLAVE=	LIBSECRET
-USES+=		ncurses
 USE_GNOME+=	gtk20
 LIB_DEPENDS+=	libgcr-base-3.so:security/gcr
 PLIST_FILES=	bin/pinentry-gnome3
@@ -113,7 +112,6 @@ CONFIGURE_ARGS+=--disable-pinentry-gtk2
 .endif
 
 .if ${PINENTRY_GUI} == "curses"
-USES+=		ncurses
 PLIST_FILES=	bin/pinentry-curses
 .else
 CONFIGURE_ARGS+=--disable-pinentry-curses


More information about the svn-ports-all mailing list