From 6d7a7f4776711758cf5b59028378f01cd8eba493 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 13 Jun 2009 14:56:04 +0200 Subject: FreeBSD compatibility patches - update ipset and libpri to latest upstream --- package/fetchmail/patches/patch-configure | 12 ++++++++++++ package/fetchmail/patches/patch-mxget_c | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 package/fetchmail/patches/patch-configure (limited to 'package/fetchmail') diff --git a/package/fetchmail/patches/patch-configure b/package/fetchmail/patches/patch-configure new file mode 100644 index 000000000..e5dc5ce44 --- /dev/null +++ b/package/fetchmail/patches/patch-configure @@ -0,0 +1,12 @@ +--- fetchmail-6.3.9.orig/configure 2008-11-16 15:18:49.000000000 +0100 ++++ fetchmail-6.3.9/configure 2009-06-12 22:27:25.000000000 +0200 +@@ -13176,9 +13176,6 @@ then + { echo "$as_me:$LINENO: Enabling OpenSSL support in $with_ssl." >&5 + echo "$as_me: Enabling OpenSSL support in $with_ssl." >&6;} + test "$with_ssl" != "/usr" && CFLAGS="$CFLAGS -I$with_ssl/include" +- ### In Red Hat 9, this file includes a reference to , so we +- ### force the Kerberos direcory onto the include path so it will build. +- CFLAGS="$CFLAGS -I/usr/kerberos/include" + ### OpenBSD comes with ssl headers + else + { { echo "$as_me:$LINENO: error: SSL support enabled, but OpenSSL not found" >&5 diff --git a/package/fetchmail/patches/patch-mxget_c b/package/fetchmail/patches/patch-mxget_c index ee6d61576..2dd74e8a3 100644 --- a/package/fetchmail/patches/patch-mxget_c +++ b/package/fetchmail/patches/patch-mxget_c @@ -1,7 +1,7 @@ $Id$ ---- fetchmail-6.3.8.orig/mxget.c 2006-03-14 11:00:02.000000000 +0100 -+++ fetchmail-6.3.8/mxget.c 2008-04-07 23:56:13.000000000 +0200 -@@ -54,6 +54,123 @@ +--- fetchmail-6.3.9.orig/mxget.c 2007-06-10 10:32:47.000000000 +0200 ++++ fetchmail-6.3.9/mxget.c 2009-06-12 22:24:29.000000000 +0200 +@@ -56,6 +56,123 @@ /* minimum possible size of MX record in packet */ #define MIN_MX_SIZE 8 /* corresp to "a.com 0" w/ terminating space */ -- cgit v1.2.3