summaryrefslogtreecommitdiff
path: root/security/libprelude/patches
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2006-02-08 09:58:46 +0000
committershannonjr <shannonjr>2006-02-08 09:58:46 +0000
commit131e4cf8422a88c0ba3aa9cef678ef19f80769c2 (patch)
treefed2398137a2e258c2f78208a70fb3900642a273 /security/libprelude/patches
parent204887425187481c5737106bb6a0332b45e54a7a (diff)
downloadpkgsrc-131e4cf8422a88c0ba3aa9cef678ef19f80769c2.tar.gz
Update to 0.9.5. Changes:
- More TLS cleanup. - Application can now report error without using specific prelude_client error reporting function. - More work and improved verbose error reporting. - Fix compilation problem with prelude_error_is_verbose() (#130). Compilation problem on NetBSD 1.6 and OpenBSD has been fixed so patch-ad is deleted.
Diffstat (limited to 'security/libprelude/patches')
-rw-r--r--security/libprelude/patches/patch-ad14
1 files changed, 0 insertions, 14 deletions
diff --git a/security/libprelude/patches/patch-ad b/security/libprelude/patches/patch-ad
deleted file mode 100644
index e6e06df48f0..00000000000
--- a/security/libprelude/patches/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/02/05 13:23:14 shannonjr Exp $
-
---- ./src/prelude-io.c.orig 2006-01-28 07:48:36.000000000 -0700
-+++ ./src/prelude-io.c
-@@ -28,6 +28,9 @@
- #include <stdlib.h>
- #include <unistd.h>
- #include <errno.h>
-+#ifndef ENOTSUP
-+# define ENOTSUP EINVAL
-+#endif
- #include <sys/poll.h>
- #include <sys/ioctl.h>
- #include <netinet/in.h>