From scjamorim@bsd.com.br  Thu Sep 17 21:27:07 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 24AFD1065679;
	Thu, 17 Sep 2009 21:27:07 +0000 (UTC)
	(envelope-from scjamorim@bsd.com.br)
Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243])
	by mx1.freebsd.org (Postfix) with ESMTP id CB1188FC0A;
	Thu, 17 Sep 2009 21:27:06 +0000 (UTC)
Received: by an-out-0708.google.com with SMTP id d14so304187and.13
        for <multiple recipients>; Thu, 17 Sep 2009 14:27:06 -0700 (PDT)
Received: by 10.101.84.11 with SMTP id m11mr678239anl.70.1253222826196;
        Thu, 17 Sep 2009 14:27:06 -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 d35sm121188and.13.2009.09.17.14.27.04
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Thu, 17 Sep 2009 14:27:05 -0700 (PDT)
Received: by fbsd9.scjamorim.org (Postfix, from userid 0)
	id E07474DA341; Thu, 17 Sep 2009 18:27:00 -0300 (BRT)
Message-Id: <20090917212700.E07474DA341@fbsd9.scjamorim.org>
Date: Thu, 17 Sep 2009 18:27:00 -0300 (BRT)
From: Sylvio Cesar <scjamorim@bsd.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mnag@FreeBSD.org
Subject: [PATCH] mail/postfix: Fixed build to FreeBSD 9
X-Send-Pr-Version: 3.113
X-GNATS-Notify: sahil@tandon.net

>Number:         138917
>Category:       ports
>Synopsis:       [PATCH] mail/postfix: Fixed build to FreeBSD 9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 17 21:30:04 UTC 2009
>Closed-Date:    Fri Sep 18 00:36:33 UTC 2009
>Last-Modified:  Fri Sep 18 00:36:33 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 21:23:43 -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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Sep 17 21:30:20 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: sahil@tandon.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/138917: [PATCH] mail/postfix: Fixed build to FreeBSD 9
Date: Thu, 17 Sep 2009 21:30:17 UT

 Maintainer of mail/postfix,
 
 Please note that PR ports/138917 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138917
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Sahil Tandon <sahil@tandon.net>
To: bug-followup@FreeBSD.org
Cc: scjamorim@bsd.com.br
Subject: Re: ports/138917: [PATCH] mail/postfix: Fixed build to FreeBSD 9
Date: Thu, 17 Sep 2009 18:22:36 -0400

 This PR needs to be re-submitted (or corrected) for mail/postfix23, as
 it does not apply to mail/postfix.
 
 -- 
 Sahil Tandon <sahil@tandon.net>

From: Sylvio Cesar <scjamorim@bsd.com.br>
To: Sahil Tandon <sahil@tandon.net>
Cc: bug-followup@freebsd.org
Subject: Re: ports/138917: [PATCH] mail/postfix: Fixed build to FreeBSD 9
Date: Thu, 17 Sep 2009 19:33:52 -0300

 Ok,
 
 Thanks Sahil
 
 Regards,
 
 Sylvio Cesar

From: Sylvio Cesar <scjamorim@bsd.com.br>
To: Sahil Tandon <sahil@tandon.net>
Cc: bug-followup@freebsd.org
Subject: Re: ports/138917: [PATCH] mail/postfix: Fixed build to FreeBSD 9
Date: Thu, 17 Sep 2009 19:47:12 -0300

 PR with subject corrected.
 
 ports/138922
 
 
 Thanks
 
 Sylvio Cesar.
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Sep 18 00:36:24 UTC 2009 
State-Changed-Why:  
Closed at submitter's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138917 
>Unformatted:
