ports/71167: update postfix port for freebsd6

Vivek Khera vivek at khera.org
Mon Aug 30 21:00:39 UTC 2004


>Number:         71167
>Category:       ports
>Synopsis:       update postfix port for freebsd6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 30 21:00:38 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD staging.int.kcilink.com 4.10-STABLE FreeBSD 4.10-STABLE #7: Wed Jun 9 17:06:08 EDT 2004 khera at staging.int.kcilink.com:/usr/obj/amd/yertle/u/sources/usr/src/sys/STAGING i386


	
>Description:
	

postfix from the author doesn't know about freebsd 6.  this provides a
temporary fix until author issues his own fix.

This patch comes from des at des.no and is untested by me, as I don't have a
freebsd 6 system. it doesn't seem to conflict with building on freebsd 4 and
5, however.

>How-To-Repeat:
	
>Fix:

	


diff -Pru postfix.old/files/patch-makedefs postfix/files/patch-makedefs
--- postfix.old/files/patch-makedefs	Wed Dec 31 19:00:00 1969
+++ postfix/files/patch-makedefs	Mon Aug 30 16:46:32 2004
@@ -0,0 +1,11 @@
+--- makedefs.orig	Wed Aug 25 06:13:57 2004
++++ makedefs	Wed Aug 25 06:14:46 2004
+@@ -93,6 +93,8 @@
+ 		;;
+   FreeBSD.5*)	SYSTYPE=FREEBSD5
+ 		;;
++  FreeBSD.6*)	SYSTYPE=FREEBSD6
++		;;
+   OpenBSD.2*)	SYSTYPE=OPENBSD2
+ 		;;
+   OpenBSD.3*)	SYSTYPE=OPENBSD3
diff -Pru postfix.old/files/patch-src::util::sys_defs.h postfix/files/patch-src::util::sys_defs.h
--- postfix.old/files/patch-src::util::sys_defs.h	Wed Dec 31 19:00:00 1969
+++ postfix/files/patch-src::util::sys_defs.h	Mon Aug 30 16:47:30 2004
@@ -0,0 +1,11 @@
+--- src/util/sys_defs.h.orig	Wed Aug 25 06:15:02 2004
++++ src/util/sys_defs.h	Wed Aug 25 06:15:18 2004
+@@ -24,7 +24,7 @@
+   * 4.4BSD and close derivatives.
+   */
+ #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
+-    || defined(FREEBSD5) \
++    || defined(FREEBSD5) || defined(FREEBSD6) \
+     || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
+     || defined(OPENBSD2) || defined(OPENBSD3) \
+     || defined(NETBSD1) || defined(NETBSD2) \
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list