Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2019 08:30:47 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499615 - head/security/gnutls
Message-ID:  <201904220830.x3M8Ulpo042221@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Mon Apr 22 08:30:46 2019
New Revision: 499615
URL: https://svnweb.freebsd.org/changeset/ports/499615

Log:
  - Prevent detection of autogen.  It causes some files to be regenerated
    and then they require a newer header than is provided with gnutls.
  - Remove ZLIB option.  It's no longer available.
  
  PR:		237419
  Reported by:	Kevin Oberman <rkoberman@gmail.com>

Modified:
  head/security/gnutls/Makefile

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Mon Apr 22 08:26:59 2019	(r499614)
+++ head/security/gnutls/Makefile	Mon Apr 22 08:30:46 2019	(r499615)
@@ -30,13 +30,14 @@ CONFIGURE_ARGS=	--disable-guile \
 		--with-system-priority-file=${PREFIX}/etc/gnutls/default-priorities \
 		--with-default-trust-store-file=${LOCALBASE}/share/certs/ca-root-nss.crt \
 		--with-trousers-lib=${LOCALBASE}/lib/libtspi.so.1 \
+		AUTOGEN=false \
 		ac_cv_type_max_align_t=yes
 MAKE_ENV=	MAKEINFOFLAGS=--no-split
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 
-OPTIONS_DEFINE=		DANE EXAMPLES IDN NLS P11KIT TPM ZLIB
-OPTIONS_DEFAULT=	IDN P11KIT TPM ZLIB
+OPTIONS_DEFINE=		DANE EXAMPLES IDN NLS P11KIT TPM
+OPTIONS_DEFAULT=	IDN P11KIT TPM
 OPTIONS_SUB=		yes
 
 DANE_DESC=		Certificate verification via DNSSEC
@@ -58,8 +59,6 @@ P11KIT_LIB_DEPENDS=	libp11-kit.so:security/p11-kit
 TPM_DESC=		Trusted Platform Module support
 TPM_CONFIGURE_WITH=	tpm
 TPM_LIB_DEPENDS=	libtspi.so:security/trousers
-
-ZLIB_CONFIGURE_WITH=	zlib
 
 INFO=		gnutls gnutls-guile
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904220830.x3M8Ulpo042221>