From scjamorim@bsd.com.br  Thu Sep 17 22:38:39 2009
Return-Path: <scjamorim@bsd.com.br>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EB596106566B;
	Thu, 17 Sep 2009 22:38:39 +0000 (UTC)
	(envelope-from scjamorim@bsd.com.br)
Received: from mail-yx0-f172.google.com (mail-yx0-f172.google.com [209.85.210.172])
	by mx1.freebsd.org (Postfix) with ESMTP id 8B8AE8FC0C;
	Thu, 17 Sep 2009 22:38:39 +0000 (UTC)
Received: by yxe2 with SMTP id 2so645246yxe.3
        for <multiple recipients>; Thu, 17 Sep 2009 15:38:38 -0700 (PDT)
Received: by 10.101.62.6 with SMTP id p6mr721437ank.153.1253227118694;
        Thu, 17 Sep 2009 15:38:38 -0700 (PDT)
Received: from fbsd9.scjamorim.org (201.22.150.127.dynamic.adsl.gvt.net.br [201.22.150.127])
        by mx.google.com with ESMTPS id b7sm102694ana.16.2009.09.17.15.38.37
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Thu, 17 Sep 2009 15:38:38 -0700 (PDT)
Received: by fbsd9.scjamorim.org (Postfix, from userid 0)
	id A9E874DA20F; Thu, 17 Sep 2009 19:38:33 -0300 (BRT)
Message-Id: <20090917223833.A9E874DA20F@fbsd9.scjamorim.org>
Date: Thu, 17 Sep 2009 19:38:33 -0300 (BRT)
From: Sylvio Cesar <scjamorim@bsd.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mnag@FreeBSD.org
Subject: [PATCH] mail/postfix23: Fixed build to FreeBSD 9
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         138922
>Category:       ports
>Synopsis:       [PATCH] mail/postfix23: Fixed build to FreeBSD 9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mnag
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 17 22:40:05 UTC 2009
>Closed-Date:    Sun Sep 27 17:58:47 UTC 2009
>Last-Modified:  Sun Sep 27 18:00:06 UTC 2009
>Originator:     Sylvio Cesar
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fbsd9.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Sep 14 01:24:51 BRT 2009
>Description:
- Fixed build to FreeBSD 9

You can see the log in mine tinderbox

AMD64
http://www.scjamorim.org/Home/postfix-2.3.17,1-8amd64.log
http://www.scjamorim.org/Home/postfix-2.3.17,1-9amd64.log

i386
http://www.scjamorim.org/Home/postfix-2.3.17,1-8i386.log
http://www.scjamorim.org/Home/postfix-2.3.17,1-9i386.log

Port maintainer (mnag@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- postfix-2.3.17,1.patch begins here ---
Index: files/patch-makedefs
===================================================================
RCS file: /home/ncvs/ports/mail/postfix23/files/patch-makedefs,v
retrieving revision 1.6
diff -u -u -r1.6 patch-makedefs
--- files/patch-makedefs	22 Oct 2007 19:45:05 -0000	1.6
+++ files/patch-makedefs	17 Sep 2009 22:35:28 -0000
@@ -1,6 +1,6 @@
---- makedefs.orig	2006-08-26 12:54:59.000000000 -0300
-+++ makedefs	2007-10-22 16:57:41.000000000 -0200
-@@ -118,6 +118,10 @@
+--- makedefs.orig	2009-09-15 12:11:32.000000000 -0300
++++ makedefs	2009-09-15 12:12:04.000000000 -0300
+@@ -130,6 +130,12 @@
  		;;
    FreeBSD.6*)	SYSTYPE=FREEBSD6
  		;;
@@ -8,6 +8,8 @@
 +		;;
 +  FreeBSD.8*)	SYSTYPE=FREEBSD6
 +		;;
++  FreeBSD.9*)	SYSTYPE=FREEBSD6
++		;;
    OpenBSD.2*)	SYSTYPE=OPENBSD2
  		;;
    OpenBSD.3*)	SYSTYPE=OPENBSD3
--- postfix-2.3.17,1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mnag 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Sep 17 22:40:23 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138922 
State-Changed-From-To: open->closed 
State-Changed-By: mnag 
State-Changed-When: Sun Sep 27 17:58:46 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138922 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138922: commit references a PR
Date: Sun, 27 Sep 2009 17:57:15 +0000 (UTC)

 mnag        2009-09-27 17:57:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/postfix23       Makefile 
     mail/postfix23/files patch-makedefs 
   Log:
   - Fixed build to FreeBSD 9.
   - Mark as jobs safe.
   
   PR:             138922
   Submitted by:   Sylvio Cesar <scjamorim___bsd.com.br>
   Feature safe:   yes
   
   Revision  Changes    Path
   1.136     +1 -0      ports/mail/postfix23/Makefile
   1.7       +5 -3      ports/mail/postfix23/files/patch-makedefs
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
