Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Aug 2006 06:15:21 +0003
From:      ssedov@mbsd.msk.ru
To:        ports@freebsd.org
Subject:   Re:[is somebody working on a xorg 7.1 port to FreeBSD ?]
Message-ID:  <200608040612.k746CLH3013379@com1.ht-systems.ru>

next in thread | raw e-mail | index | archive | help
> ssedov at mbsd.msk.ru wrote:
> 
> >You can install X.org from GIT repository - it works fine out-of-the-box
> >on freebsd. Just install it under the different PREFIX (e.g. /usr/x11r7)
> >and you will not have problems with uninstall.
> 
> I don't appear to have the same luck as I'm having problems with several of 
> the autotool macros such as AM_PROG_LIBTOOL.
> 
> Found an email that mentioned there was regression in libtool 1.5.22, but not 

> sure if it is applicable is this case.
> 
> I'm using 6.1 with a drm patch from 6.0 current along with ports as of 7/28/06 

> and xorg as of 8/1/06.
> 

What error message exactly you have got? The build procedure should look
like this (assume we're installing in /work/x11r7:
1) downlod Xorg source, unpack
2) download mesa src
2) install devel/gnu-autoconf, devel/gnu-automake
3) mkdir -p /work/x11r7/share/aclocal
4) mkdir -p /work/x11r7/lib/pkgconfig
5)
setenv PATH /usr/local/gnu-autotools/bin:/work/x11r7/bin:$PATH
setenv ACLOCAL "aclocal -I /usr/local/gnu-autotools/share/aclocal -I /usr/local/

share/aclocal -I /work/x11r7/share/aclocal -I /usr/X11R6/share/aclocal"
setenv PKG_CONFIG_PATH "/work/x11r7/lib/pkgconfig:/usr/X11R6/libdata/pkgconfig"

6)cd srcdir
7) ./util/modular/build.sh -m PATH_TO_MESA /work/x11r7 -n -s sudo /work/x11r7

Hope this helps



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608040612.k746CLH3013379>