Date: Fri, 21 Aug 2015 12:26:23 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394948 - in head/security: pinentry pinentry-gnome3 Message-ID: <201508211226.t7LCQNWH050047@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Fri Aug 21 12:26:22 2015 New Revision: 394948 URL: https://svnweb.freebsd.org/changeset/ports/394948 Log: Build the pinentry-gnome3 port with libsecret support. GNOME 3.18 expects it. PR: 202509 Submitted by: myself Approved by: maintainer (makc@) Modified: head/security/pinentry-gnome3/Makefile head/security/pinentry/Makefile Modified: head/security/pinentry-gnome3/Makefile ============================================================================== --- head/security/pinentry-gnome3/Makefile Fri Aug 21 12:05:01 2015 (r394947) +++ head/security/pinentry-gnome3/Makefile Fri Aug 21 12:26:22 2015 (r394948) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pinentry -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= GNOME 3 version of the GnuPG password dialog Modified: head/security/pinentry/Makefile ============================================================================== --- head/security/pinentry/Makefile Fri Aug 21 12:05:01 2015 (r394947) +++ head/security/pinentry/Makefile Fri Aug 21 12:26:22 2015 (r394948) @@ -80,6 +80,7 @@ LIBSECRET_CONFIGURE_ENABLE= libsecret LIBSECRET_LIB_DEPENDS= libsecret-1.so:${PORTSDIR}/security/libsecret .if ${PINENTRY_GUI} == "gnome3" +OPTIONS_DEFAULT= LIBSECRET USE_GNOME+= gtk20 LIB_DEPENDS+= libgcr-base-3.so:${PORTSDIR}/security/gcr PLIST_FILES= bin/pinentry-gnome3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508211226.t7LCQNWH050047>