head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.2 pkgsrc-2013Q2-base:1.6 pkgsrc-2013Q1:1.5.0.32 pkgsrc-2013Q1-base:1.5 pkgsrc-2012Q4:1.5.0.30 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q3:1.5.0.28 pkgsrc-2012Q3-base:1.5 pkgsrc-2012Q2:1.5.0.26 pkgsrc-2012Q2-base:1.5 pkgsrc-2012Q1:1.5.0.24 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.5.0.22 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.20 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.18 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.16 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.14 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.12 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.10 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.8 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.6 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.4 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.2 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.4.0.12 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.10 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.8 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.6 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.4 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.2 pkgsrc-2008Q1:1.2.0.2 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.1.0.2 pkgsrc-2007Q4-base:1.1; locks; strict; comment @# @; 1.6 date 2013.05.09.23.59.47; author riastradh; state dead; branches; next 1.5; 1.5 date 2009.05.09.14.59.09; author joerg; state Exp; branches; next 1.4; 1.4 date 2008.04.25.11.46.07; author ghen; state Exp; branches; next 1.3; 1.3 date 2008.04.23.13.19.15; author agc; state Exp; branches; next 1.2; 1.2 date 2008.01.15.17.15.41; author joerg; state Exp; branches; next 1.1; 1.1 date 2007.12.21.23.14.50; author joerg; state Exp; branches; next ; desc @@ 1.6 log @Remove the now-outdated HOWTO-crosscompile-xorg. @ text @$NetBSD: HOWTO-crosscompile-xorg,v 1.5 2009/05/09 14:59:09 joerg Exp $ How to cross-compile modular Xorg on NetBSD ------------------------------------------- (a) You have to have modular Xorg and the build tools used by it installed in /usr/pkg (or whatever prefix you want to use for the cross-compiled packages). (b) You have run build.sh release for the desired platform. Remember where you wrote the tools to and where the destdir is. (c) You have to add the following options to your mk.conf: USE_DESTDIR= yes DEPENDS_TARGET= package-install X11_TYPE = modular MACHINE_ARCH= what-to-compile-for CROSS_DESTDIR= /where/ever/above/destdir/is TOOLDIR= /where/ever/above/tools/are USE_CROSS_COMPILE= yes The first two activate DESTDIR support, which is required for the cross-compile infrastructure. The third option tells it to use modular Xorg. The other four options specify the target platform and the correct path names and activate cross compiling. (d) Just run make package e.g. in meta-pkgs/modular-xorg-apps now. @ 1.5 log @Make USE_DESTDIR=full the default value and retire the option. @ text @d1 1 a1 1 $NetBSD: HOWTO-crosscompile-xorg,v 1.4 2008/04/25 11:46:07 ghen Exp $ @ 1.4 log @Fix enumeration. I first thought this (c) was for Copyright. :-) @ text @d1 1 a1 1 $NetBSD: HOWTO-crosscompile-xorg,v 1.3 2008/04/23 13:19:15 agc Exp $ d14 1 a14 1 USE_DESTDIR= full @ 1.3 log @Fix minor tyop @ text @d1 1 a1 1 $NetBSD: HOWTO-crosscompile-xorg,v 1.2 2008/01/15 17:15:41 joerg Exp $ d29 1 a29 1 (c) Just run make package e.g. in meta-pkgs/modular-xorg-apps now. @ 1.2 log @Mention MACHINE_ARCH. @ text @d1 1 a1 1 $NetBSD: HOWTO-crosscompile-xorg,v 1.1 2007/12/21 23:14:50 joerg Exp $ d10 1 a10 1 (b) You have run buil.sh release for the desired platform. Remember @ 1.1 log @Just add the content of the tech-pkg mail to the tree until Someone (TM) can integrate this into the pkgsrc guide or a better place. @ text @d1 1 a1 1 $NetBSD$ d19 1 d26 2 a27 2 Xorg. oThe other three options specify the correct path names and activate cross compiling. @