Module Name:    src
Committed By:   mrg
Date:           Sun Jul 11 01:13:27 UTC 2021

Modified Files:
        src/external/mit/xorg/lib: Makefile mesa-which.mk
Removed Files:
        src/external/mit/xorg/lib/dri7: Makefile dri.mk libglsl7.mk libmesa7.mk
        src/external/mit/xorg/lib/dri7/libmesa: Makefile
        src/external/mit/xorg/lib/dri7/r300: Makefile

Log Message:
remove dead mesa7 support.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/external/mit/xorg/lib/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/lib/mesa-which.mk
cvs rdiff -u -r1.1 -r0 src/external/mit/xorg/lib/dri7/Makefile \
    src/external/mit/xorg/lib/dri7/dri.mk \
    src/external/mit/xorg/lib/dri7/libmesa7.mk
cvs rdiff -u -r1.2 -r0 src/external/mit/xorg/lib/dri7/libglsl7.mk
cvs rdiff -u -r1.1 -r0 src/external/mit/xorg/lib/dri7/libmesa/Makefile
cvs rdiff -u -r1.1 -r0 src/external/mit/xorg/lib/dri7/r300/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/lib/Makefile
diff -u src/external/mit/xorg/lib/Makefile:1.54 src/external/mit/xorg/lib/Makefile:1.55
--- src/external/mit/xorg/lib/Makefile:1.54	Wed Oct 28 08:10:10 2020
+++ src/external/mit/xorg/lib/Makefile	Sun Jul 11 01:13:26 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.54 2020/10/28 08:10:10 nia Exp $
+#	$NetBSD: Makefile,v 1.55 2021/07/11 01:13:26 mrg Exp $
 
 # build libraries for xorg
 
@@ -23,7 +23,7 @@ SUBDIR+=libxcb \
 	libX11 \
 	.WAIT
 .if !defined(MLIBDIR)
-SUBDIR+=${EXTRA_DRI_DIRS} dri${OLD_PREFIX} gallium${OLD_PREFIX}
+SUBDIR+=dri${OLD_PREFIX} gallium${OLD_PREFIX}
 .endif
 SUBDIR+=fontconfig libSM \
 	.WAIT \

Index: src/external/mit/xorg/lib/mesa-which.mk
diff -u src/external/mit/xorg/lib/mesa-which.mk:1.1 src/external/mit/xorg/lib/mesa-which.mk:1.2
--- src/external/mit/xorg/lib/mesa-which.mk:1.1	Sun Mar 10 02:29:52 2019
+++ src/external/mit/xorg/lib/mesa-which.mk	Sun Jul 11 01:13:26 2021
@@ -1,7 +1,6 @@
-#	$NetBSD: mesa-which.mk,v 1.1 2019/03/10 02:29:52 mrg Exp $
+#	$NetBSD: mesa-which.mk,v 1.2 2021/07/11 01:13:26 mrg Exp $
 
 OLD_PREFIX=
 .if ${EXTERNAL_MESALIB_DIR} == "MesaLib.old"
 OLD_PREFIX=.old
-EXTRA_DRI_DIRS=dri7
 .endif

Reply via email to