summaryrefslogtreecommitdiff
path: root/external/mit
AgeCommit message (Collapse)Author
2014-03-01Enable "SUBDIR+=netbsd/x68k" if ${XSERVER_X68K} != "no".tsutsui
Now we've got it after this glue Makefile was initially added back in 2008.
2014-03-01Add a reachover Makefile to build X11R7'fied MD X68k server.tsutsui
See my post on port-x68k@ for details: http://mail-index.netbsd.org/port-x68k/2014/02/27/msg000043.html
2014-02-25Update generated files which were missed on xkeyboard-config 2.9 import.tsutsui
http://mail-index.NetBSD.org/source-changes/2013/05/31/msg044255.html http://mail-index.NetBSD.org/source-changes/2013/05/31/msg044256.html http://mail-index.NetBSD.org/source-changes/2013/05/31/msg044258.html XXX: should be regenerated during build but no perl and intltools in tools
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
Unfortunately our VCS isn't very helpful here.
2014-01-30Turn off attribute warning errors for clang inriz
pixman-mmx.c (__artificial__).
2014-01-27Use ${TOOL_GZIP} instead of just gzip in all Makefilesapb
outside */dist/* subdirectories. When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ}, so there's no need to test USE_PIGZGZIP in these Makefiles.
2014-01-22Add missing libraries for static linkingchristos
2014-01-16eliminate use of bsd.sys.mk from Makefileschristos
2014-01-10don't include bsd.sys.mkchristos
2014-01-10ACTIVE_CC can only be used after include of bsd.own.mkmartin
2014-01-03fix sun2 build. libfreetype requires -lbz2 -lzchristos
2013-12-21Re-enable arm-simd now that SPRSR restoration has been fixed.skrll
2013-12-16changed lua_Number and lua_Integer to intmax_t in lua(4)lneto
*
2013-12-02fixed lua(4) build (added _KERNEL guard into lstrlib.c to avoid double usage)lneto
2013-12-02merged luaconf.h of kernel and userspace Lualneto
2013-12-02put Lua auxlib and some stdlibs in lua(4)lneto
2013-11-27Add (hopefully temporary) kludge to define PCI_MAGIC_IO_RANGE on shark andmacallan
make accelerated X work again. This used to be defined in machine/param.h but lately the param.h from arch/arm is installed in machine/ instead of the one from arch/shark, so the Xserver didn't see PCI_MAGIC_IO_RANGE and couldn't figure out how to map its IO space.
2013-11-06build EXA support, tested on macppcmacallan
2013-10-18Before testing the value of HAVE_GCC, test if it's defined.riz
2013-10-16Add missing i810_dri.c file to SRCS.martin
PR xsrc/48315.
2013-09-29need -lxcbchristos
2013-09-12Handle dependency on libstdc++ / libc++ in bsd.lib.mk.joerg
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
vs big PIC mode. Retire -DPIC and -DBIGPIC.
2013-09-12Fix MKPAM=no build.dholland
2013-09-11Needs libm.joerg
2013-09-07Disable USE_ARM_SIMD for now. It crashes Xorg.skrll
2013-07-19Replace mrg's clean cpp+cpp_arg interface with xrdb version 420347005cprlw1
to minimise upstream differences. OK wiz@
2013-06-27Remove clang workaround, problem was fixed using upstream commit.wiz
2013-06-25Add -Wno-error=tautological-constant-out-of-range-compare for clang, to avoidwiz
../external/mit/fontconfig/dist/src/fcname.c:89:18: error: comparison of constant 4294967295 with expression of type 'const FcType' (aka 'const enum _FcType') is always false [-Werror,-Wtautological-constant-out-of-range-compare] if (t->type == (unsigned int) -1 || type == t->type) ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ 1 error generated. and a few others of the same type.
2013-06-25add cg14_render.cmacallan
2013-06-19build acceleration supportmacallan
2013-06-17Remove previous; this is built in ../../lib/libXdmGreet as pointed out bychristos
mrg.
2013-06-16In the PIC case, build libXdmGreet; perhaps we should always build andchristos
link against it, even in the static case?
2013-06-14define HAVE_XAA_H. fixes problems seen since the update to 2.1.20.mrg
2013-06-13We need to say we have getloadavg(3) otherwise it wants to open /dev/kmemchristos
and it does not work since we don't install setgid kmem.
2013-06-12rename (new) xorg_drivers to xorg_server -- platforms that build themrg
actual Xorg server (aka "xfree86 server"). move the list of these platforms from xorg-server/Makefile.common to bsd.own.mk, so that we can access it easily in distrib. this should fix most of the current build failures.
2013-06-10revert part of the previous; it ends up putting this Makefile intomrg
freetype-config due to the use of ${.ALLSRC}.
2013-06-10check (new) MKXORG_DRIVERS to see if we should build drivers.mrg
2013-06-08revert previous; it was already done in the previous previous.mrg
while here, make freetype-config depend upon Makefile, so it will be rebuilt for update builds properly.
2013-06-07Fix a few library substitutionsmartin
2013-06-07fix the sed to find all patterns. from nonaka@.mrg
2013-06-06fix vax build issues - GCC 4.1 warns about always true comparisonsmrg
more than GCC 4.5 does.
2013-06-06don't build greeter lib with GREET_LIB. it triggers somemrg
sort of problem i haven't yet figured out, and our linker doesn't need these hacks with --export-dynamic anyway. if !MKPIC, built the greeter into xdm statically.
2013-06-06updates for libXvMC 1.0.7.mrg
2013-06-05remove hard coded version string now that fontconfig uses themrg
default match the normal code handles.
2013-06-05handle changed freetype-config generation; also move the hardcodedmrg
version into a generator.
2013-06-05add new files for pixman 0.30.0. bump minor.mrg
2013-06-05updates for freetype 2.4.12. stop installing internal headers.mrg
2013-06-05install vmware(4) againmrg
2013-06-05find new manuals in their new location.mrg