From katsu@miyoshi.matsuyama.ehime.jp  Fri Aug 30 02:33:12 2013
Return-Path: <katsu@miyoshi.matsuyama.ehime.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id C109F934
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Aug 2013 02:33:12 +0000 (UTC)
	(envelope-from katsu@miyoshi.matsuyama.ehime.jp)
Received: from mfow.po.2iij.net (mfow310.po.2iij.net [210.128.50.108])
	by mx1.freebsd.org (Postfix) with ESMTP id 795082BCA
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Aug 2013 02:33:11 +0000 (UTC)
Received: by mfow.po.2iij.net (po-mfow310) id r7U1c5IT019003; Fri, 30 Aug 2013 10:38:05 +0900
Received: by mow.po.2iij.net (po-mow312) id r7U1bvh7008638; Fri, 30 Aug 2013 10:37:57 +0900
Received: from kmgw.miyoshi.matsuyama.ehime.jp (162.106.30.125.dy.iij4u.or.jp [125.30.106.162])
	by mbox.po.2iij.net (po-mbox301) id r7U1buI4021123
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Aug 2013 10:37:57 +0900
Received: by kmgw.miyoshi.matsuyama.ehime.jp (Postfix, from userid 2852)
	id 70F4B30A4; Fri, 30 Aug 2013 10:37:56 +0900 (JST)
Message-Id: <20130830013756.70F4B30A4@kmgw.miyoshi.matsuyama.ehime.jp>
Date: Fri, 30 Aug 2013 10:37:56 +0900 (JST)
From: Katsuyuki Miyoshi <katsu@miyoshi.matsuyama.ehime.jp>
Reply-To: Katsuyuki Miyoshi <katsu@miyoshi.matsuyama.ehime.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] fix editors/openoffice-4/Makefile
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         181666
>Category:       ports
>Synopsis:       [patch] fix editors/openoffice-4/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    office
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 30 02:40:00 UTC 2013
>Closed-Date:    Fri Aug 30 21:01:00 CDT 2013
>Last-Modified:  Fri Aug 30 21:01:00 CDT 2013
>Originator:     Katsuyuki Miyoshi
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
Katsuyuki Miyoshi, Ehime, Japan.
>Environment:
System: FreeBSD kmgw.miyoshi.matsuyama.ehime.jp 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r254986: Thu Aug 29 01:05:53 JST 2013 root@kmgw.miyoshi.matsuyama.ehime.jp:/usr/obj/usr/src/sys/KMGW amd64


	
>Description:
	mismatched {}
>How-To-Repeat:
	
>Fix:

Index: /usr/ports/editors/openoffice-4/Makefile
===================================================================
--- /usr/ports/editors/openoffice-4/Makefile	(revision 325642)
+++ /usr/ports/editors/openoffice-4/Makefile	(working copy)
@@ -96,7 +96,7 @@
 		${JAVALIBDIR}/saxon9.jar:${PORTSDIR}/textproc/saxon-devel \
 		${LOCALBASE}/lib/X11/fonts/ChromeOS/Arimo-Bold.ttf:${PORTSDIR}/x11-fonts/croscorefonts-fonts-ttf
 
-.if ${PORT_OPTIONS:MCCACHE) || defined(WITH_CCACHE)
+.if ${PORT_OPTIONS:MCCACHE} || defined(WITH_CCACHE)
 BUILD_DEPENDS+=	ccache:${PORTSDIR}/devel/ccache
 CCACHE_PREFIX=	ccache
 OOOCC=		${CCACHE_PREFIX} ${CC}


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->office 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Aug 30 02:40:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181666 
State-Changed-From-To: open->closed 
State-Changed-By: bdrewery 
State-Changed-When: Fri Aug 30 21:00:59 CDT 2013 
State-Changed-Why:  
Fixed already in r325675, thanks. 

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