diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-04-01 07:45:18 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-04-01 07:45:18 +0800 |
commit | cfa8989a37a17a38fe3a74414fe881a7f120b479 (patch) | |
tree | 16fe7c4f8916140d4ec04df2ccf88609694f0231 /mail/postfix27 | |
parent | 311a6352d04820764dcfab14ebe7985bffdd40ee (diff) | |
download | freebsd-ports-gnome-cfa8989a37a17a38fe3a74414fe881a7f120b479.tar.gz freebsd-ports-gnome-cfa8989a37a17a38fe3a74414fe881a7f120b479.tar.zst freebsd-ports-gnome-cfa8989a37a17a38fe3a74414fe881a7f120b479.zip |
Allow postfix to be built on FreeBSD-5.x (-CURRENT). These patches
are the same as were submitted on the postfix-users mailing list
(and should be integrated for the next release).
No response from: Maintainer
Diffstat (limited to 'mail/postfix27')
-rw-r--r-- | mail/postfix27/files/patch-bj | 11 | ||||
-rw-r--r-- | mail/postfix27/files/patch-bk | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/mail/postfix27/files/patch-bj b/mail/postfix27/files/patch-bj new file mode 100644 index 000000000000..74e5aac880bf --- /dev/null +++ b/mail/postfix27/files/patch-bj @@ -0,0 +1,11 @@ +--- makedefs.orig Sat Jan 22 14:04:27 2000 ++++ makedefs Sat Mar 25 09:04:50 2000 +@@ -89,6 +89,8 @@ + ;; + FreeBSD.4*) SYSTYPE=FREEBSD4 + ;; ++ FreeBSD.5*) SYSTYPE=FREEBSD5 ++ ;; + OpenBSD.2*) SYSTYPE=OPENBSD2 + ;; + NetBSD.1*) SYSTYPE=NETBSD1 diff --git a/mail/postfix27/files/patch-bk b/mail/postfix27/files/patch-bk new file mode 100644 index 000000000000..3350e88273f3 --- /dev/null +++ b/mail/postfix27/files/patch-bk @@ -0,0 +1,10 @@ +--- util/sys_defs.h.orig Sat Jan 22 16:03:31 2000 ++++ util/sys_defs.h Sat Mar 25 09:19:31 2000 +@@ -20,6 +20,7 @@ + * makedefs script, and adding a section below for the new system. + */ + #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ ++ || defined(FREEBSD5) \ + || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ + || defined(OPENBSD2) || defined(NETBSD1) || defined(RHAPSODY5) + #define SUPPORTED |