summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2022-02-06 20:54:24 +0000
committerrillig <rillig@pkgsrc.org>2022-02-06 20:54:24 +0000
commit541da73facb52cd8d4783b9b9723cb0b74f81bb3 (patch)
treeb0450f4b6f061aec13e0f7e90ca3014afd3a55a7 /security
parenteee7eba11803c4288d7290ee579b6f981d52de78 (diff)
downloadpkgsrc-541da73facb52cd8d4783b9b9723cb0b74f81bb3.tar.gz
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.
Diffstat (limited to 'security')
-rw-r--r--security/gnutls/Makefile4
-rw-r--r--security/gnutls/options.mk12
2 files changed, 4 insertions, 12 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 54c45e80530..36c626ae0fa 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -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
diff --git a/security/gnutls/options.mk b/security/gnutls/options.mk
index e04add40a97..6ee30151632 100644
--- a/security/gnutls/options.mk
+++ b/security/gnutls/options.mk
@@ -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