Hi,

when importing the ports needed for wayland, not yet linked to the
build, I did not add them to the Makefiles. This fixes that.
rsadowski@ took care of the wayland/ directory.

Or is it time to try to link those to the build and see what happens
in a full bulk? 

Index: graphics/Makefile
===================================================================
RCS file: /local/cvs/ports/graphics/Makefile,v
diff -u -p -u -r1.604 Makefile
--- graphics/Makefile   31 Oct 2023 13:16:10 -0000      1.604
+++ graphics/Makefile   8 Nov 2023 09:50:01 -0000
@@ -147,6 +147,7 @@
      SUBDIR += libimagequant
      SUBDIR += libiptcdata
      SUBDIR += libjxl
+     #SUBDIR += libliftoff
      SUBDIR += liblqr
      SUBDIR += libmng
      SUBDIR += libmpeg2
Index: sysutils/Makefile
===================================================================
RCS file: /local/cvs/ports/sysutils/Makefile,v
diff -u -p -u -r1.702 Makefile
--- sysutils/Makefile   27 Oct 2023 18:48:42 -0000      1.702
+++ sysutils/Makefile   8 Nov 2023 09:50:09 -0000
@@ -154,7 +154,9 @@
      SUBDIR += kubectl
      SUBDIR += lf
      SUBDIR += libburn
+     #SUBDIR += libdisplay-info
      SUBDIR += libesedb
+     #SUBDIR += libevdev-openbsd
      SUBDIR += libevt
      SUBDIR += libevtx
      SUBDIR += libfsapfs
@@ -381,6 +383,7 @@
      SUBDIR += salt-testing
      SUBDIR += sblim-sfcc
      SUBDIR += screenfetch
+     #SUBDIR += seatd
      SUBDIR += sec
      SUBDIR += serf
      SUBDIR += setquota

-- 
Matthieu Herrb

Reply via email to