From owner-freebsd-gnome@FreeBSD.ORG Sun Aug 18 09:40:02 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org 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 0B47C60C for ; Sun, 18 Aug 2013 09:40:02 +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 ED5A02807 for ; Sun, 18 Aug 2013 09:40:01 +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 r7I9e1MP050657 for ; Sun, 18 Aug 2013 09:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7I9e1Ws050656; Sun, 18 Aug 2013 09:40:01 GMT (envelope-from gnats) Date: Sun, 18 Aug 2013 09:40:01 GMT Message-Id: <201308180940.r7I9e1Ws050656@freefall.freebsd.org> To: gnome@FreeBSD.org From: Chie Taguchi Subject: Re: ports/181372: [patch]x11-fonts/fontconfig fc-cache Segmentation fault on arm X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Chie Taguchi List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 09:40:02 -0000 The following reply was made to PR ports/181372; it has been noted by GNATS. From: Chie Taguchi To: freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org, bug-followup@FreeBSD.org Cc: taguchi.ch@gmail.com, edwin@FreeBSD.org Subject: Re: ports/181372: [patch]x11-fonts/fontconfig fc-cache Segmentation fault on arm Date: Sun, 18 Aug 2013 18:34:09 +0900 This is a multi-part message in MIME format. --Multipart=_Sun__18_Aug_2013_18_34_09_+0900_yGxp/I2dn_yLzf+P Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit my patchfile is missing.. and i reattach it. thanks, C.Taguchi On Sun, 18 Aug 2013 08:50:16 GMT edwin@FreeBSD.org wrote: > Synopsis: [patch]x11-fonts/fontconfig fc-cache Segmentation fault on arm > > Responsible-Changed-From-To: freebsd-ports-bugs->gnome > Responsible-Changed-By: edwin > Responsible-Changed-When: Sun Aug 18 08:50:16 UTC 2013 > Responsible-Changed-Why: > Over to maintainer (via the GNATS Auto Assign Tool) > > http://www.freebsd.org/cgi/query-pr.cgi?pr=181372 > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org" -- Chie Taguchi --Multipart=_Sun__18_Aug_2013_18_34_09_+0900_yGxp/I2dn_yLzf+P Content-Type: text/plain; name="patch-fontconfig.txt" Content-Disposition: attachment; filename="patch-fontconfig.txt" Content-Transfer-Encoding: 7bit --- Makefile.orig 2013-08-18 16:56:42.000000000 +0900 +++ Makefile 2013-08-18 16:56:26.000000000 +0900 @@ -42,6 +42,10 @@ .include +.if ${ARCH} == arm || ${ARCH} == armv6 +USE_GCC= 4.2 +.endif + post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} --Multipart=_Sun__18_Aug_2013_18_34_09_+0900_yGxp/I2dn_yLzf+P--