From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 18 09:34:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 641944C7; Sun, 18 Aug 2013 09:34:14 +0000 (UTC) (envelope-from taguchi.ch@gmail.com) Received: from mail-pd0-x22c.google.com (mail-pd0-x22c.google.com [IPv6:2607:f8b0:400e:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A49327E4; Sun, 18 Aug 2013 09:34:14 +0000 (UTC) Received: by mail-pd0-f172.google.com with SMTP id z10so3842895pdj.3 for ; Sun, 18 Aug 2013 02:34:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type; bh=8ToKsVDae66nWy8mWP5FORTQOa13lbwbSkqYuMNUTQk=; b=Aze8SUtUlTlBKskdpe6K+hru+ZaZUBXybXesOL05r0+DCU7HDdGnm32YdGKzKDODk7 gn85iMyslR16I3uwCgj7I9jHxbItrs/I8NvKY6qVk240igoBv18H5H8OmTaYd3JEAIfh 3dVnNRaJZaLDvFzoEoYdjZGIyaHJegLt/t8+63bGHD+ZUFkW3Cnm/y/sTFeDAjxVEtXg K6AZcazB0C6JhdIfrCoOy6baOYXs6IV7TZLHV2mWgaLUmqtTF2qG9R0SX4PuCc8VUlN2 Bxt0bZIDFaBsYM9nRLajmlM9MKFDy9Ii8GAbA1Gv8IGc/c/nAdOMcRz4+V/39YCQUUqN Iu4w== X-Received: by 10.68.255.69 with SMTP id ao5mr7222060pbd.66.1376818453043; Sun, 18 Aug 2013 02:34:13 -0700 (PDT) Received: from arty (48.178.30.125.dy.iij4u.or.jp. [125.30.178.48]) by mx.google.com with ESMTPSA id il4sm8267718pbb.36.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 18 Aug 2013 02:34:12 -0700 (PDT) Date: Sun, 18 Aug 2013 18:34:09 +0900 From: Chie Taguchi To: freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: ports/181372: [patch]x11-fonts/fontconfig fc-cache Segmentation fault on arm Message-Id: <20130818183409.38ecd44b0e0d1ff319eaa5df@gmail.com> In-Reply-To: <201308180850.r7I8oGBS040966@freefall.freebsd.org> References: <201308180850.r7I8oGBS040966@freefall.freebsd.org> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Sun__18_Aug_2013_18_34_09_+0900_yGxp/I2dn_yLzf+P" Cc: edwin@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 09:34:14 -0000 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--