From nobody@FreeBSD.org  Sun Feb 21 09:07:41 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A63B0106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 21 Feb 2010 09:07:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 945668FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 21 Feb 2010 09:07:41 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1L97fck070185
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 21 Feb 2010 09:07:41 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o1L97fGG070184;
	Sun, 21 Feb 2010 09:07:41 GMT
	(envelope-from nobody)
Message-Id: <201002210907.o1L97fGG070184@www.freebsd.org>
Date: Sun, 21 Feb 2010 09:07:41 GMT
From: Andrius Morkunas <hinokind@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] graphics/php5-chartdirector fix typo in Makefile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: swhetzel@gmail.com

>Number:         144162
>Category:       ports
>Synopsis:       [patch] graphics/php5-chartdirector fix typo in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 21 09:10:04 UTC 2010
>Closed-Date:    Fri Feb 26 10:10:58 UTC 2010
>Last-Modified:  Fri Feb 26 10:10:58 UTC 2010
>Originator:     Andrius Morkunas
>Release:        
>Organization:
>Environment:
>Description:
ONLY_FOR_ARCH= i386 amd64
should be
ONLY_FOR_ARCHS= i386 amd64
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN graphics/php5-chartdirector.orig/Makefile graphics/php5-chartdirector/Makefile
--- graphics/php5-chartdirector.orig/Makefile	2009-11-04 08:09:55.000000000 +0000
+++ graphics/php5-chartdirector/Makefile	2010-02-21 09:05:03.600677325 +0000
@@ -17,7 +17,7 @@
 
 USE_PHP=	yes
 NO_BUILD=	yes
-ONLY_FOR_ARCH=	i386 amd64
+ONLY_FOR_ARCHS=	i386 amd64
 SUB_FILES=	pkg-message
 IGNORE_WITH_PHP?=4
 DEFAULT_PHP_VER?=5


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Feb 21 09:10:26 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: swhetzel@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/144162: [patch] graphics/php5-chartdirector fix typo in Makefile
Date: Sun, 21 Feb 2010 09:10:24 UT

 Maintainer of graphics/php5-chartdirector,
 
 Please note that PR ports/144162 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/144162
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Scot Hetzel <swhetzel@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/144162: [patch] graphics/php5-chartdirector fix typo in 
	Makefile
Date: Sun, 21 Feb 2010 12:49:35 -0600

 Go a head and commit the fix.
 
 Scot
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Feb 21 18:53:29 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144162: commit references a PR
Date: Fri, 26 Feb 2010 10:09:54 +0000 (UTC)

 miwi        2010-02-26 10:09:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/linux-nerodigitalaudio Makefile 
     graphics/php5-chartdirector Makefile 
   Log:
   - S/ONLY_FOR_ARCH/ONLY_FOR_ARCHS
   
   PR:             144162 144156
   Submitted by:   Andrius Morkunas <hinokind@gmail.com>
   Approved by:    maintainers
   Feature safe:   yes
   
   Revision  Changes    Path
   1.2       +1 -1      ports/audio/linux-nerodigitalaudio/Makefile
   1.7       +1 -1      ports/graphics/php5-chartdirector/Makefile
 _______________________________________________
 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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Feb 26 10:10:57 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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