OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 13-Dec-2007 18:44:15 Branch: HEAD Handle: 2007121317441400 Modified files: openpkg-src/postfix postfix.patch postfix.spec Log: support FreeBSD 8-CURRENT Summary: Revision Changes Path 1.15 +8 -6 openpkg-src/postfix/postfix.patch 1.266 +1 -1 openpkg-src/postfix/postfix.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/postfix/postfix.patch ============================================================================ $ cvs diff -u -r1.14 -r1.15 postfix.patch --- openpkg-src/postfix/postfix.patch 29 Mar 2007 09:53:14 -0000 1.14 +++ openpkg-src/postfix/postfix.patch 13 Dec 2007 17:44:14 -0000 1.15 @@ -1,18 +1,20 @@ Index: makedefs --- makedefs.orig 2007-03-24 14:30:18 +0100 -+++ makedefs 2007-03-29 11:51:18 +0200 -@@ -130,6 +130,8 @@ ++++ makedefs 2007-12-13 18:42:19 +0100 +@@ -130,6 +130,10 @@ ;; FreeBSD.6*) SYSTYPE=FREEBSD6 ;; + FreeBSD.7*) SYSTYPE=FREEBSD7 + ;; ++ FreeBSD.8*) SYSTYPE=FREEBSD8 ++ ;; OpenBSD.2*) SYSTYPE=OPENBSD2 ;; OpenBSD.3*) SYSTYPE=OPENBSD3 Index: src/util/file_limit.c --- src/util/file_limit.c.orig 2003-10-22 20:48:36 +0200 -+++ src/util/file_limit.c 2007-03-29 11:51:18 +0200 ++++ src/util/file_limit.c 2007-12-13 18:41:59 +0100 @@ -80,12 +80,21 @@ void set_file_limit(off_t limit) { @@ -37,7 +39,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 2007-03-29 11:51:18 +0200 ++++ src/util/msg_syslog.c 2007-12-13 18:41:59 +0100 @@ -50,6 +50,11 @@ #include <syslog.h> #include <string.h> @@ -88,13 +90,13 @@ /* msg_syslog_init - initialize */ Index: src/util/sys_defs.h --- src/util/sys_defs.h.orig 2007-03-24 23:45:33 +0100 -+++ src/util/sys_defs.h 2007-03-29 11:51:18 +0200 ++++ src/util/sys_defs.h 2007-12-13 18:42:42 +0100 @@ -24,7 +24,7 @@ * 4.4BSD and close derivatives. */ #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ - || defined(FREEBSD5) || defined(FREEBSD6) \ -+ || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ ++ || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) || defined(FREEBSD8) \ || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \ || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \ @@ . patch -p0 <<'@@ .' Index: openpkg-src/postfix/postfix.spec ============================================================================ $ cvs diff -u -r1.265 -r1.266 postfix.spec --- openpkg-src/postfix/postfix.spec 27 Oct 2007 11:59:48 -0000 1.265 +++ openpkg-src/postfix/postfix.spec 13 Dec 2007 17:44:14 -0000 1.266 @@ -38,7 +38,7 @@ Group: Mail License: IPL Version: %{V_postfix} -Release: 20071027 +Release: 20071213 # package options %option with_fsl yes @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org