Sun Aug 19 09:16:01 2018 UTC ()
gnutls: remove obsolete configure argument


(wiz)
diff -r1.185 -r1.186 pkgsrc/security/gnutls/Makefile

cvs diff -r1.185 -r1.186 pkgsrc/security/gnutls/Makefile (expand / switch to unified diff)

--- pkgsrc/security/gnutls/Makefile 2018/08/19 06:28:39 1.185
+++ pkgsrc/security/gnutls/Makefile 2018/08/19 09:16:01 1.186
@@ -1,36 +1,35 @@ @@ -1,36 +1,35 @@
1# $NetBSD: Makefile,v 1.185 2018/08/19 06:28:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.186 2018/08/19 09:16:01 wiz Exp $
2 2
3DISTNAME= gnutls-3.6.3 3DISTNAME= gnutls-3.6.3
4CATEGORIES= security devel 4CATEGORIES= security devel
5MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.6/ 5MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.6/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.gnutls.org/ 9HOMEPAGE= http://www.gnutls.org/
10COMMENT= GNU Transport Layer Security library 10COMMENT= GNU Transport Layer Security library
11LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1 11LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1
12 12
13USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
16USE_TOOLS+= gmake gsed perl pkg-config bash:build 16USE_TOOLS+= gmake gsed perl pkg-config bash:build
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18# this library duplicates (and conflicts with) openssl 18# this library duplicates (and conflicts with) openssl
19CONFIGURE_ARGS+= --disable-openssl-compatibility 19CONFIGURE_ARGS+= --disable-openssl-compatibility
20CONFIGURE_ARGS+= --disable-guile 20CONFIGURE_ARGS+= --disable-guile
21CONFIGURE_ARGS+= --disable-libdane 21CONFIGURE_ARGS+= --disable-libdane
22CONFIGURE_ARGS+= --without-tpm 22CONFIGURE_ARGS+= --without-tpm
23CONFIGURE_ARGS+= --disable-destructive-tests 
24CONFIGURE_ARGS+= --disable-valgrind-tests 23CONFIGURE_ARGS+= --disable-valgrind-tests
25CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext} 24CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext}
26CONFIGURE_ARGS+= --enable-local-libopts 25CONFIGURE_ARGS+= --enable-local-libopts
27# Assembler support is broken for SunOS in 3.2.9. 26# Assembler support is broken for SunOS in 3.2.9.
28CONFIGURE_ARGS.SunOS+= --disable-hardware-acceleration 27CONFIGURE_ARGS.SunOS+= --disable-hardware-acceleration
29CONFIGURE_ARGS.FreeBSD+= ac_cv_type_max_align_t=yes 28CONFIGURE_ARGS.FreeBSD+= ac_cv_type_max_align_t=yes
30 29
31# as of 3.5.8, 0 test failures 30# as of 3.5.8, 0 test failures
32TEST_TARGET= check 31TEST_TARGET= check
33# without the USE_TOOLS line below, the fastopen.sh test fails 32# without the USE_TOOLS line below, the fastopen.sh test fails
34# but when this line is added, the tool path for bash is embedded 33# but when this line is added, the tool path for bash is embedded
35# in to the binaries, so only enable this for testing and 34# in to the binaries, so only enable this for testing and
36# disable before commit 35# disable before commit