FreeBSD Bugzilla – Attachment 8400 Details for
Bug 17608
Fixing postfix build on 5.0-current
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.71 KB, created by
keichii
on 2000-03-26 23:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
keichii
Created:
2000-03-26 23:40:01 UTC
Size:
1.71 KB
patch
obsolete
>diff -crN /usr/ports/mail/postfix/work/postfix-19991231-pl04/makedefs /root/postfix/work/postfix-19991231-pl04/makedefs >*** /usr/ports/mail/postfix/work/postfix-19991231-pl04/makedefs Sat Jan 22 13:04:27 2000 >--- /root/postfix/work/postfix-19991231-pl04/makedefs Sun Mar 26 16:08:59 2000 >*************** >*** 89,94 **** >--- 89,96 ---- > ;; > FreeBSD.4*) SYSTYPE=FREEBSD4 > ;; >+ FreeBSD.5*) SYSTYPE=FREEBSD5 >+ ;; > OpenBSD.2*) SYSTYPE=OPENBSD2 > ;; > NetBSD.1*) SYSTYPE=NETBSD1 >diff -crN /usr/ports/mail/postfix/work/postfix-19991231-pl04/util/sys_defs.h /root/postfix/work/postfix-19991231-pl04/util/sys_defs.h >*** /usr/ports/mail/postfix/work/postfix-19991231-pl04/util/sys_defs.h Sat Jan 22 15:03:31 2000 >--- /root/postfix/work/postfix-19991231-pl04/util/sys_defs.h Sun Mar 26 16:09:49 2000 >*************** >*** 19,25 **** > * directory. Adding support for a new system type means updating the > * makedefs script, and adding a section below for the new system. > */ >! #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ > || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ > || defined(OPENBSD2) || defined(NETBSD1) || defined(RHAPSODY5) > #define SUPPORTED >--- 19,25 ---- > * directory. Adding support for a new system type means updating the > * 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 >=====================================END PATCH===================================
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 17608
: 8400