From alex@foxybanana.com  Sat Apr 15 20:07:49 2006
Return-Path: <alex@foxybanana.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1CBD616A403;
	Sat, 15 Apr 2006 20:07:49 +0000 (UTC)
	(envelope-from alex@foxybanana.com)
Received: from ultrasuede.reed.edu (ultrasuede.reed.edu [134.10.2.46])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AA2E743D46;
	Sat, 15 Apr 2006 20:07:48 +0000 (GMT)
	(envelope-from alex@foxybanana.com)
Received: from Laptop.mine.box (c029h217.dorm.reed.edu [134.10.29.217])
	by ultrasuede.reed.edu (8.13.6/8.13.6) with ESMTP id k3FK7lLt027948
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT);
	Sat, 15 Apr 2006 13:07:47 -0700
Received: from Laptop.mine.box (localhost [127.0.0.1])
	by Laptop.mine.box (8.13.4/8.13.4) with ESMTP id k3FK6qrf026668;
	Sat, 15 Apr 2006 13:06:52 -0700 (PDT)
	(envelope-from alex@Laptop.mine.box)
Received: (from alex@localhost)
	by Laptop.mine.box (8.13.4/8.13.4/Submit) id k3FK6q2m026667;
	Sat, 15 Apr 2006 13:06:52 -0700 (PDT)
	(envelope-from alex)
Message-Id: <200604152006.k3FK6q2m026667@Laptop.mine.box>
Date: Sat, 15 Apr 2006 13:06:52 -0700 (PDT)
From: Alexander Botero-Lowry <alex@foxybanana.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: perky@freebsd.org
Subject: [PATCH] lang/io: portlint(1) fixes
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         95830
>Category:       ports
>Synopsis:       [PATCH] lang/io: portlint(1) fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perky
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 15 20:10:18 GMT 2006
>Closed-Date:    Thu May 04 14:38:36 GMT 2006
>Last-Modified:  Thu May 04 14:38:36 GMT 2006
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
- Ditch USE_REINPLACE
- Remove quotes from BROKEN
- Remove unnecessary whitespace

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

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

--- io-0.0.2006.01.27.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/io/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/lang/io/Makefile
--- /usr/ports/lang/io/Makefile	Thu Feb  2 11:10:59 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/lang/io/Makefile	Sat Apr 15 13:06:04 2006
@@ -19,7 +19,6 @@
 		event-1.1a.1:${PORTSDIR}/devel/libevent
 
 USE_GMAKE=	yes
-USE_REINPLACE=	yes
 
 WRKSRC=		${WRKDIR}/release/${DISTNAME}/
 MAKE_ENV=	INCS="-I${LOCALBASE}/include" LIBLOCAL="-L${LOCALBASE}/lib"
@@ -28,7 +27,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
-BROKEN=		"Does not compile on ia64 or sparc64"
+BROKEN=		Does not compile on ia64 or sparc64
 .endif
 
 .if ${OSVERSION} < 500000
@@ -67,7 +66,6 @@
 .if ${OSVERSION} < 500000
 	@cd ${WRKSRC} && ${REINPLACE_CMD} -e 's/<stdint.h>/<inttypes.h>/' vm/base/_new/Array/Array.h vm/base/_new/Data.h vm/base/Common.h vm/base/NEW_stdint.h
 .endif
-
 
 do-install:
 .for fname in vm/io2c vm/io binaries/ioDesktop binaries/ioServer
--- io-0.0.2006.01.27.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perky 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Apr 15 21:04:16 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95830 
State-Changed-From-To: open->closed 
State-Changed-By: perky 
State-Changed-When: Thu May 4 14:38:09 GMT 2006 
State-Changed-Why:  
Updated. Thank you! 

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