summaryrefslogtreecommitdiff
path: root/mail/cue/patches
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cue/patches')
-rw-r--r--mail/cue/patches/patch-aa30
-rw-r--r--mail/cue/patches/patch-ab12
-rw-r--r--mail/cue/patches/patch-ac15
-rw-r--r--mail/cue/patches/patch-ad16
4 files changed, 0 insertions, 73 deletions
diff --git a/mail/cue/patches/patch-aa b/mail/cue/patches/patch-aa
deleted file mode 100644
index b7437bab496..00000000000
--- a/mail/cue/patches/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2006/10/22 20:59:01 schwarz Exp $
-
---- configure.orig 2005-04-27 13:54:13.000000000 +0200
-+++ configure 2006-10-22 22:53:47.000000000 +0200
-@@ -675,7 +675,7 @@
- ;;
- esac
-
--OPTS="-O"
-+OPTS=""
-
-
-
-@@ -1127,7 +1127,7 @@
- rm -fr conftest*
- fi
-
--
-+if test ${OPSYS} != "DragonFly"; then
- if test "$buggygetaddrinfo" = "yes"; then
- if test "$ipv6" = "yes"; then
- echo 'Fatal: You must get working getaddrinfo() function.'
-@@ -1135,6 +1135,7 @@
- exit 1
- fi
- fi
-+fi
-
- echo $ac_n "checking if --enable-idea option is specified""... $ac_c" 1>&6
- echo "configure:1141: checking if --enable-idea option is specified" >&5
diff --git a/mail/cue/patches/patch-ab b/mail/cue/patches/patch-ab
deleted file mode 100644
index d3984fe37bc..00000000000
--- a/mail/cue/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2006/10/07 08:19:08 obache Exp $
-
---- pgp.c.orig 2006-03-27 16:24:40.000000000 +0900
-+++ pgp.c
-@@ -37,6 +37,7 @@
-
- #ifdef OPENSSL
- #include <openssl/bn.h>
-+#include <openssl/dsa.h>
- #include <openssl/rsa.h>
- #include <openssl/evp.h>
- #include <openssl/rand.h>
diff --git a/mail/cue/patches/patch-ac b/mail/cue/patches/patch-ac
deleted file mode 100644
index fd8b3f248be..00000000000
--- a/mail/cue/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2006/10/22 20:59:01 schwarz Exp $
-
---- proc.c.orig 2006-10-22 22:37:56.000000000 +0200
-+++ proc.c 2006-10-22 22:39:04.000000000 +0200
-@@ -41,6 +41,10 @@
-
- #include "cue.h"
-
-+#ifdef __sgi
-+#define vfork() fork()
-+#endif
-+
- struct procs {
- struct procs *pr_next;
- int pr_pid;
diff --git a/mail/cue/patches/patch-ad b/mail/cue/patches/patch-ad
deleted file mode 100644
index ac9553e42b6..00000000000
--- a/mail/cue/patches/patch-ad
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/10/22 20:59:01 schwarz Exp $
-
---- zip.h.orig 2006-10-22 22:42:35.000000000 +0200
-+++ zip.h 2006-10-22 22:43:58.000000000 +0200
-@@ -30,6 +30,11 @@
- #ifndef _ZIP_H
- #define _ZIP_H
-
-+#ifdef NO_ATTRIBUTE
-+/* some compilers don't like it */
-+#define __attribute__(x)
-+#endif
-+
- /*
- * Definition of ZIP
- */