Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-27 | pixman build fails on vax. | Matthieu Herrb | |
2010-11-25 | Build XCB support on static only arches too. | Matthieu Herrb | |
"go ahead" deraadt@ | |||
2010-10-03 | Now that pixman depends on libpthread-stubs, only build it | Matthieu Herrb | |
on platforms that build it (part of xcb suite). Tested by jasper@ and landry@ on a bulk ports build. | |||
2010-08-25 | enable pixman (with a workaround from miod@) for m68k, fixes hp300 and mvme68k | Todd T. Fries | |
2010-08-04 | set PATH only on configure run, unbreak autoreconf... | Marc Espie | |
2010-08-04 | enforce a consistent path in configure, avoid all kind of trouble with X | Marc Espie | |
picking up ports from /usr/local. okay matthieu@ | |||
2010-08-02 | Current pixman lib doesn't build on m68k. Disable it on those machines. | Matthieu Herrb | |
ok deraadt@ | |||
2010-05-08 | Don't use INSTALL_DATA here, it's not defined for initial bootstrap | Matthieu Herrb | |
(then /usr/X11R6/share/mk isn't installed). Noticed by naddy@. Thanks. | |||
2010-05-08 | use INSTALL_DATA in BSD Makefiles. ok oga@ | Matthieu Herrb | |
2010-05-08 | Use ${SHAREMODE} from bsd.own.mk in INSTALL_DATA instead of hard-coding | Matthieu Herrb | |
a value. | |||
2010-01-17 | Use the new XORG_WITH_XMLTO macro in configure scripts and explicitely | Matthieu Herrb | |
disable it during Xenocara builds. Problem reported by kili@ who also tested this patch with an earlier version of the macro. | |||
2009-08-04 | Enable XCB on architectures with shared libs. | Matthieu Herrb | |
requested by sthen@. | |||
2009-06-04 | simplify. | Matthieu Herrb | |
2009-05-22 | Add support for building xcb (disabled for now). | Matthieu Herrb | |
2009-05-22 | use implicit variable to generate pkgconfig file. | Matthieu Herrb | |
This makes it possible to locate the .in file using .PATH | |||
2009-05-22 | Add PYTHON_VERSION (to be used by xcb). | Matthieu Herrb | |
2009-05-22 | Add more substitutions to .pc generation. Also provide | Matthieu Herrb | |
EXTRA_PKGCONFIG_SUBST for individual addition in package Makefiles. | |||
2009-05-22 | Get 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-22 | Use test -f rather than test -e to test for Makefile presence. | Matthieu Herrb | |
2009-05-02 | switch to autoconf 2.62 to generate xenocara configure scripts. | Matthieu Herrb | |
2008-11-08 | let make install obey ${DESTDIR}. | Matthieu Herrb | |
2008-11-02 | With xserver 1.5 and Mesa 7.2 DRI is needed by libGL, even without | Matthieu Herrb | |
hardware acceleration. | |||
2008-10-08 | enable GL for libraries, but not the X server .. for mips64 | Todd T. Fries | |
2008-10-05 | provide a pciutils style pci.ids file for libpciaccess. | Matthieu Herrb | |
ok todd@ deraadt@ | |||
2008-08-21 | Provide a way to build sources that aren't in .CURDIR by specifying | Matthieu Herrb | |
_SRCDIR expliciteley in Makefile.bsd-wrapper. | |||
2008-05-11 | provide a minimal config.site pre-built configure cache, to | Matthieu Herrb | |
protect xenocara builds from picking stuff installed by ports. For now only paths to different programs are provided, avoiding the use of bison instead of yacc. feedback from espie@. | |||
2008-04-29 | Enable building the dri modules and mesa drivers by default on i386 and | Owain Ainsworth | |
amd64. ok matthieu@ and todd@ This has been in snaps for over a week, no complaints. | |||
2008-04-01 | Turns out GL does build on landisk now, ok todd@ | Dale Rahn | |
2008-03-31 | GL enable on landisk was not tested yet. That half of the previous change | Dale Rahn | |
was not meant to go in. At least yet. | |||
2008-03-31 | Enable shared libraries. Sets are 'close' but probably not 100% | Dale Rahn | |
2008-03-25 | Previous commit accidentaly enabled DRI builds on i386 and amd64. Don't | Matthieu Herrb | |
do that yet. | |||
2008-03-25 | Introduce bsd.xconf.mk to set default config variables used | Matthieu Herrb | |
at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@. | |||
2008-03-25 | Replace autotools based build by native BSD Makefiles in proto/. | Matthieu Herrb | |
tested by naddy@ and oga@. ok oga@. | |||
2008-03-03 | Change the default for XSRCDIR to /usr/xenocara. ok deraadt@ | Matthieu Herrb | |
2007-11-25 | always redirect xmlto to ':'. | Matthieu Herrb | |
Broken configure sripts produced X.Org's macros are assuming it's in /usr/local/bin if they couldn't find it. | |||
2007-11-05 | avoid hardcoding MAKE in various makefiles. | Marc Espie | |
Fuck GNU and their idiot-proof configury that gets in our way each and every time. okay matthieu@ | |||
2007-05-01 | like src, warn if base obj dir does not exist. | Marc Espie | |
2007-03-31 | XENOCARA_TOP -> XSRCDIR and now defaults to /usr/src/xenocara | Matthieu Herrb | |
XENOCARA_OBJDIR -> XOBJDIR and now defaults to /usr/xobj suggested by espie@ ok krw@ mbalmer@ | |||
2007-03-30 | - add an INSTALL_DATA target in bsd.xorg.mk (inspired by bsd.port.mk). | Alexandre Anriot | |
- start using it in fvwm, ssh-askpass and xsystrace (more to come). ok matthieu@ | |||
2007-03-30 | suppress reordering messages by default | Marc Espie | |
okay matthieu@ | |||
2007-03-28 | Various cleanups of recursive make invocations. Ok espie@, todd@. | Matthieu Herrb | |
2007-03-25 | Missed one PKG_CONFIG_PATH -> PKG_CONFIG_LIBDIR conversion. | Matthieu Herrb | |
2007-03-18 | configure as checked out from CVS may not be executable. Patch from naddy@. | Matthieu Herrb | |
2007-03-18 | Forgot to commit the part that installs automake.dep. reported by naddy@ | Matthieu Herrb | |
2007-03-17 | Touch files that would be modified by autotools to avoid un-needed | Matthieu Herrb | |
calls to automake and autoconf. Code stolen from ports tree. suggested by espie@. Tested by todd@. | |||
2007-02-04 | replace PKG_CONFIG_PATH with PKG_CONFIG_LIBDIR which replaces the | Matthieu Herrb | |
builtin search path instead of adding to it. Suggested by espie@ | |||
2006-12-31 | Handle CFLAGS and COPTS. | Matthieu Herrb | |
2006-12-31 | - don't include bsd.own.mk twice | Matthieu Herrb | |
- don't define X11BASE and X11ETC twice - remove --enable-maintainer-mode from configure args and factorize the config.status rule | |||
2006-12-17 | make the install target more similar to what is done in the base system. | Matthieu Herrb | |
2006-12-02 | Make 'obj' now can make symlinks to /usr/obj/xenocara (or any other | Matthieu Herrb | |
directory designed by XENOCARA_OBJDIR in /etc/mk.conf). |