pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnupg2 gnupg2: add bzip2 and zli...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5843a37c9f4
branches:  trunk
changeset: 308092:d5843a37c9f4
user:      tm <tm%pkgsrc.org@localhost>
date:      Wed May 16 10:22:22 2018 +0000

description:
gnupg2: add bzip2 and zlib to PKG_SUGGESTED_OPTIONS

Based on the previous default behave on NetBSD add bzip2 and zlib to the
suggested options. In the past gnupg2 automatically detected bzip2 and
zlib from the system and enabled these options also if no buildlink file
was present.

bzip2 and zlib still stay as options because if gnupg2 remote agent
forwarding is used both gnupg2 versions (local and remote) need to provide
the same compression options. This allow the user to build gnupg2 with or
without compression options if needed.

PKGREVISION bump because new suggested options might require an rebuild on
different operating systems if bzip2 and zlib was not accidentally detected
and enabled.

Reviewed by wiedi

diffstat:

 security/gnupg2/Makefile   |  4 ++--
 security/gnupg2/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r e2138652bf87 -r d5843a37c9f4 security/gnupg2/Makefile
--- a/security/gnupg2/Makefile  Wed May 16 10:17:08 2018 +0000
+++ b/security/gnupg2/Makefile  Wed May 16 10:22:22 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.86 2018/05/08 11:56:21 tm Exp $
+# $NetBSD: Makefile,v 1.87 2018/05/16 10:22:22 tm Exp $
 
 DISTNAME=      gnupg-2.2.7
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/gnupg/
 EXTRACT_SUFX=  .tar.bz2
diff -r e2138652bf87 -r d5843a37c9f4 security/gnupg2/options.mk
--- a/security/gnupg2/options.mk        Wed May 16 10:17:08 2018 +0000
+++ b/security/gnupg2/options.mk        Wed May 16 10:22:22 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.12 2018/05/08 11:56:21 tm Exp $
+# $NetBSD: options.mk,v 1.13 2018/05/16 10:22:22 tm Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnupg2
 PKG_SUPPORTED_OPTIONS= bzip2 ldap libusb-1 zlib
-PKG_SUGGESTED_OPTIONS= libusb-1
+PKG_SUGGESTED_OPTIONS= bzip2 libusb-1 zlib
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index