|
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
|
| #
1.69 |
|
11-Jul-2024 |
riastradh |
distrib/sets/lists: Add a blank comment line between RCS id and body.
This serves as a buffer between RCS id changes and other changes to the set lists, in an attempt to reduce the pain of merge conflicts around mass set list changes.
No functional change intended.
|
| #
1.68 |
|
04-Jul-2024 |
mrg |
bump the libdrm shlib versions.
|
|
Revision tags: perseant-exfatfs-base-20240630
|
| #
1.67 |
|
22-Jun-2024 |
mrg |
also enable xf86-video-trident for xorg-server 21 builds, it builds fine.
|
| #
1.66 |
|
22-Jun-2024 |
mrg |
xf86-video-ark builds with xorg-server 21.
enable it where it was diabled: x86, alpha, cats.
|
|
Revision tags: perseant-exfatfs-base
|
| #
1.65 |
|
26-Jan-2024 |
tsutsui |
branches: 1.65.2; Put back xorg_server_ver=110 specific files lost in 21.1.3 updates.
Also fix syspkg names and reorder entries for readabilities. Fixes "fail to load libfb.so" errors in case of HAVE_XORG_SERVER_VER=110. (Note these ports have been switched to HAVE_XORG_SERVER_VER=120)
Ok'ed by mrg@ on tech-x11@: https://mail-index.netbsd.org/tech-x11/2024/01/24/msg002434.html
|
| #
1.64 |
|
04-Sep-2023 |
riastradh |
lists: Remove more bogus shlib obsolete entries.
Too much trouble to have to remember about libuv.so, libgmp.so, &c. Just apply the rule uniformly.
All that's left is test libraries and loadable modules.
Searched with:
git grep 'lib.*\.so\.[0-9][0-9]*.*obsolete' distrib/sets/lists \ | grep -v '/modules/' \ | grep -v '/locale/lib/' \ | grep -v '/lib/npf/' \ | grep -v '/lib/librump' \ | grep -v '/lib/netbsd/libclang_rt' \ | grep -v '/runemodule/'
|
| #
1.63 |
|
19-Jun-2023 |
mrg |
updates for xf86-video-ati 22.0.0.
|
| #
1.62 |
|
26-Feb-2023 |
mrg |
bump amdgpu_drv version, obsolete old one.
|
|
Revision tags: netbsd-10-base
|
| #
1.61 |
|
15-Jul-2022 |
mrg |
branches: 1.61.2; properly mark glint_drv has obsolete.
|
| #
1.60 |
|
15-Jul-2022 |
mrg |
updates for xorg-server 21.1.3.
|
| #
1.59 |
|
14-Jul-2022 |
mrg |
fix sets after making cvt(1) for everyone
remove duplicate entries for Xorg and gtf
|
| #
1.58 |
|
12-Jul-2022 |
mrg |
bump the krb_drv.so version (oops forgot to commit this yesterday.)
should fix most of the 46 builds broken currently..
|
| #
1.57 |
|
12-Jul-2022 |
mrg |
updates for the merged cirrus driver (apline/laguna sub-drivers are gone.)
|
| #
1.56 |
|
11-Jul-2022 |
mrg |
updates for libdrm 2.4.112.
|
| #
1.55 |
|
25-Feb-2022 |
mrg |
fix ati_drv version after switching to newer sources for everyone.
|
| #
1.54 |
|
23-Aug-2021 |
mrg |
amdgpu_drv.so got bumped.
|
|
Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
|
| #
1.53 |
|
27-Apr-2021 |
mrg |
bump libdrm and libdrm_amdgpu shlib minor for new symbols.
|
|
Revision tags: thorpej-futex-base
|
| #
1.52 |
|
27-Aug-2020 |
riastradh |
Sort and deduplicate set lists.
|
|
Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406
|
| #
1.51 |
|
31-Jan-2020 |
jmcneill |
Build radeonsi driver.
|
|
Revision tags: phil-wifi-20191119
|
| #
1.50 |
|
03-Nov-2019 |
uki |
Give syspkg names to xdebug files without some machine dependent files
|
|
Revision tags: netbsd-9-4-RELEASE netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base
|
| #
1.49 |
|
13-Jun-2019 |
christos |
Consistency in keyword order and contents: debug*,xorg -> xorg,debug* xorg,debug*,*,obsolete -> xorg,obsolete,*
|
| #
1.48 |
|
10-Jun-2019 |
mrg |
mark several things that are only built with MKLLVMRT=yes with 'llvmrt'.
from kre.
|
|
Revision tags: phil-wifi-20190609
|
| #
1.47 |
|
01-Jun-2019 |
mrg |
radeon_drv major was bumped.
|
| #
1.46 |
|
16-Apr-2019 |
mrg |
enable EGL and glamor. partly from maya@.
for x86 and evbarm: - install headers and libEGL - install xorg-server glamoregl component - link xorg drivers against gbm/egl
bonus fix: - fix some wrongly marked compatx11file files
build tested on shark, sgimips, evbarm64-el, amd64 and i386. run tested on radeon, intel and nvidia on amd64, including 'modesetting' driver on amd64. however, my systems disable it due to llvmpipe so i'm not sure what is happening.
|
| #
1.45 |
|
11-Mar-2019 |
kamil |
Register ./usr/X11R7/lib/libvdpau_g.a in md.amd64 sets
This unbreaks the build.
|
| #
1.44 |
|
10-Mar-2019 |
mrg |
- build and install libvdpau and x86 and evbarm. - add khrplatform.h for mesa_ver=18 platforms.
need to enable libvdpau.pc generation (needs special rules)
this mostly comes from maya in the first one, and a small part of the second:
commit 48eb746983a5a7967fba221e7b167808af36f44a Author: Maya Rashish <maya@NetBSD.org> Date: Sun Feb 24 09:31:22 2019 +0200
More of vdpau. Cogs spin.
commit d9fbba8f61a43648d32f160c5fa62626788566ff Author: Maya Rashish <maya@NetBSD.org> Date: Sat Feb 23 22:36:37 2019 +0200
Adjust for MesaLib 18.
Build llvmpipe driver on x86 (the driver itself is x86-only). build llvm on all x86, even on GCC builds. galahad driver removed (upstream). Don't build mesa 7 at all.
|
| #
1.43 |
|
08-Mar-2019 |
mrg |
bump amdgpu_drv.so major.
|
|
Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118
|
| #
1.42 |
|
10-Jan-2019 |
uwe |
Hook vboxvideo driver into the build.
|
| #
1.41 |
|
31-Dec-2018 |
mrg |
update for xorg-server 1.20.3: - add new files - re-mark them as 120 not 118
|
| #
1.40 |
|
30-Dec-2018 |
mrg |
it is now called mga_drv.so.2.
|
|
Revision tags: pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315
|
| #
1.39 |
|
12-Mar-2018 |
mrg |
branches: 1.39.2; update for new amdgpu and radeon driver versions.
|
|
Revision tags: netbsd-8-3-RELEASE netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 netbsd-8-0-RELEASE netbsd-8-0-RC2 netbsd-8-0-RC1 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
|
| #
1.38 |
|
15-Dec-2016 |
kre |
branches: 1.38.12;
More sets list sorting (maybe this time they're really all done)
|
|
Revision tags: pgoyette-localcount-20161104
|
| #
1.37 |
|
26-Sep-2016 |
mrg |
build the modesetting driver on x86. build the modesetting driver for xorg-server 1.18.4. it has moved into the xorg-server tree itself, and changed significantly.
|
| #
1.36 |
|
24-Sep-2016 |
mrg |
mark all the xorg-server 1.10 specific files as obsolete for xorg-server 1.18.
being to adapt not ready or not switched ports more to 1.18.
|
|
Revision tags: localcount-20160914
|
| #
1.35 |
|
22-Aug-2016 |
mlelstv |
align with xserver lists
|
| #
1.34 |
|
20-Aug-2016 |
mrg |
reenable chips driver everywhere now it builds with xorg-server 1.18
|
| #
1.33 |
|
20-Aug-2016 |
mrg |
reenable the cirrus, i128, i740, neomagic and tseng drivers now they build with xorg-server 1.18.
|
| #
1.32 |
|
20-Aug-2016 |
mrg |
re-enable ast driver for xorg-server 1.18 and x86 as 1.1.5 builds.
|
| #
1.31 |
|
20-Aug-2016 |
mrg |
now they build, reenable mach64, mga, s3, s3virge and tdfx drivers on x86 when built with xorg-server 1.18
|
| #
1.30 |
|
19-Aug-2016 |
mrg |
remove all the X11R6 (old xfree86) entries.
a technically more correct solution would be to mark all but the shared libraries obsolete, but with approximately 10000 entries it would significantly slowdown postinstall obsolete checking and as an end-user, i'm not sure i'd want it anyway.
this also makes it much easier to automate X11R7 changes ;-)
|
| #
1.29 |
|
19-Aug-2016 |
mrg |
mark libxaa, librecord, libextmod, and libdbe as obsolete for xorg-server 1.10
|
| #
1.28 |
|
19-Aug-2016 |
htodd |
Fix debug build.
|
| #
1.27 |
|
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.26 |
|
17-Aug-2016 |
mrg |
updates for libdrm 2.4.70. build libdrm_amdgpu on x86.
|
|
Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
|
| #
1.25 |
|
27-Jan-2016 |
wiz |
branches: 1.25.2; Mark /usr/X11R7/lib/modules/libi2c_g.a as obsolete as well.
Already marked that way for other platforms, and other versions of this file for this platform too.
|
| #
1.24 |
|
26-Jan-2016 |
christos |
adjust to the Makefile fixes.
|
| #
1.23 |
|
30-Oct-2015 |
christos |
add nouveau, sort
|
| #
1.22 |
|
13-Oct-2015 |
mrg |
build libdrm_nouveau and xf86-video-nouveau on x86.
crashes early when starting so far.
|
| #
1.21 |
|
29-Jul-2015 |
christos |
fix debug sets after latest x changes.
|
| #
1.20 |
|
22-Jul-2015 |
mrg |
delete obsolete vga and radeonhd drivers.
|
| #
1.19 |
|
20-Jul-2015 |
mrg |
actually bump libdrm_intel.
|
| #
1.18 |
|
20-Jul-2015 |
mrg |
updates for libdrm 2.4.62 and xf86-video-ast 1.0.1.
|
| #
1.17 |
|
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.16 |
|
27-Jun-2015 |
matt |
Add MKCOMPATX11 knob for making X11 compat libraries.
|
| #
1.15 |
|
24-Jun-2015 |
matt |
Support building the xorg X11 libraries under MKCOMPAT. Add XORG_MACHINE_ARCH to compat's bsd.*.mk Turn xorg makekeys and makestrs into real host tools which are installed into ${TOOLSDIR}
|
| #
1.14 |
|
29-May-2015 |
htodd |
Fix debug build - something isn't right in the radeon build.
|
| #
1.13 |
|
28-May-2015 |
rjs |
Build both xf86-video-radeon drivers for amd64 and i386, just build the old one for other ports.
|
| #
1.12 |
|
21-May-2015 |
htodd |
Fix debug build lists.
|
| #
1.11 |
|
01-Mar-2015 |
mrg |
add build framework to choose between xf86-video-ati 6.x (UMS/KMS) and 7.x (KMS only), and switch x86 to the latest (KMS only) version.
(if someone can make x86 install both radeon_drv.so.[67] and leave the default symlink to .7, that would be nice. renaming it so that it's easier to choose via xorg.conf is a little more tricky..)
|
| #
1.10 |
|
05-Jan-2015 |
mrg |
sets.subr: support machine=<xxx>, machine_arch=<xxx>, machine_cpu=<xxx> tags.
dri7: build Mesa 7 r300_dri.so for x86 platforms.
|
| #
1.9 |
|
26-Dec-2014 |
christos |
move mi debug files into shl.mi
|
| #
1.8 |
|
23-Dec-2014 |
christos |
- mesa_dri_drivers.so.0.debug is not obsolete for amd64 - kms_swrast_dri.so.0.debug was missing
|
| #
1.7 |
|
18-Dec-2014 |
mrg |
update sets and reachover makefiles for mesa 10.3.5.
|
|
Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base tls-maxphys-base
|
| #
1.6 |
|
03-Apr-2014 |
riastradh |
branches: 1.6.4; Update reachover makefiles and set lists for xf86-video-intel 2.21.15.
|
|
Revision tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
|
| #
1.5 |
|
05-Jun-2013 |
mrg |
updates for xf86-video-vmware 13.0.1
|
| #
1.4 |
|
05-Jun-2013 |
mrg |
bump vmmouse_drv.so
|
|
Revision tags: agc-symver-base
|
| #
1.3 |
|
08-Feb-2013 |
christos |
branches: 1.3.4; add obsolete entries for yesterday's changes, sort
|
| #
1.2 |
|
08-Feb-2013 |
christos |
- fix the debug sets which were broken because of _LIB_PREFIX lossage. - add missing tpm files.
|
|
Revision tags: yamt-pagecache-base8
|
| #
1.1 |
|
16-Jan-2013 |
christos |
branches: 1.1.2; - add xdebug set - document debug better - fix previous debug fallout.
|