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: maya
Date: Sat Jan 7 18:49:16 UTC 2017
Modified Files:
pkgsrc/security/gnutls: Makefile
Log Message:
gnutls: don't redefine max_align_t on FreeBSD. It incorrectly fails the
configure test because the type in stddef.h is guarded by a c11 macro
(most likely).
Force the configure test to pass.
>From David Shao in PR pkg/51793 (originally from FreeBSD ports).
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 pkgsrc/security/gnutls/Makefile
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.167 pkgsrc/security/gnutls/Makefile:1.168
--- pkgsrc/security/gnutls/Makefile:1.167 Tue Sep 20 08:40:15 2016
+++ pkgsrc/security/gnutls/Makefile Sat Jan 7 18:49:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.167 2016/09/20 08:40:15 wiz Exp $
+# $NetBSD: Makefile,v 1.168 2017/01/07 18:49:16 maya Exp $
DISTNAME= gnutls-3.5.4
PKGREVISION= 1
@@ -34,15 +34,15 @@ TEST_TARGET= check
INFO_FILES= yes
-REPLACE_BASH+= tests/cert-tests/openpgp-certs
-REPLACE_BASH+= tests/danetool.sh
-REPLACE_BASH+= tests/ocsp-tests/ocsp-must-staple-connection
-REPLACE_BASH+= tests/ocsp-tests/ocsp-tls-connection
-REPLACE_BASH+= tests/key-tests/dsa
-REPLACE_BASH+= tests/suite/testcompat-main-polarssl
-REPLACE_BASH+= tests/suite/testcompat-main-openssl
-REPLACE_BASH+= tests/fastopen.sh
-REPLACE_BASH+= tests/starttls.sh
+REPLACE_BASH+= tests/cert-tests/openpgp-certs
+REPLACE_BASH+= tests/danetool.sh
+REPLACE_BASH+= tests/ocsp-tests/ocsp-must-staple-connection
+REPLACE_BASH+= tests/ocsp-tests/ocsp-tls-connection
+REPLACE_BASH+= tests/key-tests/dsa
+REPLACE_BASH+= tests/suite/testcompat-main-polarssl
+REPLACE_BASH+= tests/suite/testcompat-main-openssl
+REPLACE_BASH+= tests/fastopen.sh
+REPLACE_BASH+= tests/starttls.sh
REPLACE_PERL+= doc/scripts/gdoc doc/scripts/sort2.pl
@@ -57,6 +57,8 @@ EGDIR= ${PREFIX}/share/examples/gnutls
# 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
+
INSTALLATION_DIRS= ${DOCDIR} ${EGDIR} include/gnutls
post-install:
Home |
Main Index |
Thread Index |
Old Index