| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-01 | Enable "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-01 | Add 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-25 | Update 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-24 | Rename NetBSD/hp700 to NetBSD/hppa. | skrll | |
| Unfortunately our VCS isn't very helpful here. | |||
| 2014-01-30 | Turn off attribute warning errors for clang in | riz | |
| pixman-mmx.c (__artificial__). | |||
| 2014-01-27 | Use ${TOOL_GZIP} instead of just gzip in all Makefiles | apb | |
| 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-22 | Add missing libraries for static linking | christos | |
| 2014-01-16 | eliminate use of bsd.sys.mk from Makefiles | christos | |
| 2014-01-10 | don't include bsd.sys.mk | christos | |
| 2014-01-10 | ACTIVE_CC can only be used after include of bsd.own.mk | martin | |
| 2014-01-03 | fix sun2 build. libfreetype requires -lbz2 -lz | christos | |
| 2013-12-21 | Re-enable arm-simd now that SPRSR restoration has been fixed. | skrll | |
| 2013-12-16 | changed lua_Number and lua_Integer to intmax_t in lua(4) | lneto | |
| * | |||
| 2013-12-02 | fixed lua(4) build (added _KERNEL guard into lstrlib.c to avoid double usage) | lneto | |
| 2013-12-02 | merged luaconf.h of kernel and userspace Lua | lneto | |
| 2013-12-02 | put Lua auxlib and some stdlibs in lua(4) | lneto | |
| 2013-11-27 | Add (hopefully temporary) kludge to define PCI_MAGIC_IO_RANGE on shark and | macallan | |
| 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-06 | build EXA support, tested on macppc | macallan | |
| 2013-10-18 | Before testing the value of HAVE_GCC, test if it's defined. | riz | |
| 2013-10-16 | Add missing i810_dri.c file to SRCS. | martin | |
| PR xsrc/48315. | |||
| 2013-09-29 | need -lxcb | christos | |
| 2013-09-12 | Handle dependency on libstdc++ / libc++ in bsd.lib.mk. | joerg | |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg | |
| vs big PIC mode. Retire -DPIC and -DBIGPIC. | |||
| 2013-09-12 | Fix MKPAM=no build. | dholland | |
| 2013-09-11 | Needs libm. | joerg | |
| 2013-09-07 | Disable USE_ARM_SIMD for now. It crashes Xorg. | skrll | |
| 2013-07-19 | Replace mrg's clean cpp+cpp_arg interface with xrdb version 420347005c | prlw1 | |
| to minimise upstream differences. OK wiz@ | |||
| 2013-06-27 | Remove clang workaround, problem was fixed using upstream commit. | wiz | |
| 2013-06-25 | Add -Wno-error=tautological-constant-out-of-range-compare for clang, to avoid | wiz | |
| ../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-25 | add cg14_render.c | macallan | |
| 2013-06-19 | build acceleration support | macallan | |
| 2013-06-17 | Remove previous; this is built in ../../lib/libXdmGreet as pointed out by | christos | |
| mrg. | |||
| 2013-06-16 | In the PIC case, build libXdmGreet; perhaps we should always build and | christos | |
| link against it, even in the static case? | |||
| 2013-06-14 | define HAVE_XAA_H. fixes problems seen since the update to 2.1.20. | mrg | |
| 2013-06-13 | We need to say we have getloadavg(3) otherwise it wants to open /dev/kmem | christos | |
| and it does not work since we don't install setgid kmem. | |||
| 2013-06-12 | rename (new) xorg_drivers to xorg_server -- platforms that build the | mrg | |
| 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-10 | revert part of the previous; it ends up putting this Makefile into | mrg | |
| freetype-config due to the use of ${.ALLSRC}. | |||
| 2013-06-10 | check (new) MKXORG_DRIVERS to see if we should build drivers. | mrg | |
| 2013-06-08 | revert 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-07 | Fix a few library substitutions | martin | |
| 2013-06-07 | fix the sed to find all patterns. from nonaka@. | mrg | |
| 2013-06-06 | fix vax build issues - GCC 4.1 warns about always true comparisons | mrg | |
| more than GCC 4.5 does. | |||
| 2013-06-06 | don't build greeter lib with GREET_LIB. it triggers some | mrg | |
| 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-06 | updates for libXvMC 1.0.7. | mrg | |
| 2013-06-05 | remove hard coded version string now that fontconfig uses the | mrg | |
| default match the normal code handles. | |||
| 2013-06-05 | handle changed freetype-config generation; also move the hardcoded | mrg | |
| version into a generator. | |||
| 2013-06-05 | add new files for pixman 0.30.0. bump minor. | mrg | |
| 2013-06-05 | updates for freetype 2.4.12. stop installing internal headers. | mrg | |
| 2013-06-05 | install vmware(4) again | mrg | |
| 2013-06-05 | find new manuals in their new location. | mrg | |
