[is somebody working on a xorg 7.1 port to FreeBSD ?]

vehemens vehemens at verizon.net
Sat Aug 5 19:54:15 UTC 2006


On Thursday 03 August 2006 23:12, ssedov at mbsd.msk.ru wrote:
> 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

Thanks for the help.  It allowed me to run the server.  The problem was a 
result of my not including the libtool macros with:
setenv ACLOCAL "aclocal -I /usr/local/share/aclocal"

There appears to be a number of other problems with building the code out of 
the box.  Here is my current list:

1) Script git_xorg doesn't pull xserver, font and xcb files.  Modified script 
to pull/update files.
2) Xcb doesn't build (needs gnome?).  Used "setenv USE_XCB NO" for now.
3) Apps rendercheck and xdriinfo don't build.
4) A number of other apps aren't in the build script.
5) A number of video drivers don't build.  Many of them due to missing GL 
headers.  Copying in the headers allowed many of them to build.
6) Xkbdata doesn't build (missing?).
7) Fonts arabic-misc and mutt-misc don't build.  Added empty README files.
8) Mesa current doesn't build (multiple problems?).
9) A lot of freebsd and mesa scripts are hardcoded with /usr/X11R6 requiring 
additional work to have multiple builds.




More information about the freebsd-ports mailing list