From owner-freebsd-arm@FreeBSD.ORG Sun Aug 18 12:25:12 2013 Return-Path: Delivered-To: freebsd-arm@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 1FD51B69 for ; Sun, 18 Aug 2013 12:25:12 +0000 (UTC) (envelope-from taguchi.ch@gmail.com) Received: from mail-pd0-x229.google.com (mail-pd0-x229.google.com [IPv6:2607:f8b0:400e:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E1017253F for ; Sun, 18 Aug 2013 12:25:11 +0000 (UTC) Received: by mail-pd0-f169.google.com with SMTP id r10so3949934pdi.28 for ; Sun, 18 Aug 2013 05:25:11 -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:content-transfer-encoding; bh=1ElNbryU/Id/ZlfJvqRIO5TLvU3ocYr8uFqoFaLuTmk=; b=kcv1BpTaQTjousfQ63hjLICplcS9ctFpqve4LiuxQlH3P9mF0qbv93dSftbDFmosUd Cxk7oVcbj7B/hRGASKHe0lC7c/r3jmXHRrQ87VfC+JAzptNObs/+k0IBuHYphTf/o/q6 IVhWthsYnzEqIMLbU4u9PzO6gu/e/RFARIXOXjcTOR3ethLyEm75vbYDI5ksGxxIxDqM s+ugCNX418WlXKsMmaiyl8MW8cjxpPFdBCUDXseU5XA3QqaNbXuw5RtOFL6MBI6rqRmM VX/H2Gml6cO7k5YY5O390lNETKP5gpIq6eKKjZncIRb+3tLtBSV9PJpyhqh5Ors7J28j KVDQ== X-Received: by 10.66.146.199 with SMTP id te7mr7940505pab.106.1376828711527; Sun, 18 Aug 2013 05:25:11 -0700 (PDT) Received: from arty (48.178.30.125.dy.iij4u.or.jp. [125.30.178.48]) by mx.google.com with ESMTPSA id w8sm9371617paj.4.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 18 Aug 2013 05:25:10 -0700 (PDT) Date: Sun, 18 Aug 2013 21:25:08 +0900 From: Chie Taguchi To: Guillaume Bibaut Subject: Re: building document of Xorg Message-Id: <20130818212508.beddbf0e04a2f5f9a3a699a1@gmail.com> In-Reply-To: <0D701E6E-8DE0-45DE-854B-133FCCC35C79@iaelu.net> References: <20130818101242.b3801b1b97dbe42cb905653c@gmail.com> <0D701E6E-8DE0-45DE-854B-133FCCC35C79@iaelu.net> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 12:25:12 -0000 thank you for your infomation. it is useful for many people to make a collection repo of ports fix infomation about Xorg and others. i will push that fixes, security/libgcrypt(ports/181365), graphics/dri(ports/176703), graphics/libGL(ports/176705) to repo later. and i also sended PR x11-fonts/fontconfig issue(ports/181372). but i have a question about ${ARCH} value in ports Makefile. "armv6" or "arm" || "armv6", which is the better way? thanks, C.Taguchi On Sun, 18 Aug 2013 09:42:06 +0200 Guillaume Bibaut wrote: > Very nice, at least that's what I was looking for. > > There are still patches to apply on some other ports too : > - security/libgcrypt : to use GCC > - graphics/dri : http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176703 > - graphics/libGL : the same as dri since it's based on MesaLib > > I can't remember if I'm forgetting anything else, but if anyone finds anything, they could add it here :) > > Thanks. > > -- > Guillaume Bibaut > > Le 18 aout 2013 a 03:12, Chie Taguchi > > > Hi all, > > > > i wrote a building document of x11/Xorg(not minimum) for RaspberryPi. > > if you want to build Xorg, it will be useful for you! > > i hope so.:) > > > > https://github.com/taguchi-ch/freebsd-ports-xorg-raspberrypi > > > > Thanks. > > > > -- > > Chie Taguchi > > _______________________________________________ > > freebsd-arm@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > -- Chie Taguchi