pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gnutls



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Feb  6 20:54:24 UTC 2022

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

Log Message:
security/gnutls: remove unknown configure options

The option --enable-lzo was removed in 2011, the option
--enable-local-libopts was removed in January 2022.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.227 -r1.228 pkgsrc/security/gnutls/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/gnutls/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/gnutls/Makefile
diff -u pkgsrc/security/gnutls/Makefile:1.227 pkgsrc/security/gnutls/Makefile:1.228
--- pkgsrc/security/gnutls/Makefile:1.227       Wed Jan 19 21:11:11 2022
+++ pkgsrc/security/gnutls/Makefile     Sun Feb  6 20:54:24 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.227 2022/01/19 21:11:11 adam Exp $
+# $NetBSD: Makefile,v 1.228 2022/02/06 20:54:24 rillig Exp $
 
 DISTNAME=      gnutls-3.7.3
+PKGREVISION=   1
 CATEGORIES=    security devel
 MASTER_SITES=  https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
@@ -26,7 +27,6 @@ CONFIGURE_ARGS+=              --without-tpm
 CONFIGURE_ARGS+=               --disable-valgrind-tests
 CONFIGURE_ARGS+=               --with-default-trust-store-file=${PREFIX}/share/mozilla-rootcerts/cacert.pem
 CONFIGURE_ARGS+=               --with-libintl-prefix=${BUILDLINK_PREFIX.gettext}
-CONFIGURE_ARGS+=               --enable-local-libopts
 # Assembler support is broken for SunOS in 3.2.9.
 CONFIGURE_ARGS.SunOS+=         --disable-hardware-acceleration
 CONFIGURE_ARGS.FreeBSD+=       ac_cv_type_max_align_t=yes

Index: pkgsrc/security/gnutls/options.mk
diff -u pkgsrc/security/gnutls/options.mk:1.4 pkgsrc/security/gnutls/options.mk:1.5
--- pkgsrc/security/gnutls/options.mk:1.4       Mon Jan  3 12:36:53 2022
+++ pkgsrc/security/gnutls/options.mk   Sun Feb  6 20:54:24 2022
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.4 2022/01/03 12:36:53 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2022/02/06 20:54:24 rillig Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnutls
-PKG_SUPPORTED_OPTIONS= dane guile lzo
-PKG_SUGGESTED_OPTIONS= lzo
+PKG_SUPPORTED_OPTIONS= dane guile
 
 .include "../../mk/bsd.options.mk"
 
@@ -21,10 +20,3 @@ PLIST_SRC+=          PLIST.guile
 .else
 CONFIGURE_ARGS+=       --disable-guile
 .endif
-
-.if !empty(PKG_OPTIONS:Mlzo)
-.include "../../archivers/lzo/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-lzo
-.else
-CONFIGURE_ARGS+=       --disable-lzo
-.endif



Home | Main Index | Thread Index | Old Index