From nobody@FreeBSD.org  Sun Feb 21 09:03:49 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 EE35C10656AA
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 21 Feb 2010 09:03:49 +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 DCCE68FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 21 Feb 2010 09:03:49 +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 o1L93nee069862
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 21 Feb 2010 09:03:49 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o1L93nMh069861;
	Sun, 21 Feb 2010 09:03:49 GMT
	(envelope-from nobody)
Message-Id: <201002210903.o1L93nMh069861@www.freebsd.org>
Date: Sun, 21 Feb 2010 09:03:49 GMT
From: Andrius Morkunas <hinokind@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] emulators/sdlmess fix typo in Makefile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: elbarto@ArcadeBSD.org

>Number:         144161
>Category:       ports
>Synopsis:       [patch] emulators/sdlmess fix typo in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 21 09:10:03 UTC 2010
>Closed-Date:    Mon Feb 22 00:50:17 UTC 2010
>Last-Modified:  Mon Feb 22 00:50:17 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 emulators/sdlmess.orig/Makefile emulators/sdlmess/Makefile
--- emulators/sdlmess.orig/Makefile	2010-01-18 05:01:58.000000000 +0000
+++ emulators/sdlmess/Makefile	2010-02-21 09:02:02.892643023 +0000
@@ -23,7 +23,7 @@
 MAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}"
 USE_SDL=	sdl
 MAKEFILE=	makefile.sdl
-ONLY_FOR_ARCH=	i386 amd64
+ONLY_FOR_ARCHS=	i386 amd64
 SUB_FILES=	pkg-message
 
 OPTIONS=	DEBUG "Build sdlmess debugger" off


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

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: elbarto@ArcadeBSD.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/144161: [patch] emulators/sdlmess fix typo in Makefile
Date: Sun, 21 Feb 2010 09:10:15 UT

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

From: Emmanuel Vadot <elbarto@arcadebsd.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144161: [patch] emulators/sdlmess fix typo in Makefile
Date: Sun, 21 Feb 2010 10:49:42 +0100

 On Sun, 21 Feb 2010 09:10:15 UT
 Edwin Groothuis <edwin@FreeBSD.org> wrote:
 
 > Maintainer of emulators/sdlmess,
 > 
 > Please note that PR ports/144161 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/144161
 > 
 
  Patch is fine, sorry for the typo.
 
 -- 
 Emmanuel Vadot
 elbarto@arcadebsd.org
State-Changed-From-To: feedback->closed 
State-Changed-By: wen 
State-Changed-When: Mon Feb 22 00:50:16 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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