summaryrefslogtreecommitdiff
path: root/security/gnutls/patches
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnutls/patches')
-rw-r--r--security/gnutls/patches/patch-ab22
-rw-r--r--security/gnutls/patches/patch-ae8
-rw-r--r--security/gnutls/patches/patch-af13
-rw-r--r--security/gnutls/patches/patch-ai16
-rw-r--r--security/gnutls/patches/patch-lib_configure20
5 files changed, 4 insertions, 75 deletions
diff --git a/security/gnutls/patches/patch-ab b/security/gnutls/patches/patch-ab
deleted file mode 100644
index 4dfacdd7034..00000000000
--- a/security/gnutls/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.13 2011/04/26 10:35:30 adam Exp $
-
---- doc/Makefile.in.orig 2011-04-22 11:41:08.000000000 +0000
-+++ doc/Makefile.in
-@@ -942,7 +942,7 @@ top_srcdir = @top_srcdir@
- EXTRA_DIST = TODO certtool.cfg gnutls.ps gnutls.pdf gnutls.html \
- doxygen/Doxyfile.in doxygen/Doxyfile.orig texinfo.css \
- $(guile_texi) extract-guile-c-doc.scm
--SUBDIRS = examples cyclo scripts manpages credentials $(am__append_1)
-+SUBDIRS = cyclo scripts manpages credentials $(am__append_1)
- info_TEXINFOS = gnutls.texi
-
- # Examples.
-@@ -1170,7 +1170,7 @@ gnutls.dvi: gnutls.texi $(srcdir)/versio
- gnutls.pdf: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS)
- gnutls.html: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS)
- $(srcdir)/version.texi: $(srcdir)/stamp-vti
--$(srcdir)/stamp-vti: gnutls.texi $(top_srcdir)/configure
-+$(srcdir)/stamp-vti: gnutls.texi
- @(dir=.; test -f ./gnutls.texi || dir=$(srcdir); \
- set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/gnutls.texi`; \
- echo "@set UPDATED $$1 $$2 $$3"; \
diff --git a/security/gnutls/patches/patch-ae b/security/gnutls/patches/patch-ae
index 381dcda027d..00bc65d7f19 100644
--- a/security/gnutls/patches/patch-ae
+++ b/security/gnutls/patches/patch-ae
@@ -1,9 +1,9 @@
-$NetBSD: patch-ae,v 1.3 2011/04/26 10:35:30 adam Exp $
+$NetBSD: patch-ae,v 1.4 2012/07/02 18:53:03 drochner Exp $
---- guile/src/core.c.orig 2007-09-27 11:17:17.000000000 +0000
+--- guile/src/core.c.orig 2012-04-12 20:05:11.000000000 +0000
+++ guile/src/core.c
-@@ -27,7 +27,7 @@
- #include <gnutls/gnutls.h>
+@@ -28,7 +28,7 @@
+ #include <gnutls/openpgp.h>
#include <libguile.h>
-#include <alloca.h>
diff --git a/security/gnutls/patches/patch-af b/security/gnutls/patches/patch-af
deleted file mode 100644
index 3e90eceb60d..00000000000
--- a/security/gnutls/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.2 2011/04/26 10:35:30 adam Exp $
-
---- guile/src/extra.c.orig 2007-09-04 18:12:51.000000000 +0200
-+++ guile/src/extra.c
-@@ -30,7 +30,7 @@
- #include <gnutls/openpgp.h>
- #include <libguile.h>
-
--#include <alloca.h>
-+#include <stdlib.h>
-
- #include "errors.h"
- #include "utils.h"
diff --git a/security/gnutls/patches/patch-ai b/security/gnutls/patches/patch-ai
deleted file mode 100644
index 3b79f80aca6..00000000000
--- a/security/gnutls/patches/patch-ai
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ai,v 1.1 2008/10/29 11:38:09 shannonjr Exp $
-
---- libextra/gl/md5.h.orig 2008-10-05 07:41:43.000000000 -0600
-+++ libextra/gl/md5.h
-@@ -22,7 +22,11 @@
- #define _MD5_H 1
-
- #include <stdio.h>
-+#if defined(__sun)
-+#include <sys/inttypes.h>
-+#else
- #include <stdint.h>
-+#endif
-
- #define MD5_DIGEST_SIZE 16
- #define MD5_BLOCK_SIZE 64
diff --git a/security/gnutls/patches/patch-lib_configure b/security/gnutls/patches/patch-lib_configure
deleted file mode 100644
index 960663c5cca..00000000000
--- a/security/gnutls/patches/patch-lib_configure
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-lib_configure,v 1.3 2011/08/22 15:14:58 wiz Exp $
-
---- lib/configure.orig 2011-08-20 22:21:59.000000000 +0000
-+++ lib/configure
-@@ -17354,6 +17354,7 @@ else
- ZLIB_HAS_PKGCONFIG=n
- fi
-
-+if false; then # there is no zlib.pc in pkgsrc
- if test x$ac_zlib != xno; then
- if test "$ZLIB_HAS_PKGCONFIG" = "y" ; then
- if test "x$GNUTLS_REQUIRES_PRIVATE" = "x"; then
-@@ -17365,6 +17366,7 @@ if test x$ac_zlib != xno; then
- GNUTLS_ZLIB_LIBS_PRIVATE="$LTLIBZ"
- fi
- fi
-+fi
-
-
-