FreeBSD Bugzilla – Attachment 100709 Details for
Bug 140058
[MAINTAINER] security/gpgme: Specifically disable gpgsm if it is not installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
2009-10-14-gpgme.diff
2009-10-14-gpgme.diff (text/plain), 737 bytes, created by
Jason E. Hale
on 2009-10-28 19:20:01 UTC
(
hide
)
Description:
2009-10-14-gpgme.diff
Filename:
MIME Type:
Creator:
Jason E. Hale
Created:
2009-10-28 19:20:01 UTC
Size:
737 bytes
patch
obsolete
>diff -ruN gpgme.orig/Makefile gpgme/Makefile >--- gpgme.orig/Makefile 2009-10-14 19:06:57.000000000 -0400 >+++ gpgme/Makefile 2009-10-14 19:30:36.000000000 -0400 >@@ -7,6 +7,7 @@ > > PORTNAME= gpgme > PORTVERSION= 1.2.0 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= ${MASTER_SITE_GNUPG} > MASTER_SITE_SUBDIR= gpgme >@@ -45,8 +46,12 @@ > BUILD_DEPENDS+= gpg2:${PORTSDIR}/security/gnupg > RUN_DEPENDS+= gpg2:${PORTSDIR}/security/gnupg > CONFIGURE_ARGS+=--with-gpg=${LOCALBASE}/bin/gpg2 \ >- --with-gpgsm=${LOCALBASE}/bin/gpgsm \ > --with-gpgconf=${LOCALBASE}/bin/gpgconf >+.if exists(${LOCALBASE}/bin/gpgsm) >+CONFIGURE_ARGS+=--with-gpgsm=${LOCALBASE}/bin/gpgsm >+.else >+CONFIGURE_ARGS+=--with-gpgsm=no >+.endif > .endif > > .if defined(WITH_PTH)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 140058
: 100709