| History log of /src/external/mit/xorg/server/xorg-server/Makefile.serverlib |
| Revision | | Date | Author | Comments |
| 1.17 |
| 28-Oct-2022 |
wiz | put reallocarray() in the public namespace
reallocarray() will be part of the next POSIX release, see https://austingroupbugs.net/view.php?id=1218
adapt an errno value to match POSIX expectations
As discussed on tech-userlevel
|
| 1.16 |
| 15-Jul-2022 |
mrg | various updates to build with xorg-server 21.1.3.
- the s3, tga, and trident drivers use old functionality and are disabled - dixmods/fb is removed, main fb has all these now (we retain our revert of an upstream change here.) - adjust source lists as necessary - remove vbe module, now part of int10 - use -lxcvt - misc clean up - ramdac loses IBM, BT and TI support (this is one of the problems for the disabled drivers, but also some structures in RamDac.h are gone entirely, not copied anywhere.) - old apm code is gone, all bsd uses pm_noop. now
this probably require a clean build in at least xorg-server and the drivers, and perhaps the DESTDIR as well. will update src/UPDATING with details when they are fully known.
|
| 1.15 |
| 16-Nov-2021 |
nia | xorg: sprinkle a little bit of USE_FORT around
|
| 1.14 |
| 01-Nov-2021 |
nia | mk: Add support for conditional compilation of parts of the tree with partial RELRO when MKRELRO=full is set.
Currently the X server needs to be compiled with only partial RELRO due to the way certain (but not all - it seems wsfb works with full RELRO) graphics driver modules are loaded.
|
| 1.13 |
| 12-Apr-2021 |
mrg | use -fcommon where necessary.
|
| 1.12 |
| 19-Aug-2016 |
mrg | - introduce HAVE_XORG_GLAMOR which is set to yes on xorg-server 1.18 and x86 ports only so far. - build glamor extension. - fix debug set lists for xorg-server 1.18 - install xf86-video-amdgpu driver on xorg-server 1.8 and x86 - clean up radeon-kms Makefile and enable glamor xorg-server 1.8 - clean up various obsolete makefile parts
|
| 1.11 |
| 15-Aug-2016 |
mrg | don't define HAVE_XORG_CONFIG_H or _HAVE_DIX_CONFIG_H here.
|
| 1.10 |
| 14-Aug-2016 |
mrg | various updates: - port pkgsrc libxshmfence patches - Xextbuiltin/module is no longer a thing, make it normal - always need xorg-config.h/xorg-server.h for server components now - add present, damage, render, Xi, dri, pixman, extension where needed - fix various CPPFLAGS issues - deal with moved sdksyms.sh
|
| 1.9 |
| 25-Jan-2016 |
christos | Include <bsd.own.mk> before setting any MK variables, so that /etc/mk.conf is processed first, and it's settings don't override ours.
|
| 1.8 |
| 18-Jul-2015 |
mrg | no longer build a bunch of xorg-server twice (for .a and _pic.a). entirely obsolete installing libi2c since it's builtin.
libfb, libdri and libdri2 all want to be both .a for the Xorg link and .so for the run-time, i didn't really look too closely.
remove a bunch of duplicated set list entries.
i built a bunch of platforms for this, and i think i got the sets lists updates correct, including for debug sets, but it's probable that i broke something.
XXX: pullup to netbsd-7, but not critical
|
| 1.7 |
| 17-Jul-2015 |
mrg | don't hard code FD_SETSIZE now that the code is fine.
|
| 1.6 |
| 17-Jul-2015 |
mrg | define FD_SETSIZE=512, to match the new XFD_SETSIZE. something ends up including <sys/select.h> before Xpoll.h, and the wrong FD_SETSIZE is used in our fd_set macros, leading to fail.
XXX: ugh. fix me properly.
|
| 1.5 |
| 08-Dec-2014 |
mrg | enable __GLX_ALIGN64 on sparc*. probably more need it.
fixes crashes seen when using newer Mesa libGL.so.
|
| 1.4 |
| 24-Aug-2008 |
rtr | branches: 1.4.2; 1.4.6; 1.4.42; make obsolete MKX11LOADABLE define XORG_VERSION_CURRENT here instead of ~everywhere else remove mips specific knob to enable ELF modules we use them everywhere now
|
| 1.3 |
| 15-Aug-2008 |
rtr | stop using XSERVERINCDIR since it was referencing src/x11 reachover this is not correct for xorg reachover
|
| 1.2 |
| 15-Aug-2008 |
rtr | remove special case NOPIC for mips
|
| 1.1 |
| 02-Aug-2008 |
mrg | start of build-glue support for xorg-server bits. building so far: doc include dix fb mi miext randr render
again based on the work rtr made for xorg support, and of course this is very much based on the work lukem did originally for src/x11, as is all the stuff in src/external/mit/xorg.
hi luke! :)
|
| 1.4.42.1 |
| 02-Jan-2015 |
martin | Pull up following revision(s) (requested by mrg in ticket #368): external/mit/xorg/server/xorg-server/Makefile.serverlib: revision 1.5 enable __GLX_ALIGN64 on sparc*. probably more need it. fixes crashes seen when using newer Mesa libGL.so.
|
| 1.4.6.2 |
| 19-Oct-2008 |
haad | Sync with HEAD.
|
| 1.4.6.1 |
| 24-Aug-2008 |
haad | file Makefile.serverlib was added on branch haad-dm on 2008-10-19 22:41:17 +0000
|
| 1.4.2.2 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.4.2.1 |
| 24-Aug-2008 |
wrstuden | file Makefile.serverlib was added on branch wrstuden-revivesa on 2008-09-18 05:18:43 +0000
|