pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2026Q1] pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Apr 27 12:28:41 UTC 2026

Modified Files:
        pkgsrc/graphics/MesaLib [pkgsrc-2026Q1]: PLIST

Log Message:
Pullup ticket #7081 - requested by wiz
graphics/MesaLib: macOS build fix, PR pkg/60124

Revisions pulled up:
- graphics/MesaLib/PLIST                                        1.52-1.54

---
   Module Name: pkgsrc
   Committed By:        wiz
   Date:                Thu Mar 26 08:47:17 UTC 2026

   Modified Files:
        pkgsrc/graphics/MesaLib: Makefile PLIST

   Log Message:
   MesaLib: mechanical change to adapt PLIST for macOS

   I'm told this package shouldn't be used on macOS anyway,
   but this should fix the PLIST problem.

---
   Module Name: pkgsrc
   Committed By:        wiz
   Date:                Thu Mar 26 08:47:31 UTC 2026

   Modified Files:
        pkgsrc/graphics/MesaLib: Makefile

   Log Message:
   MesaLib: fix pkglint

---
   Module Name: pkgsrc
   Committed By:        wiz
   Date:                Mon Apr  6 10:47:10 UTC 2026

   Modified Files:
        pkgsrc/graphics/MesaLib: Makefile PLIST

   Log Message:
   MesaLib: put three files back to PLIST.glx like before

   In the hope it fixes the macOS build

---
   Module Name: pkgsrc
   Committed By:        wiz
   Date:                Tue Apr  7 11:33:07 UTC 2026

   Modified Files:
        pkgsrc/graphics/MesaLib: PLIST

   Log Message:
   MesaLib: fix previous

   wrong line was changed, sorry


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.51.2.1 pkgsrc/graphics/MesaLib/PLIST

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

Modified files:

Index: pkgsrc/graphics/MesaLib/PLIST
diff -u pkgsrc/graphics/MesaLib/PLIST:1.51 pkgsrc/graphics/MesaLib/PLIST:1.51.2.1
--- pkgsrc/graphics/MesaLib/PLIST:1.51  Sun Mar  1 12:27:03 2026
+++ pkgsrc/graphics/MesaLib/PLIST       Mon Apr 27 12:28:40 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.51 2026/03/01 12:27:03 js Exp $
+@comment $NetBSD: PLIST,v 1.51.2.1 2026/04/27 12:28:40 bsiegert Exp $
 ${PLIST.kms}include/EGL/egl.h
 ${PLIST.kms}include/EGL/eglext.h
 ${PLIST.kms}include/EGL/eglextchromium.h
@@ -9,7 +9,7 @@ include/GL/glcorearb.h
 include/GL/glext.h
 ${PLIST.glx}include/GL/glx.h
 ${PLIST.glx}include/GL/glxext.h
-${PLIST.kms}include/GL/internal/dri_interface.h
+${PLIST.glx}include/GL/internal/dri_interface.h
 include/GL/osmesa.h
 include/GLES/egl.h
 include/GLES/gl.h
@@ -70,7 +70,7 @@ ${PLIST.arm}lib/dri/st7586_dri.so
 ${PLIST.arm}lib/dri/st7735r_dri.so
 ${PLIST.arm}lib/dri/stm_dri.so
 ${PLIST.arm}lib/dri/sun4i-drm_dri.so
-${PLIST.kms}lib/dri/swrast_dri.so
+${PLIST.glx}lib/dri/swrast_dri.so
 ${PLIST.arm}lib/dri/tegra_dri.so
 ${PLIST.arm}lib/dri/vc4_dri.so
 ${PLIST.svga}lib/dri/vmwgfx_dri.so
@@ -103,7 +103,7 @@ ${PLIST.vulkan}lib/libvulkan_radeon.so
 ${PLIST.xa}lib/libxatracker.so
 ${PLIST.xa}lib/libxatracker.so.2
 ${PLIST.xa}lib/libxatracker.so.2.5.0
-${PLIST.kms}lib/pkgconfig/dri.pc
+${PLIST.glx}lib/pkgconfig/dri.pc
 ${PLIST.kms}lib/pkgconfig/egl.pc
 ${PLIST.kms}lib/pkgconfig/gbm.pc
 ${PLIST.glx}lib/pkgconfig/gl.pc



Home | Main Index | Thread Index | Old Index