------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/makedepend-1.0.6,1.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/libXmu-1.1.3,1.txz SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The wm2 port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> wm2-4.0_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The wm2 port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> wm2-4.0_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wm2-4.0_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The wm2 port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> wm2-4.0_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wm2-4.0_2 for building => SHA256 Checksum OK for wm2-4.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The wm2 port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> wm2-4.0_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wm2-4.0_2 for building ===> Extracting for wm2-4.0_2 => SHA256 Checksum OK for wm2-4.tar.gz. Extracted Memory Use: 0.16M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for wm2-4.0_2 ===> Applying ports patches for wm2-4.0_2 ===> Cleanly applied ports patch(es) patch-Client.C patch-General.h patch-Makefile patch-Manager.C patch-Manager.h SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> wm2-4.0_2 depends on executable: makedepend - found ===> wm2-4.0_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wm2-4.0_2 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> wm2-4.0_2 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> wm2-4.0_2 depends on executable: makedepend - found ===> wm2-4.0_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wm2-4.0_2 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> wm2-4.0_2 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found ===> Configuring for wm2-4.0_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for wm2-4.0_2 --- depend --- --- Border.o --- --- Buttons.o --- --- Client.o --- --- Events.o --- --- Main.o --- --- Manager.o --- --- Rotated.o --- --- depend --- makedepend -- -pipe -O2 -fno-strict-aliasing -I/usr/local/include -- *.C --- Border.o --- c++ -c -pipe -O2 -fno-strict-aliasing -I/usr/local/include Border.C --- Buttons.o --- c++ -c -pipe -O2 -fno-strict-aliasing -I/usr/local/include Buttons.C --- Client.o --- c++ -c -pipe -O2 -fno-strict-aliasing -I/usr/local/include Client.C --- Events.o --- c++ -c -pipe -O2 -fno-strict-aliasing -I/usr/local/include Events.C --- Main.o --- c++ -c -pipe -O2 -fno-strict-aliasing -I/usr/local/include Main.C --- Manager.o --- c++ -c -pipe -O2 -fno-strict-aliasing -I/usr/local/include Manager.C --- Rotated.o --- c++ -c -pipe -O2 -fno-strict-aliasing -I/usr/local/include Rotated.C --- Border.o --- Border.C: In constructor 'Border::Border(Client*, Window)': Border.C:50:66: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] if (!(m_tabFont = XRotLoadFont(display(), CONFIG_NICE_FONT, 90.0)) && ^ Border.C:51:67: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] !(m_tabFont = XRotLoadFont(display(), CONFIG_NASTY_FONT, 90.0))) { ^ Border.C:62:46: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] (CONFIG_TAB_FOREGROUND, "tab foreground"); ^ Border.C:62:46: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] Border.C:64:46: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] (CONFIG_TAB_BACKGROUND, "tab background"); ^ Border.C:64:46: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] Border.C:66:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] (CONFIG_FRAME_BACKGROUND, "frame background"); ^ Border.C:66:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] --- Manager.o --- Manager.C: In member function 'void WindowManager::initialiseScreen()': Manager.C:280:58: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] allocateColour(CONFIG_MENU_FOREGROUND, "menu foreground"); ^ Manager.C:280:58: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] Manager.C:282:58: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] allocateColour(CONFIG_MENU_BACKGROUND, "menu background"); ^ Manager.C:282:58: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] Manager.C:284:51: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] allocateColour(CONFIG_MENU_BORDERS, "menu border"); ^ Manager.C:284:51: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] Manager.C: In member function 'long unsigned int WindowManager::allocateColour(char*, char*)': Manager.C:328:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ --- Rotated.o --- Rotated.C: In function 'void XRotDrawAlignedString(Display*, XRotFontStruct*, Drawable, GC, int, int, char*, int)': Rotated.C:472:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] char *str1, *str2 = "\n\0", *str3; ^~~~~~ --- Border.o --- Border.C:68:52: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] (CONFIG_BUTTON_BACKGROUND, "button background"); ^ Border.C:68:52: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] Border.C:70:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] (CONFIG_BORDERS, "border"); ^ Border.C:70:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] --- wm2 --- c++ -o wm2 Border.o Buttons.o Client.o Events.o Main.o Manager.o Rotated.o -L/usr/local/lib -lXext -lX11 -lXmu -lm -Wl,-rpath,/usr/local/lib SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> wm2-4.0_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wm2-4.0_2 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> wm2-4.0_2 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for wm2-4.0_2 ===> wm2-4.0_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wm2-4.0_2 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> wm2-4.0_2 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found ===> Generating temporary packing list install -s -m 555 /construction/x11-wm/wm2/wm2-4/wm2 /construction/x11-wm/wm2/stage/usr/local/bin install -m 0644 /construction/x11-wm/wm2/wm2-4/README /construction/x11-wm/wm2/stage/usr/local/share/doc/wm2 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for wm2-4.0_2 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:09