1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Fix broken header installed by gnutls: it would silently break ports

that makes use of gnutls_certificate_print_formats_t enum.
This commit is contained in:
Xin LI 2008-07-30 08:52:37 +00:00
parent 7ea49ce4bc
commit 43e8ecb7b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217838
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= gnutls
PORTVERSION= 2.4.1
PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://josefsson.org/gnutls/releases/ \
ftp://ftp.gnutls.org/pub/gnutls/ \

View File

@ -0,0 +1,11 @@
--- ./includes/gnutls/gnutls.h.in.orig 2008-06-30 13:45:51.000000000 -0700
+++ ./includes/gnutls/gnutls.h.in 2008-07-30 01:39:55.348483886 -0700
@@ -287,7 +287,7 @@
{
GNUTLS_CRT_PRINT_FULL,
GNUTLS_CRT_PRINT_ONELINE,
- GNUTLS_CRT_PRINT_UNSIGNED_FULL,
+ GNUTLS_CRT_PRINT_UNSIGNED_FULL
} gnutls_certificate_print_formats_t;
typedef enum