OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 13-Jul-2009 20:02:11 Branch: HEAD Handle: 2009071319021000 Modified files: openpkg-src/postfix postfix.patch postfix.spec Log: apply FreeBSD 8 patch and remove obsolete vstream related patch Summary: Revision Changes Path 1.19 +15 -17 openpkg-src/postfix/postfix.patch 1.286 +1 -1 openpkg-src/postfix/postfix.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/postfix/postfix.patch ============================================================================ $ cvs diff -u -r1.18 -r1.19 postfix.patch --- openpkg-src/postfix/postfix.patch 12 May 2009 07:31:19 -0000 1.18 +++ openpkg-src/postfix/postfix.patch 13 Jul 2009 18:02:10 -0000 1.19 @@ -1,6 +1,6 @@ Index: makedefs --- makedefs.orig 2009-05-11 23:26:46 +0200 -+++ makedefs 2009-05-12 09:08:00 +0200 ++++ makedefs 2009-07-13 19:43:04 +0200 @@ -144,6 +144,8 @@ ;; FreeBSD.7*) SYSTYPE=FREEBSD7 @@ -10,22 +10,9 @@ OpenBSD.2*) SYSTYPE=OPENBSD2 ;; OpenBSD.3*) SYSTYPE=OPENBSD3 -Index: src/smtp/smtp_reuse.c ---- src/smtp/smtp_reuse.c.orig 2008-12-04 01:06:42 +0100 -+++ src/smtp/smtp_reuse.c 2009-05-12 09:07:29 +0200 -@@ -216,7 +216,9 @@ - /* - * Avoid poor performance when TCP MSS > VSTREAM_BUFSIZE. - */ -+#if 0 - vstream_tweak_sock(session->stream); -+#endif - - /* - * Update the list of used cached addresses. Index: src/util/file_limit.c --- src/util/file_limit.c.orig 2003-10-22 20:48:36 +0200 -+++ src/util/file_limit.c 2009-05-12 08:58:45 +0200 ++++ src/util/file_limit.c 2009-07-13 19:43:04 +0200 @@ -80,12 +80,21 @@ void set_file_limit(off_t limit) { @@ -50,7 +37,7 @@ #ifdef SIGXFSZ Index: src/util/msg_syslog.c --- src/util/msg_syslog.c.orig 2006-06-15 20:07:16 +0200 -+++ src/util/msg_syslog.c 2009-05-12 08:58:45 +0200 ++++ src/util/msg_syslog.c 2009-07-13 19:43:04 +0200 @@ -50,6 +50,11 @@ #include <syslog.h> #include <string.h> @@ -101,7 +88,7 @@ /* msg_syslog_init - initialize */ Index: src/util/sys_defs.h --- src/util/sys_defs.h.orig 2009-05-11 02:45:27 +0200 -+++ src/util/sys_defs.h 2009-05-12 08:58:45 +0200 ++++ src/util/sys_defs.h 2009-07-13 19:43:55 +0200 @@ -24,7 +24,7 @@ * 4.4BSD and close derivatives. */ @@ -111,3 +98,14 @@ || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \ || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \ +@@ -110,6 +110,10 @@ + #define HAS_DUPLEX_PIPE /* 4.1 breaks with kqueue(2) */ + #endif + ++#if __FreeBSD_version >= 800100 ++#define HAS_CLOSEFROM ++#endif ++ + /* OpenBSD version is year+month */ + + #if OpenBSD >= 199805 /* XXX */ @@ . patch -p0 <<'@@ .' Index: openpkg-src/postfix/postfix.spec ============================================================================ $ cvs diff -u -r1.285 -r1.286 postfix.spec --- openpkg-src/postfix/postfix.spec 5 Jul 2009 19:25:17 -0000 1.285 +++ openpkg-src/postfix/postfix.spec 13 Jul 2009 18:02:10 -0000 1.286 @@ -37,7 +37,7 @@ Group: Mail License: IPL Version: %{V_postfix} -Release: 20090705 +Release: 20090713 # package options %option with_fsl yes @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org