Home | History | Annotate | Download | only in lib
History log of /src/external/mit/xorg/lib/Makefile
RevisionDateAuthorComments
 1.62  19-Sep-2025  mrg fix the .WAIT list. libGL depends upon libXxf86vm.
 1.61  13-May-2025  nia x11: Separate concepts of having EGL and having glamor/DRMKMS

EGL is becoming an increasingly popular API and it makes sense to
offer it as standard - the package builds suffer otherwise.
It seems to work fine on sparc64 and other ports that don't use
DRMKMS.
 1.60  04-Jul-2024  mrg libpthread-stubs is now a pkg-config.pc only package.

mark the old library obsolete (it only had pthread_condattr_init
which is in libpthread.) as a static-only library, not an issue
for binary compatibility.
 1.59  09-May-2024  nia branches: 1.59.2;
unhook libXxf86misc from the build and mark obsolete

library has no users in src or pkgsrc, it's primarily useful for
managing input devices on mid-2000s xfree86 servers
 1.58  15-Jul-2023  rjs Fixup more references to "old" components.

ok mrg@.
 1.57  14-Jul-2022  mrg build and install libxcvt, and it's cvt(1).
 1.56  11-Jul-2021  mrg xorg/lib stuff to enable mesa.old, prepare for new mesa

- rename OLD_PREFIX to OLD_SUFFIX, since it is
- include mesa-which.mk and use ${OLD_SUFFIX} in several places
- remove mesa < 18 support
 1.55  11-Jul-2021  mrg remove dead mesa7 support.
 1.54  28-Oct-2020  nia xorg: retire XTrap library and sample clients

the DEC-XTRAP extension is deprecated since 1994, so modern X servers do
not support it

the library was removed from pkgsrc last year and is not required by
anything not-sample-client related in src

if you try to query the protocol on netbsd, you get the following:

$ xtrapproto
Display: :0.0
Warning: Can't load DEC-XTRAP extension
xtrapproto: could not initialize extension
 1.53  27-Oct-2020  nia xorg: obsolete libXevie

this is a library for an X server extension that the modern Xorg server
does not have.

it no longer has any users in src or pkgsrc.
 1.52  25-Oct-2020  nia Unhook libglut (MesaGLUT) from the build.

The GL Utility Library was formerly a core part of most OpenGL
distributions.

Originally, this version of libglut was developed as part of Mesa (the
primary OpenGL implementation used in NetBSD) before it was mostly abandoned
and work moved to the freeglut fork. It provides a platform-neutral way of
creating OpenGL contexts, something that many other libraries can also do
today (e.g. SDL, glfw).

All users in pkgsrc have been switched to the freeglut fork and there are no
remaining users of this library in src. If having a GLUT implementation in
base turns out to be particularly useful outside of compatibility with
previous NetBSD versions, we can import freeglut (which, AFAIK, is also
ABI compatible with MesaGLUT).
 1.51  19-Jan-2020  jmcneill Build radeon and nouveau drivers on evbarm.
 1.50  31-May-2019  maya shuffle the build order: we need libX11 before gallium because we link
libX11-xcb in gallium.

Fixes recently introduced build failure.
 1.49  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.48  19-Mar-2019  mrg libvdpau depends upon libXext and libX11, so make sure they're built first.

fixes x86 and evbarm builds.
 1.47  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.46  10-Mar-2019  mrg move mesa10 build into .old scheme:

- add ${X11SRCDIR.MesaLib.old} and introduce ${X11SRCDIR.Mesa} as an
alias for either the former or the non old. this allows many of
the makefiles to simply use ${X11SRCDIR.Mesa} (but does not really
enable much sharing of makefiles, but reduces their diffs.)

- use mesa-which.mk to define ${OLD_PREFIX} to either "" or ".old",
and to know if to build 'dri7' (.old only.) ${OLD_PREFIX} is used
by other code (eg, LIBDPLIBS) to pick the right subdir.
 1.45  08-Mar-2019  mrg remove damaging comment.
 1.44  08-Mar-2019  mrg - install fontconfig 2.13.1 files and new fc-conflist
- move libuuid_ul stuff into its srcs.mk and link directly into libfontconfig.
- update reachover
- update man page list
 1.43  07-Mar-2019  mrg build libutil_ul and link it into fontconfig. this should not change
the output as no functions will be consumed by fontconfig yet, but
will be used in an update shortly.
 1.42  11-Mar-2018  mrg branches: 1.42.2;
build and install libXfont2.
 1.41  11-Mar-2018  mrg stop building libXfontcache as it is obsolete for a decade.
 1.40  18-Aug-2016  mrg branches: 1.40.12;
build and install libepoxy
 1.39  17-Aug-2016  mrg updates for libdrm 2.4.70. build libdrm_amdgpu on x86.
 1.38  16-Aug-2016  mrg build libxshmfence.
 1.37  24-Oct-2015  jmcneill Build libdrm_nouveau on evbarm
 1.36  13-Oct-2015  mrg build libdrm_nouveau and xf86-video-nouveau on x86.

crashes early when starting so far.
 1.35  23-Jul-2015  mrg build libXpresent.
 1.34  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.33  23-Feb-2015  jmcneill Build and install Mesa GBM buffer management library (libgbm).
 1.32  07-Jan-2015  joerg Reorganise the way xorg is build. Move build of makestrs into src/tools
as it is needed for the "includes" phase. Make it symlink all necessary
headers in obj to decouple it from "includes" itself, breaking the
dependency cycle. Move the do-x11 target between do-lib and do-build, so
that libraries can get the benefit of build_install (correct .WAIT
behavior) and everything else like "includes" uses the plain SUBDIR
entry in external/mit.
 1.31  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.30  18-Dec-2014  mrg update sets and reachover makefiles for mesa 10.3.5.
 1.29  13-Jul-2014  martin branches: 1.29.2;
whitespace cleanup
 1.28  17-Mar-2014  mrg branches: 1.28.2;
merge libxcb 1.10 and libpthread-stubs build.
update the libxcb generated files.
 1.27  05-Jun-2013  mrg libXdmGreet depends upon a bunch of libs; move it.
 1.26  04-Jun-2013  mrg build libXdmGreet.
 1.25  29-Feb-2012  tron branches: 1.25.2;
Move "libexpat" from X11 into base which fixes PR lib/40346.
This change was approved by the Core Group.
 1.24  23-Feb-2011  mrg branches: 1.24.4; 1.24.6;
move libxcb earlier than libX11, which now wants to link against it.
 1.23  20-Jan-2011  jmcneill build and install libchromeXvMCPro from xf86-video-openchrome
 1.22  19-Jan-2011  jmcneill branches: 1.22.2;
descend into libXvMCW
 1.21  18-Jan-2011  jmcneill Enable XvMC support for Intel graphics chips
 1.20  18-Jul-2010  mrg build and install libxcb and xcb-util libraries.
 1.19  03-Jun-2010  veego * Add missing .WAIT before libdrm_intel since it now depends on libdrm
* Move libchromeXvMC further down since it depends on some other libraries
 1.18  28-May-2010  mrg build libchromeXvMC on x86.
 1.17  22-May-2010  mrg build libdrm_radeon.
 1.16  18-Jun-2009  mrg build pciaccess everywhere for now
 1.15  11-Jun-2009  mrg build libpciaccess on x86.
exchange xkeyboard-config for xkbdata.
 1.14  09-Jun-2009  mrg updates for libdrm 2.4.11. install libdrm_intel on x86.

XXX: need to install libdrm_intel.pc yet.
 1.13  09-Jun-2009  mrg build updates for libdrm 2.4.11 and xf86-video-intel 2.7.1.

thanks to snj@ for most of this.
 1.12  20-Apr-2009  mrg delete lbxutil and lbxproxy.
 1.11  20-Apr-2009  mrg part two of excising Xprint support from native xorg:

- delete libXp, libXprintAppUtil and libXprinUtil
- delete printproto
- delete xphelloworld, xplsprinters, xprehashprinterlist,
xpsimplehelloworld and xpxthelloworld


i'll be removing the sources shortly.
 1.10  19-Apr-2009  mrg in preparation for removing Xprint:
- retire libXaw8
- remote Xprint support from xmore
- bump libXaw7 to major 10 so that "libXaw.so" gets a new SONAME, and
make it the "libXaw" used.


XXX: this probably should be pulled up to netbsd-5, which is why i have
XXX: separated it out from the general Xprint removal
 1.9  15-Feb-2009  mrg from yorick hardy:
- build mesa_dri.so, saving ~1.8MB per module (yay, the size of the
xsetrver set goes down massively now)
- use the right includes so that dri * mesa use the same headers
- correct LIBDPLIBS for libdri

tested by jmcneill, and builds fine for me.
 1.8  12-Dec-2008  hubertf branches: 1.8.2;
Move the build of libXi back to a point where libXext is definitely
built (i.e. behind the next .WAIT).

Suggested by veego@, tested successfully on the netbsd-5 branch on Solaris 10/x86
 1.7  11-Nov-2008  cube Build libglut along with the rest of X.Org.
 1.6  06-Nov-2008  veego Add missing LIBDPLIBS, found by using 'LDFLAGS += -Wl,-z,defs' and sort
src/external/mit/xorg/lib/Makefile to match the new order.
 1.5  01-Nov-2008  cube Move libXft down in the hierarchy, because it depends on libXrandr.
 1.4  21-Sep-2008  cube branches: 1.4.4; 1.4.6;
Activate build under dri.
 1.3  20-Sep-2008  cube Enable build of libOSMesa.
 1.2  02-Aug-2008  mrg branches: 1.2.2;
add pixman
 1.1  29-Jul-2008  mrg branches: 1.1.1;
Initial revision
 1.1.1.1  29-Jul-2008  mrg initial import of the crossbuild framework for modular Xorg. this
is heavily based upon the work rtr@ did on src/x11, but hacked to
work for modern modular Xorg source split.

the sources will live in xsrc/external/mit/<package>/dist.

documentation on using this will come when the above directories
are fully populated. there are 192 of them so it may take some time
before that is completed.
 1.2.2.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.2.2.1  02-Aug-2008  wrstuden file Makefile was added on branch wrstuden-revivesa on 2008-09-18 05:18:34 +0000
 1.4.6.6  17-Sep-2009  snj Apply patch (requested by mrg in ticket #958):
Sync X.Org reachover build framework and setlists with the new X.Org.
 1.4.6.5  25-Feb-2009  snj branches: 1.4.6.5.4;
Pull up following revision(s) (requested by mrg in ticket #470):
distrib/sets/lists/xserver/md.amd64: revision 1.46
distrib/sets/lists/xserver/md.i386: revision 1.61
distrib/sets/lists/xserver/md.macppc: revision 1.45
distrib/sets/lists/xserver/md.sparc64: revision 1.31
external/mit/xorg/lib/Makefile: revision 1.9
external/mit/xorg/lib/dri/dri.mk: revision 1.5
external/mit/xorg/lib/dri/libmesa/Makefile: revision 1.2
from yorick hardy:
- build mesa_dri.so, saving ~1.8MB per module (yay, the size of the
xserver set goes down massively now)
- use the right includes so that dri * mesa use the same headers
- correct LIBDPLIBS for libdri
tested by jmcneill, and builds fine for me.
 1.4.6.4  13-Dec-2008  bouyer Pull up following revision(s) (requested by hubertf in ticket #178):
external/mit/xorg/lib/Makefile: revision 1.8
Move the build of libXi back to a point where libXext is definitely
built (i.e. behind the next .WAIT).
Suggested by veego@, tested successfully on the netbsd-5 branch on Solaris 10/x86
 1.4.6.3  19-Nov-2008  snj Pull up following revision(s) (requested by cube in ticket #79):
external/mit/xorg/lib/Makefile: revision 1.7
Build libglut along with the rest of X.Org.
 1.4.6.2  07-Nov-2008  snj Pull up following revision(s) (requested by veego in ticket #22):
external/mit/xorg/lib/Makefile: revision 1.6
external/mit/xorg/lib/libOSMesa/Makefile: revision 1.3
external/mit/xorg/lib/libXScrnSaver/Makefile: revision 1.4
external/mit/xorg/lib/libXcomposite/Makefile: revision 1.4
external/mit/xorg/lib/libXevie/Makefile: revision 1.4
external/mit/xorg/lib/libXfixes/Makefile: revision 1.4
external/mit/xorg/lib/libXfont/Makefile: revision 1.4
external/mit/xorg/lib/libXft/Makefile: revision 1.5
external/mit/xorg/lib/libXinerama/Makefile: revision 1.4
external/mit/xorg/lib/libXprintAppUtil/Makefile: revision 1.3
external/mit/xorg/lib/libXprintUtil/Makefile: revision 1.3
external/mit/xorg/lib/libXres/Makefile: revision 1.7
external/mit/xorg/lib/libXvMC/Makefile: revision 1.3
external/mit/xorg/lib/libXxf86dga/Makefile: revision 1.3
external/mit/xorg/lib/libXxf86misc/Makefile: revision 1.4
external/mit/xorg/lib/libXxf86vm/Makefile: revision 1.4
external/mit/xorg/lib/liblbxutil/Makefile: revision 1.4
external/mit/xorg/lib/libxkbfile/Makefile: revision 1.3
external/mit/xorg/lib/libxkbui/Makefile: revision 1.3
external/mit/xorg/lib/libXdamage/Makefile: revision 1.3
external/mit/xorg/lib/pixman/Makefile: revision 1.7
Add missing LIBDPLIBS, found by using 'LDFLAGS += -Wl,-z,defs' and sort
src/external/mit/xorg/lib/Makefile to match the new order.
 1.4.6.1  02-Nov-2008  snj Pull up following revision(s) (requested by cube in ticket #7):
external/mit/xorg/lib/Makefile: revision 1.5
Move libXft down in the hierarchy, because it depends on libXrandr.
 1.4.6.5.4.1  21-Apr-2010  matt sync to netbsd-5
 1.4.4.2  19-Oct-2008  haad Sync with HEAD.
 1.4.4.1  21-Sep-2008  haad file Makefile was added on branch haad-dm on 2008-10-19 22:41:06 +0000
 1.8.2.1  13-May-2009  jym Sync with HEAD.

Second commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.22.2.2  05-Mar-2011  bouyer Sync with HEAD
 1.22.2.1  08-Feb-2011  bouyer Sync with HEAD
 1.24.6.1  02-Mar-2012  riz Pull up following revision(s) (requested by tron in ticket #72):
external/mit/xorg/lib/fontconfig/src/Makefile: revision 1.8
distrib/sets/lists/xbase/shl.mi: revision 1.45
distrib/sets/lists/comp/ad.mips64eb: revision 1.72
external/mit/expat/lib/Makefile: revision 1.1
external/mit/xorg/tools/fc-cache/Makefile: revision 1.6
x11/lib/fontconfig/src/Makefile: revision 1.11
distrib/sets/lists/xcomp/mi: revision 1.134
distrib/sets/lists/base/md.amd64: revision 1.159
distrib/sets/lists/base/ad.mips64eb: revision 1.85
external/mit/xorg/lib/dri/dri.mk: revision 1.11
external/mit/expat/lib/Makefile.inc: revision 1.1
external/mit/expat/Makefile.inc: revision 1.1
distrib/sets/lists/base/shl.mi: revision 1.619
distrib/sets/lists/comp/shl.mi: revision 1.212
distrib/sets/lists/man/mi: revision 1.1382
distrib/sets/lists/comp/mi: revision 1.1743
x11/lib/expat/Makefile: file removal
lib/Makefile: revision 1.182
external/mit/expat/Makefile: revision 1.1
external/mit/Makefile: revision 1.2
distrib/sets/lists/xcomp/shl.mi: revision 1.31
external/mit/xorg/bin/xmlwf/Makefile: revision 1.4
external/mit/xorg/lib/Makefile: revision 1.25
external/mit/expat/lib/libexpat/Makefile: revision 1.1
distrib/sets/lists/comp/ad.mips64el: revision 1.72
x11/lib/expat/shlib_version: file removal
external/mit/xorg/lib/expat/expat_config.h: file removal
external/mit/expat/bin/xmlwf/Makefile: revision 1.1
share/mk/bsd.prog.mk: revision 1.274
distrib/sets/lists/base/ad.mips64el: revision 1.84
x11/lib/Makefile: revision 1.11
external/mit/xorg/lib/expat/Makefile: file removal
external/mit/xorg/lib/expat/shlib_version: file removal
distrib/sets/lists/comp/md.amd64: revision 1.158
distrib/sets/lists/base/mi: revision 1.987
distrib/sets/lists/base/md.sparc64: revision 1.150
share/mk/bsd.README: revision 1.294
external/mit/expat/bin/Makefile.inc: revision 1.1
distrib/sets/lists/xbase/mi: revision 1.113
external/mit/expat/lib/libexpat/shlib_version: revision 1.1
external/mit/expat/lib/libexpat/expat_config.h: revision 1.1
distrib/sets/lists/comp/md.sparc64: revision 1.141
share/mk/bsd.hostprog.mk: revision 1.67
external/mit/expat/bin/Makefile: revision 1.1
Move &quot;libexpat&quot; from X11 into base which fixes PR lib/40346.
This change was approved by the Core Group.
 1.24.4.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.24.4.1  17-Apr-2012  yamt sync with head
 1.25.2.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.25.2.1  23-Jun-2013  tls resync from head
 1.28.2.1  10-Aug-2014  tls Rebase.
 1.29.2.3  12-Dec-2016  msaitoh Pull up following revision(s) (requested by snj in ticket #1305):
distrib/sets/lists/xbase/md.amd64: revision 1.15 via patch
distrib/sets/lists/xbase/md.i386: revision 1.29
distrib/sets/lists/xcomp/md.amd64: revision 1.43 via patch
distrib/sets/lists/xcomp/md.i386: revision 1.48 via patch
distrib/sets/lists/xcomp/mi: revision 1.175
distrib/sets/lists/xdebug/md.amd64: revision 1.22 via patch
distrib/sets/lists/xdebug/md.i386: revision 1.21 via patch
distrib/sets/lists/xserver/md.amd64: revisions 1.85-1.87
distrib/sets/lists/xserver/md.i386: revision 1.103-1.105
external/mit/xorg/lib/Makefile: revision 1.36
external/mit/xorg/lib/gallium/Makefile: revision 1.8, 1.9
external/mit/xorg/lib/libdrm/drm/Makefile: revision 1.7
external/mit/xorg/lib/libdrm_nouveau/Makefile: revision 1.1
external/mit/xorg/lib/libdrm_nouveau/shlib_version: revision 1.1
external/mit/xorg/server/drivers/Makefile: revision 1.70
external/mit/xorg/server/drivers/xf86-video-nouveau/Makefile: revisions 1.1, 1.2 via patch
share/mk/bsd.own.mk: revision 1.875 via patch
Build xf86-video-nouveau and libdrm_nouveau on x86.
 1.29.2.2  03-Mar-2015  snj branches: 1.29.2.2.4;
Pull up following revision(s) (requested by mrg in ticket #559):
distrib/sets/lists/xdebug/md.amd64: revision 1.10
distrib/sets/lists/xdebug/md.i386: revision 1.11
distrib/sets/lists/xdebug/shl.mi: revision 1.18 via patch
distrib/sets/lists/xserver/md.amd64: revision 1.75
distrib/sets/lists/xserver/md.i386: revision 1.94
distrib/sets/lists/xserver/mi: revision 1.35
distrib/sets/sets.subr: revision 1.162
external/mit/xorg/lib/Makefile: revision 1.31
external/mit/xorg/lib/dri7/Makefile: revision 1.1
external/mit/xorg/lib/dri7/dri.mk: revision 1.1
external/mit/xorg/lib/dri7/libglsl7.mk: revision 1.1
external/mit/xorg/lib/dri7/libmesa/Makefile: revision 1.1
external/mit/xorg/lib/dri7/libmesa7.mk: revision 1.1
external/mit/xorg/lib/dri7/r300/Makefile: revision 1.1
share/mk/bsd.own.mk: revision 1.841
sets.subr: support machine=<xxx>, machine_arch=<xxx>, machine_cpu=<xxx> tags.
dri7: build Mesa 7 r300_dri.so for x86 platforms.
 1.29.2.1  05-Jan-2015  martin Pull up following revision(s) (requested by mrg in ticket #381):
distrib/sets/lists/xdebug/md.amd64: revision 1.7
external/mit/xorg/lib/libGL/internal/Makefile: revision 1.2
distrib/sets/lists/xdebug/md.amd64: revision 1.8
distrib/sets/lists/xserver/md.sparc64: revision 1.55
distrib/sets/lists/xdebug/md.sparc64: revision 1.4
external/mit/xorg/lib/Makefile: revision 1.30
external/mit/xorg/lib/libglapi/Makefile: revision 1.1
distrib/sets/lists/xserver/md.macppc: revision 1.67
external/mit/xorg/lib/dri/radeon/Makefile: file removal
external/mit/xorg/lib/asm.mk: revision 1.1
external/mit/xorg/lib/dri/dri.mk: file removal
external/mit/xorg/lib/dri/mach64/Makefile: file removal
external/mit/xorg/lib/libGL/Makefile: revision 1.21
external/mit/xorg/lib/libGL/Makefile.glslsrcs: file removal
external/mit/xorg/lib/dri/Makefile: revision 1.20
external/mit/xorg/lib/driver.mk: revision 1.1
external/mit/xorg/lib/dri/r600/Makefile: file removal
external/mit/xorg/lib/dri/r128/Makefile: file removal
external/mit/xorg/lib/dri/i915/Makefile: file removal
external/mit/xorg/lib/dri/Makefile: revision 1.23
external/mit/xorg/lib/gallium/Makefile: revision 1.1
external/mit/xorg/lib/gallium/Makefile: revision 1.2
distrib/sets/lists/xcomp/mi: revision 1.154
external/mit/xorg/lib/libOSMesa/libmesa.mk: file removal
external/mit/xorg/lib/libGL/mesa-ver.mk: revision 1.2
distrib/sets/lists/xserver/mi: revision 1.34
external/mit/xorg/bin/glxgears/Makefile: revision 1.4
distrib/sets/lists/xserver/md.alpha: revision 1.38
external/mit/xorg/lib/libOSMesa/shlib_version: file removal
external/mit/xorg/lib/dri/trident/Makefile: file removal
external/mit/xorg/lib/dri/i810/Makefile: file removal
external/mit/xorg/lib/libGLw/Makefile: revision 1.4
external/mit/xorg/TODO: file removal
external/mit/xorg/lib/dri/sis/Makefile: file removal
distrib/sets/lists/xserver/md.sparc: revision 1.57
distrib/sets/lists/xserver/md.prep: revision 1.15
distrib/sets/lists/xcomp/shl.mi: revision 1.38
external/mit/xorg/lib/dri/tdfx/Makefile: file removal
external/mit/xorg/lib/dri/mga/Makefile: file removal
distrib/sets/lists/xdebug/md.macppc: revision 1.4
external/mit/xorg/lib/libOSMesa/Makefile: file removal
distrib/sets/lists/xdebug/shl.mi: revision 1.16
external/mit/xorg/lib/libGL/Makefile.mesa: file removal
distrib/sets/lists/xdebug/mi: revision 1.9
distrib/sets/lists/xdebug/md.i386: revision 1.7
external/mit/xorg/lib/dri/swrast/Makefile: file removal
distrib/sets/lists/xdebug/md.i386: revision 1.8
external/mit/xorg/lib/dri/savage/Makefile: file removal
external/mit/xorg/lib/dri/r200/Makefile: file removal
distrib/sets/lists/xetc/mi: revision 1.24
distrib/sets/lists/xbase/shl.mi: revision 1.57
distrib/sets/lists/xdebug/md.sparc: revision 1.5
external/mit/xorg/lib/dri/i965/Makefile: file removal
external/mit/xorg/lib/libloader.mk: revision 1.1
external/mit/xorg/bin/glxinfo/Makefile: revision 1.5
distrib/sets/lists/xserver/md.ofppc: revision 1.20
external/mit/xorg/lib/libmesa.mk: revision 1.1
external/mit/xorg/lib/dri/libmesa/Makefile: file removal
external/mit/xorg/lib/dri/Makefile: revision 1.19
distrib/sets/lists/xserver/md.amd64: revision 1.74
distrib/sets/lists/xserver/md.bebox: revision 1.11
distrib/sets/lists/xdebug/md.ofppc: revision 1.4
external/mit/xorg/lib/libglsl.mk: revision 1.1
external/mit/xorg/lib/dri/r300/Makefile: file removal
external/mit/xorg/lib/dri/unichrome/Makefile: file removal
external/mit/xorg/lib/dri/s3v/Makefile: file removal
distrib/sets/lists/xserver/md.i386: revision 1.93
update sets and reachover makefiles for mesa 10.3.5.
fix build problem with radeon_*.c files.
- mesa_dri_drivers.so.0.debug is not obsolete for amd64
- kms_swrast_dri.so.0.debug was missing
- Don't install absolute symlinks
- Add missing debug symlinks
- consistently install symlinks (like we do for everything else)
- add missing debug libs
 1.29.2.2.4.1  18-Jan-2017  skrll Sync with netbsd-5
 1.40.12.1  15-Mar-2018  pgoyette Synch with HEAD
 1.42.2.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.42.2.1  10-Jun-2019  christos Sync with HEAD
 1.59.2.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed