From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 30 02:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0AF61A3A for ; Fri, 30 Aug 2013 02:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DAFDE2BE2 for ; Fri, 30 Aug 2013 02:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7U2e0Ue093684 for ; Fri, 30 Aug 2013 02:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7U2e0OB093683; Fri, 30 Aug 2013 02:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 30 Aug 2013 02:40:00 GMT Resent-Message-Id: <201308300240.r7U2e0OB093683@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Katsuyuki Miyoshi 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 ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/181666: [patch] fix editors/openoffice-4/Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Katsuyuki Miyoshi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2013 02:40:01 -0000 >Number: 181666 >Category: ports >Synopsis: [patch] fix editors/openoffice-4/Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 30 02:40:00 UTC 2013 >Closed-Date: >Last-Modified: >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: >Unformatted: