From scjamorim@bsd.com.br  Mon Aug 17 22:11:24 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 3CBDC106568F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Aug 2009 22:11:24 +0000 (UTC)
	(envelope-from scjamorim@bsd.com.br)
Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249])
	by mx1.freebsd.org (Postfix) with ESMTP id 053D98FC45
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Aug 2009 22:11:23 +0000 (UTC)
Received: by an-out-0708.google.com with SMTP id d14so1221723and.13
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Aug 2009 15:11:23 -0700 (PDT)
Received: by 10.100.193.11 with SMTP id q11mr4106053anf.127.1250547083295;
        Mon, 17 Aug 2009 15:11:23 -0700 (PDT)
Received: from fbsd72.scjamorim.org ([201.47.164.60])
        by mx.google.com with ESMTPS id c28sm193129anc.9.2009.08.17.15.11.21
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Mon, 17 Aug 2009 15:11:22 -0700 (PDT)
Received: by fbsd72.scjamorim.org (Postfix, from userid 0)
	id 3623D2296B8; Mon, 17 Aug 2009 18:49:21 -0300 (BRT)
Message-Id: <20090817214921.3623D2296B8@fbsd72.scjamorim.org>
Date: Mon, 17 Aug 2009 18:49:21 -0300 (BRT)
From: Sylvio Cesar <scjamorim@bsd.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc: scjamorim@bsd.com.br
Subject: [PATCH] lang/pnetbase: Problem fix with build in FreeBSD-6.x
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         137888
>Category:       ports
>Synopsis:       [PATCH] lang/pnetbase: Problem fix with build in FreeBSD-6.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 17 22:20:07 UTC 2009
>Closed-Date:    Wed Sep 09 02:41:17 UTC 2009
>Last-Modified:  Wed Sep  9 02:50:01 UTC 2009
>Originator:     Charlie &
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug  3 22:10:47 BRT
>Description:
- Problem fix with build in FreeBSD-6.x

You can see log in mine tinderbox:
6-stable - i386
http://www.scjamorim.org/Home/pnetbase-0.8.0_1.log
6-stable - amd64
http://www.scjamorim.org/Home/pnetbase-0.8.0_1_amd64.log

Port maintainer (scjamorim@bsd.com.br) is cc'd.

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

--- pnetbase-0.8.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/pnet-base/Makefile,v
retrieving revision 1.32
diff -u -u -r1.32 Makefile
--- Makefile	30 Jun 2009 03:00:10 -0000	1.32
+++ Makefile	17 Aug 2009 22:08:13 -0000
@@ -51,7 +51,7 @@
 .include "${.CURDIR}/../pnet/Makefile.pnet"
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} != "i386"
+.if ${ARCH} != "i386" || ${OSVERSION} < 700000
 CONFIGURE_ARGS+=	--without-libffi \
 			--without-libgc
 PLIST_SUB=	I386="@comment "
--- pnetbase-0.8.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: araujo 
Responsible-Changed-When: Sat Aug 22 02:55:09 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137888 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Wed Sep 9 02:41:15 UTC 2009 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137888: commit references a PR
Date: Wed,  9 Sep 2009 02:41:05 +0000 (UTC)

 araujo      2009-09-09 02:40:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/pnet-base       Makefile pkg-plist 
   Log:
   - Fix build in 6.X.
   
   PR:             ports/137888
   Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
   
   Revision  Changes    Path
   1.33      +1 -1      ports/lang/pnet-base/Makefile
   1.13      +0 -1      ports/lang/pnet-base/pkg-plist
 _______________________________________________
 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:
