svn commit: r394948 - in head/security: pinentry pinentry-gnome3

Mathieu Arnold mat at FreeBSD.org
Fri Aug 21 12:32:01 UTC 2015



+--On 21 août 2015 12:26:23 +0000 Koop Mast <kwm at FreeBSD.org> wrote:
| 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.   

Mmmm, so, if I build pinentry-gnome3 and disable the option, it breaks
gnome 3.18 ?

In that case, you should use OPTIONS_SLAVE to remove it from the possible
options and activate it, not OPTIONS_DEFAULT.

|   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
| 
| 



-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150821/28f649a2/attachment.bin>


More information about the svn-ports-all mailing list