pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gnupg2



Module Name:    pkgsrc
Committed By:   tm
Date:           Wed May 16 10:22:22 UTC 2018

Modified Files:
        pkgsrc/security/gnupg2: Makefile options.mk

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/security/gnupg2/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/gnupg2/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gnupg2/Makefile
diff -u pkgsrc/security/gnupg2/Makefile:1.86 pkgsrc/security/gnupg2/Makefile:1.87
--- pkgsrc/security/gnupg2/Makefile:1.86        Tue May  8 11:56:21 2018
+++ pkgsrc/security/gnupg2/Makefile     Wed May 16 10:22:22 2018
@@ -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

Index: pkgsrc/security/gnupg2/options.mk
diff -u pkgsrc/security/gnupg2/options.mk:1.12 pkgsrc/security/gnupg2/options.mk:1.13
--- pkgsrc/security/gnupg2/options.mk:1.12      Tue May  8 11:56:21 2018
+++ pkgsrc/security/gnupg2/options.mk   Wed May 16 10:22:22 2018
@@ -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