From nobody@FreeBSD.org  Mon Aug 20 22:16:28 2012
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 ECCD8106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Aug 2012 22:16:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id D84548FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Aug 2012 22:16:28 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7KMGSww009956
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Aug 2012 22:16:28 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q7KMGS5l009941;
	Mon, 20 Aug 2012 22:16:28 GMT
	(envelope-from nobody)
Message-Id: <201208202216.q7KMGS5l009941@red.freebsd.org>
Date: Mon, 20 Aug 2012 22:16:28 GMT
From: Artis Caune <Artis.Caune@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] finance/gnucash: fix LOCALE_TAX ports option
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         170804
>Category:       ports
>Synopsis:       [PATCH] finance/gnucash: fix LOCALE_TAX ports option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    madpilot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 22:20:11 UTC 2012
>Closed-Date:    Fri Aug 31 14:38:43 UTC 2012
>Last-Modified:  Fri Aug 31 14:40:06 UTC 2012
>Originator:     Artis Caune
>Release:        stable/9
>Organization:
>Environment:
FreeBSD freebsd 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE r239148: Fri Aug 10 00:00:00 UTC 2012 root@freebsd:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
There is a typo in Makefile for LOCALE_TAX ports option.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-08-21 10:14:26.600204878 +1200
+++ Makefile	2012-08-21 10:14:53.822013122 +1200
@@ -99,7 +99,7 @@
 PLIST_SUB+=	DATABASE="@comment "
 .endif
 
-.if ${PORT_OPTIONS:MLOCALE_TAX)
+.if ${PORT_OPTIONS:MLOCALE_TAX}
 CONFIGURE_ARGS+=--enable-locale-specific-tax
 .endif
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Aug 20 22:20:31 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170804 
Responsible-Changed-From-To: gnome->madpilot 
Responsible-Changed-By: madpilot 
Responsible-Changed-When: Fri Aug 31 14:34:10 UTC 2012 
Responsible-Changed-Why:  
I'll take it. Approved by gnome (mezz) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170804 
State-Changed-From-To: open->closed 
State-Changed-By: madpilot 
State-Changed-When: Fri Aug 31 14:38:43 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170804: commit references a PR
Date: Fri, 31 Aug 2012 14:38:49 +0000 (UTC)

 Author: madpilot
 Date: Fri Aug 31 14:38:38 2012
 New Revision: 303427
 URL: http://svn.freebsd.org/changeset/ports/303427
 
 Log:
   Fix typo.
   
   PR:		ports/170804
   Submitted by:	Artis Caune <Artis.Caune@gmail.com>
   Approved by:	gnome (mezz)
   Approved by:	crees, tabthorpe (mentors, implicit)
 
 Modified:
   head/finance/gnucash/Makefile
 
 Modified: head/finance/gnucash/Makefile
 ==============================================================================
 --- head/finance/gnucash/Makefile	Fri Aug 31 14:06:20 2012	(r303426)
 +++ head/finance/gnucash/Makefile	Fri Aug 31 14:38:38 2012	(r303427)
 @@ -99,7 +99,7 @@ CONFIGURE_ARGS+=--disable-dbi
  PLIST_SUB+=	DATABASE="@comment "
  .endif
  
 -.if ${PORT_OPTIONS:MLOCALE_TAX)
 +.if ${PORT_OPTIONS:MLOCALE_TAX}
  CONFIGURE_ARGS+=--enable-locale-specific-tax
  .endif
  
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
