summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2014-08-24less verboseMatthieu Herrb
2014-05-19Add do-not-config.h.in as file touch to avoid re-running autoheader.Matthieu Herrb
Prevents xserver's build from creating an empty config.h.in file. Problem noticed by naddy@.
2014-05-18Add /usr/lib/pkgconfig to PKG_CONFIG_LIBDIR to let pkg-config find expatMatthieu Herrb
2013-11-22remove useless goo. okay matthieu@Marc Espie
2013-09-24Don't build libGL on m88k for the time being, the recent update triggers aMiod Vallat
known hairy bug in DWARF debug information generation on m88k, which is currently being investigated. Found the hard way by aoyama@
2013-08-22Gallium requires gcc 4 __sync_and_fetch() support, so don't bother tryingMiod Vallat
to build it on platforms which don't provide this. ok jsg@ matthieu@
2013-08-17As discussed with matthieu@, since there are no octeon machines with videoBrian Callahan
output where OpenGL makes since, we should disable OpenGL on octeon. ok matthieu@
2013-08-12build mesa radeon drivers on sparc64 and switch to gallium driversJonathan Gray
for r300 and r600
2013-04-14Allow flags to be passed to make using ${MAKE_FLAGS}Matthieu Herrb
2013-04-14Add a new option to the xenocara infrastructure be able to automaticallyMartin Pieuchot
build the Gallium3D software rasterizer as part of the libGL. Note that it can also makes use of LLVM to build the llvmpipe if the corresponding port is installed. Please refer to the README for a more complete documentation. Prodded by ajacoutot@, ok matthieu@
2013-02-21after a compiler update, landisk can now handle pixman and thus xserver againTodd T. Fries
prodded by brad@, ok matthieu@
2013-02-09Enable the shared libs option on m88k; this is also used to indicateBrad Smith
whether to build Mesa. ok miod@
2012-11-03simplify directory interdependencies: install package_version.m4Marc Espie
avoid VAR != cmd which is run every which time, prefer VAR = `cmd` where applicable. okay matthieu@
2012-11-02Remove things that are no longer linked to the build: imake,cf and pciidsMatthieu Herrb
2012-10-11never intended to commit THAT debug line.Marc Espie
no real harm...
2012-08-21prevent non-existing clean to turn into an infinite loop.Marc Espie
okay matthieu@, aja@ (problem noticed by aja@)
2012-08-08Don't touch the xserver autotools files a 2nd time in kdrive.Matthieu Herrb
This causes a rebuild of xserver during make release (configure becomes more recent than config.status again).
2012-08-05Automake 1.12 now uses autoconf 2.69.Matthieu Herrb
2012-08-04Switch to automake 1.12/autoconf 2.68.Matthieu Herrb
Note that I don't plan to regenerate all the autotools files now. It's a lazy update that will only take effect when autotools files are re-generated, upon updates or for another reason.
2012-03-11Bump python version and copyright.Matthieu Herrb
2012-03-08Disable pixman on landisk for now. It triggers a gcc error:Matthieu Herrb
/usr/xenocara/lib/pixman/pixman/pixman-access.c: In function `store_scanline_a8r8g8b8': /usr/xenocara/lib/pixman/pixman/pixman-access.c:477: error: unrecognizable insn: (insn 3059 3058 3060 0x0 (unspec_volatile [ (label_ref 1558) (const_int 0 [0x0]) ] 4) -1 (nil) (nil)) /usr/xenocara/lib/pixman/pixman/pixman-access.c:477: internal compiler error: in insn_default_length, at insn-attrtab.c:717
2011-11-05In make cleandir, force removal of config.status if it's leftMatthieu Herrb
around after running make distclean.
2011-08-30Switch to xkeyboard-config is done. Remove old xkbdata and unifdef it.Matthieu Herrb
ok shadchin@
2011-06-23switch to installing source manuals:Christian Weisgerber
* cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged
2011-06-02Oops revert wip (using ports libtool) that wasn't meant to be committed.Matthieu Herrb
2011-06-02Switch XKB layouts to xkeyboard-config.Matthieu Herrb
Note: this moves xkb data files to /usr/X11R6/share/X11/xkb/ /etc/X11/xkb can be removed. Tested by many.
2011-03-08xcb is no longer optional.Matthieu Herrb
2011-03-08add a new build switch 'XENOCARA_USE_XKEYBOARD_CONFIG' to enableMatthieu Herrb
the use of xkeyboard-config xkb definitions instead of the old xkbdata. This will make testing easier. No changes in default builds. ok shadchin@
2010-11-27pixman build fails on vax.Matthieu Herrb
2010-11-25Build XCB support on static only arches too.Matthieu Herrb
"go ahead" deraadt@
2010-10-03Now that pixman depends on libpthread-stubs, only build itMatthieu Herrb
on platforms that build it (part of xcb suite). Tested by jasper@ and landry@ on a bulk ports build.
2010-08-25enable pixman (with a workaround from miod@) for m68k, fixes hp300 and mvme68kTodd T. Fries
2010-08-04set PATH only on configure run, unbreak autoreconf...Marc Espie
2010-08-04enforce a consistent path in configure, avoid all kind of trouble with XMarc Espie
picking up ports from /usr/local. okay matthieu@
2010-08-02Current pixman lib doesn't build on m68k. Disable it on those machines.Matthieu Herrb
ok deraadt@
2010-05-08Don't use INSTALL_DATA here, it's not defined for initial bootstrapMatthieu Herrb
(then /usr/X11R6/share/mk isn't installed). Noticed by naddy@. Thanks.
2010-05-08use INSTALL_DATA in BSD Makefiles. ok oga@Matthieu Herrb
2010-05-08Use ${SHAREMODE} from bsd.own.mk in INSTALL_DATA instead of hard-codingMatthieu Herrb
a value.
2010-01-17Use the new XORG_WITH_XMLTO macro in configure scripts and explicitelyMatthieu Herrb
disable it during Xenocara builds. Problem reported by kili@ who also tested this patch with an earlier version of the macro.
2009-08-04Enable XCB on architectures with shared libs.Matthieu Herrb
requested by sthen@.
2009-06-04simplify.Matthieu Herrb
2009-05-22Add support for building xcb (disabled for now).Matthieu Herrb
2009-05-22use implicit variable to generate pkgconfig file.Matthieu Herrb
This makes it possible to locate the .in file using .PATH
2009-05-22Add PYTHON_VERSION (to be used by xcb).Matthieu Herrb
2009-05-22Add more substitutions to .pc generation. Also provideMatthieu Herrb
EXTRA_PKGCONFIG_SUBST for individual addition in package Makefiles.
2009-05-22Get rid of double-column rules in the rules used by proto.Matthieu Herrb
This will make it easier to re-use them for other stuff.
2009-05-22Use test -f rather than test -e to test for Makefile presence.Matthieu Herrb
2009-05-02switch to autoconf 2.62 to generate xenocara configure scripts.Matthieu Herrb
2008-11-08let make install obey ${DESTDIR}.Matthieu Herrb
2008-11-02With xserver 1.5 and Mesa 7.2 DRI is needed by libGL, even withoutMatthieu Herrb
hardware acceleration.