[is somebody working on a xorg 7.1 port to FreeBSD ?]
ssedov at mbsd.msk.ru
ssedov at mbsd.msk.ru
Fri Aug 4 06:04:21 UTC 2006
> 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
More information about the freebsd-ports
mailing list