From 44e01fde03de721121cf3565e69f41d515db2824 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Thu, 9 Jul 2009 13:15:07 +0000 Subject: Patch the src/util/sys_defs.h file of Postfix to fix the build on FreeBSD-8.0 after the new closefrom() system call was added. PR: ports/136459 Submitted by: Eygene Ryabinkin Approved by: erwin (portmgr), Sahil Tandon (maintainer) --- mail/postfix/files/patch-src::util::sys_defs.h | 18 ++++++++++++++++++ mail/postfix25/files/patch-src::util::sys_defs.h | 18 ++++++++++++++++++ mail/postfix26/files/patch-src::util::sys_defs.h | 18 ++++++++++++++++++ mail/postfix27/files/patch-src::util::sys_defs.h | 18 ++++++++++++++++++ mail/postfix28/files/patch-src::util::sys_defs.h | 18 ++++++++++++++++++ 5 files changed, 90 insertions(+) create mode 100644 mail/postfix/files/patch-src::util::sys_defs.h create mode 100644 mail/postfix25/files/patch-src::util::sys_defs.h create mode 100644 mail/postfix26/files/patch-src::util::sys_defs.h create mode 100644 mail/postfix27/files/patch-src::util::sys_defs.h create mode 100644 mail/postfix28/files/patch-src::util::sys_defs.h (limited to 'mail') diff --git a/mail/postfix/files/patch-src::util::sys_defs.h b/mail/postfix/files/patch-src::util::sys_defs.h new file mode 100644 index 000000000000..abccef25f52c --- /dev/null +++ b/mail/postfix/files/patch-src::util::sys_defs.h @@ -0,0 +1,18 @@ +--- src/util/sys_defs.h.orig 2009-07-08 13:38:52.000000000 +0400 ++++ src/util/sys_defs.h 2009-07-08 13:46:41.000000000 +0400 +@@ -110,6 +110,15 @@ + #define HAS_DUPLEX_PIPE /* 4.1 breaks with kqueue(2) */ + #endif + ++#if __FreeBSD_version >= 800100 /* ++ * Actually, slightly before, ++ * but we can't say precisely ++ * when -- FreeBSD wasn't bumped ++ * for closefrom() addition ++ */ ++#define HAS_CLOSEFROM ++#endif ++ + /* OpenBSD version is year+month */ + + #if OpenBSD >= 199805 /* XXX */ diff --git a/mail/postfix25/files/patch-src::util::sys_defs.h b/mail/postfix25/files/patch-src::util::sys_defs.h new file mode 100644 index 000000000000..abccef25f52c --- /dev/null +++ b/mail/postfix25/files/patch-src::util::sys_defs.h @@ -0,0 +1,18 @@ +--- src/util/sys_defs.h.orig 2009-07-08 13:38:52.000000000 +0400 ++++ src/util/sys_defs.h 2009-07-08 13:46:41.000000000 +0400 +@@ -110,6 +110,15 @@ + #define HAS_DUPLEX_PIPE /* 4.1 breaks with kqueue(2) */ + #endif + ++#if __FreeBSD_version >= 800100 /* ++ * Actually, slightly before, ++ * but we can't say precisely ++ * when -- FreeBSD wasn't bumped ++ * for closefrom() addition ++ */ ++#define HAS_CLOSEFROM ++#endif ++ + /* OpenBSD version is year+month */ + + #if OpenBSD >= 199805 /* XXX */ diff --git a/mail/postfix26/files/patch-src::util::sys_defs.h b/mail/postfix26/files/patch-src::util::sys_defs.h new file mode 100644 index 000000000000..abccef25f52c --- /dev/null +++ b/mail/postfix26/files/patch-src::util::sys_defs.h @@ -0,0 +1,18 @@ +--- src/util/sys_defs.h.orig 2009-07-08 13:38:52.000000000 +0400 ++++ src/util/sys_defs.h 2009-07-08 13:46:41.000000000 +0400 +@@ -110,6 +110,15 @@ + #define HAS_DUPLEX_PIPE /* 4.1 breaks with kqueue(2) */ + #endif + ++#if __FreeBSD_version >= 800100 /* ++ * Actually, slightly before, ++ * but we can't say precisely ++ * when -- FreeBSD wasn't bumped ++ * for closefrom() addition ++ */ ++#define HAS_CLOSEFROM ++#endif ++ + /* OpenBSD version is year+month */ + + #if OpenBSD >= 199805 /* XXX */ diff --git a/mail/postfix27/files/patch-src::util::sys_defs.h b/mail/postfix27/files/patch-src::util::sys_defs.h new file mode 100644 index 000000000000..abccef25f52c --- /dev/null +++ b/mail/postfix27/files/patch-src::util::sys_defs.h @@ -0,0 +1,18 @@ +--- src/util/sys_defs.h.orig 2009-07-08 13:38:52.000000000 +0400 ++++ src/util/sys_defs.h 2009-07-08 13:46:41.000000000 +0400 +@@ -110,6 +110,15 @@ + #define HAS_DUPLEX_PIPE /* 4.1 breaks with kqueue(2) */ + #endif + ++#if __FreeBSD_version >= 800100 /* ++ * Actually, slightly before, ++ * but we can't say precisely ++ * when -- FreeBSD wasn't bumped ++ * for closefrom() addition ++ */ ++#define HAS_CLOSEFROM ++#endif ++ + /* OpenBSD version is year+month */ + + #if OpenBSD >= 199805 /* XXX */ diff --git a/mail/postfix28/files/patch-src::util::sys_defs.h b/mail/postfix28/files/patch-src::util::sys_defs.h new file mode 100644 index 000000000000..abccef25f52c --- /dev/null +++ b/mail/postfix28/files/patch-src::util::sys_defs.h @@ -0,0 +1,18 @@ +--- src/util/sys_defs.h.orig 2009-07-08 13:38:52.000000000 +0400 ++++ src/util/sys_defs.h 2009-07-08 13:46:41.000000000 +0400 +@@ -110,6 +110,15 @@ + #define HAS_DUPLEX_PIPE /* 4.1 breaks with kqueue(2) */ + #endif + ++#if __FreeBSD_version >= 800100 /* ++ * Actually, slightly before, ++ * but we can't say precisely ++ * when -- FreeBSD wasn't bumped ++ * for closefrom() addition ++ */ ++#define HAS_CLOSEFROM ++#endif ++ + /* OpenBSD version is year+month */ + + #if OpenBSD >= 199805 /* XXX */ -- cgit v1.2.3