From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 30 03:10:00 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 BE56F15F for ; Fri, 30 Aug 2013 03:10:00 +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 9BE322DCA for ; Fri, 30 Aug 2013 03:10: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 r7U3A0u2099641 for ; Fri, 30 Aug 2013 03:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7U3A0t3099640; Fri, 30 Aug 2013 03:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 30 Aug 2013 03:10:00 GMT Resent-Message-Id: <201308300310.r7U3A0t3099640@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 [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 7C968D72 for ; Fri, 30 Aug 2013 03:00:11 +0000 (UTC) (envelope-from katsu@miyoshi.matsuyama.ehime.jp) Received: from mfow.po.2iij.net (mfow311.po.2iij.net [210.128.50.109]) by mx1.freebsd.org (Postfix) with ESMTP id 35A432CDE for ; Fri, 30 Aug 2013 03:00:10 +0000 (UTC) Received: by mfow.po.2iij.net (po-mfow311) id r7U1hpl5012577; Fri, 30 Aug 2013 10:43:51 +0900 Received: by mow.po.2iij.net (po-mow310) id r7U1hiSw011151; Fri, 30 Aug 2013 10:43:44 +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-mbox303) id r7U1hijh017422 for ; Fri, 30 Aug 2013 10:43:44 +0900 Received: by kmgw.miyoshi.matsuyama.ehime.jp (Postfix, from userid 2852) id EAF4C30B1; Fri, 30 Aug 2013 10:43:43 +0900 (JST) Message-Id: <20130830014343.EAF4C30B1@kmgw.miyoshi.matsuyama.ehime.jp> Date: Fri, 30 Aug 2013 10:43:43 +0900 (JST) From: Katsuyuki Miyoshi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/181667: [patch] fix editors/openoffice-devel/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 03:10:00 -0000 >Number: 181667 >Category: ports >Synopsis: [patch] fix editors/openoffice-devel/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 03:10: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-devel/Makefile =================================================================== --- /usr/ports/editors/openoffice-devel/Makefile (revision 325642) +++ /usr/ports/editors/openoffice-devel/Makefile (working copy) @@ -97,7 +97,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: