ports/182970: [patch] mail/postfix: Fix build on FreeBSD 11.0-CURRENT

Glen Barber gjb at FreeBSD.org
Mon Oct 14 14:00:00 UTC 2013


>Number:         182970
>Category:       ports
>Synopsis:       [patch] mail/postfix: Fix build on FreeBSD 11.0-CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 14 14:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Glen Barber
>Release:        FreeBSD 11.0-CURRENT
>Organization:
>Environment:
FreeBSD nucleus 11.0-CURRENT FreeBSD 11.0-CURRENT #180 r256433: Sun Oct 13 19:27:43 EDT 2013     root at nucleus:/usr/obj/usr/src/sys/NUCLEUS  amd64
>Description:
mail/postfix does not recognize FreeBSD 11.0-CURRENT as a valid build environment.
>How-To-Repeat:

>Fix:
Apply attached patch.

Patch attached with submission follows:

Index: mail/postfix/files/patch-makedefs
===================================================================
--- mail/postfix/files/patch-makedefs	(revision 330321)
+++ mail/postfix/files/patch-makedefs	(working copy)
@@ -1,13 +1,15 @@
---- makedefs.orig	2011-06-15 22:36:37.000000000 +0000
-+++ makedefs	2011-11-06 00:37:30.699815339 +0000
-@@ -146,6 +146,10 @@
+--- makedefs.orig	2013-02-03 20:33:13.000000000 -0500
++++ makedefs	2013-10-14 09:50:23.774840201 -0400
+@@ -155,6 +155,12 @@
  		;;
-   FreeBSD.8*)	SYSTYPE=FREEBSD8
+   FreeBSD.9*)	SYSTYPE=FREEBSD9
  		;;
 +  FreeBSD.9*)	SYSTYPE=FREEBSD9
 +		;;
 +  FreeBSD.10*)	SYSTYPE=FREEBSD10
 +		;;
++  FreeBSD.11*)	SYSTYPE=FREEBSD11
++		;;
    OpenBSD.2*)	SYSTYPE=OPENBSD2
  		;;
    OpenBSD.3*)	SYSTYPE=OPENBSD3
Index: mail/postfix/files/patch-src::util::sys_defs.h
===================================================================
--- mail/postfix/files/patch-src::util::sys_defs.h	(revision 330321)
+++ mail/postfix/files/patch-src::util::sys_defs.h	(working copy)
@@ -1,11 +1,12 @@
---- src/util/sys_defs.h.orig	2013-01-19 18:30:14.000000000 +0000
-+++ src/util/sys_defs.h	2013-01-19 18:31:50.000000000 +0000
-@@ -25,7 +25,7 @@
+--- src/util/sys_defs.h.orig	2012-09-24 19:53:56.000000000 -0400
++++ src/util/sys_defs.h	2013-10-14 09:52:04.526834451 -0400
+@@ -25,7 +25,8 @@
    */
  #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
      || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \
 -    || defined(FREEBSD8) || defined(FREEBSD9) \
 +    || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \
++    || defined(FREEBSD11) \
      || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
      || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
      || defined(OPENBSD5) \


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list