On Wed, Nov 08, 2023 at 09:55:48AM +0000, Matthieu Herrb wrote: > 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. >
New diff with wayland markers and the missed devel/ directory added: Index: devel/Makefile =================================================================== RCS file: /local/cvs/ports/devel/Makefile,v diff -u -p -u -r1.2349 Makefile --- devel/Makefile 4 Nov 2023 15:01:13 -0000 1.2349 +++ devel/Makefile 8 Nov 2023 10:25:50 -0000 @@ -329,6 +329,7 @@ SUBDIR += libsoup SUBDIR += libsoup3 SUBDIR += libspectrum + #SUBDIR += libstdthreads # wayland SUBDIR += libtalloc SUBDIR += libtermkey SUBDIR += libtool @@ -1839,6 +1840,7 @@ SUBDIR += tkdiff SUBDIR += tklib SUBDIR += tl-expected + #SUDIR += tllist # wayland SUBDIR += tradcpp SUBDIR += ucpp SUBDIR += udis86 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 10:25:55 -0000 @@ -147,6 +147,7 @@ SUBDIR += libimagequant SUBDIR += libiptcdata SUBDIR += libjxl + #SUBDIR += libliftoff # wayland 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 10:26:01 -0000 @@ -154,7 +154,9 @@ SUBDIR += kubectl SUBDIR += lf SUBDIR += libburn + #SUBDIR += libdisplay-info # wayland SUBDIR += libesedb + #SUBDIR += libevdev-openbsd # wayland SUBDIR += libevt SUBDIR += libevtx SUBDIR += libfsapfs @@ -381,6 +383,7 @@ SUBDIR += salt-testing SUBDIR += sblim-sfcc SUBDIR += screenfetch + #SUBDIR += seatd # wayland SUBDIR += sec SUBDIR += serf SUBDIR += setquota -- Matthieu Herrb