>>> Building on exopi-5 under x11/wm2 DIST = [x11/wm2:wm2-4.tar.gz] FULLPKGNAME = wm2-4p3 distfiles size=32807 >>> Running build in x11/wm2 at 1711651798.47 ===> x11/wm2 ===> Building from scratch wm2-4p3 ===> Verifying specs: X11 Xext Xau Xdmcp c m c++ c++abi pthread ===> found X11.18.0 Xext.13.0 Xau.10.0 Xdmcp.11.0 c.99.0 m.10.1 c++.10.0 c++abi.7.0 pthread.27.1 ===> Checking files for wm2-4p3 `/exopi-cvs/ports/distfiles/wm2-4.tar.gz' is up to date. >> (SHA256) wm2-4.tar.gz: OK ===> Extracting for wm2-4p3 ===> Patching for wm2-4p3 ===> Applying OpenBSD patch patch-Border_C Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Border.C.orig Fri Mar 21 12:12:30 1997 |+++ Border.C Wed Apr 11 22:29:23 2007 -------------------------- Patching file Border.C using Plan A... Hunk #1 succeeded at 189. done ===> Applying OpenBSD patch patch-Buttons_C Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Buttons.C.orig Fri Mar 21 12:12:30 1997 |+++ Buttons.C Wed Apr 11 22:29:23 2007 -------------------------- Patching file Buttons.C using Plan A... Hunk #1 succeeded at 327. done ===> Applying OpenBSD patch patch-Client_C Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Client.C.orig Tue Jun 15 22:19:31 2010 |+++ Client.C Tue Jun 15 22:21:01 2010 -------------------------- Patching file Client.C using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 411. done ===> Applying OpenBSD patch patch-General_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- General.h.orig Fri Mar 21 12:12:30 1997 |+++ General.h Wed Apr 11 22:29:23 2007 -------------------------- Patching file General.h using Plan A... Hunk #1 succeeded at 10. Hunk #2 succeeded at 28. done ===> Applying OpenBSD patch patch-Manager_C Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Manager.C.orig Fri Mar 21 12:12:30 1997 |+++ Manager.C Wed Apr 11 22:29:23 2007 -------------------------- Patching file Manager.C using Plan A... Hunk #1 succeeded at 191. Hunk #2 succeeded at 321. Hunk #3 succeeded at 368. Hunk #4 succeeded at 521. Hunk #5 succeeded at 538. done ===> Applying OpenBSD patch patch-Manager_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Manager.h.orig Fri Mar 21 12:12:30 1997 |+++ Manager.h Wed Apr 11 22:29:23 2007 -------------------------- Patching file Manager.h using Plan A... Hunk #1 succeeded at 85. done ===> Applying OpenBSD patch patch-Rotated_C Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Rotated.C.orig Fri Mar 21 12:12:30 1997 |+++ Rotated.C Wed Apr 11 22:29:23 2007 -------------------------- Patching file Rotated.C using Plan A... Hunk #1 succeeded at 40. Hunk #2 succeeded at 230. done cp /exopi-cvs/ports/x11/wm2/files/Makefile /exopi-obj/pobj/wm2-4/wm2-4 cp /exopi-cvs/ports/x11/wm2/files/wm2.1 /exopi-obj/pobj/wm2-4/wm2-4 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for wm2-4p3 ===> Configuring for wm2-4p3 ===> Building for wm2-4p3 c++ -O2 -pipe -MD -MP -idirafter /usr/include/g++ -I/usr/X11R6/include -nostdinc -idirafter /usr/include -c Border.C Border.C:50:44: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] if (!(m_tabFont = XRotLoadFont(display(), CONFIG_NICE_FONT, 90.0)) && ^ ./Config.h:5:28: note: expanded from macro 'CONFIG_NICE_FONT' #define CONFIG_NICE_FONT "-*-lucida-bold-r-*-*-14-*-75-75-*-*-*-*" ^ Border.C:51:44: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] !(m_tabFont = XRotLoadFont(display(), CONFIG_NASTY_FONT, 90.0))) { ^ ./Config.h:7:29: note: expanded from macro 'CONFIG_NASTY_FONT' #define CONFIG_NASTY_FONT "fixed" ^ Border.C:62:7: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] (CONFIG_TAB_FOREGROUND, "tab foreground"); ^ ./Config.h:30:33: note: expanded from macro 'CONFIG_TAB_FOREGROUND' #define CONFIG_TAB_FOREGROUND "black" ^ Border.C:62:30: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] (CONFIG_TAB_FOREGROUND, "tab foreground"); ^ Border.C:64:7: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] (CONFIG_TAB_BACKGROUND, "tab background"); ^ ./Config.h:31:35: note: expanded from macro 'CONFIG_TAB_BACKGROUND' #define CONFIG_TAB_BACKGROUND "gray80" ^ Border.C:64:30: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] (CONFIG_TAB_BACKGROUND, "tab background"); ^ Border.C:66:7: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] (CONFIG_FRAME_BACKGROUND, "frame background"); ^ ./Config.h:32:35: note: expanded from macro 'CONFIG_FRAME_BACKGROUND' #define CONFIG_FRAME_BACKGROUND "gray95" ^ Border.C:66:32: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] (CONFIG_FRAME_BACKGROUND, "frame background"); ^ Border.C:68:7: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] (CONFIG_BUTTON_BACKGROUND, "button background"); ^ ./Config.h:33:35: note: expanded from macro 'CONFIG_BUTTON_BACKGROUND' #define CONFIG_BUTTON_BACKGROUND "gray95" ^ Border.C:68:33: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] (CONFIG_BUTTON_BACKGROUND, "button background"); ^ Border.C:70:7: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] (CONFIG_BORDERS, "border"); ^ ./Config.h:34:35: note: expanded from macro 'CONFIG_BORDERS' #define CONFIG_BORDERS "black" ^ Border.C:70:23: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] (CONFIG_BORDERS, "border"); ^ 12 warnings generated. c++ -O2 -pipe -MD -MP -idirafter /usr/include/g++ -I/usr/X11R6/include -nostdinc -idirafter /usr/include -c Buttons.C c++ -O2 -pipe -MD -MP -idirafter /usr/include/g++ -I/usr/X11R6/include -nostdinc -idirafter /usr/include -c Client.C c++ -O2 -pipe -MD -MP -idirafter /usr/include/g++ -I/usr/X11R6/include -nostdinc -idirafter /usr/include -c Events.C c++ -O2 -pipe -MD -MP -idirafter /usr/include/g++ -I/usr/X11R6/include -nostdinc -idirafter /usr/include -c Main.C c++ -O2 -pipe -MD -MP -idirafter /usr/include/g++ -I/usr/X11R6/include -nostdinc -idirafter /usr/include -c Manager.C Manager.C:280:17: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] allocateColour(CONFIG_MENU_FOREGROUND, "menu foreground"); ^ ./Config.h:36:35: note: expanded from macro 'CONFIG_MENU_FOREGROUND' #define CONFIG_MENU_FOREGROUND "black" ^ Manager.C:280:41: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] allocateColour(CONFIG_MENU_FOREGROUND, "menu foreground"); ^ Manager.C:282:17: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] allocateColour(CONFIG_MENU_BACKGROUND, "menu background"); ^ ./Config.h:37:35: note: expanded from macro 'CONFIG_MENU_BACKGROUND' #define CONFIG_MENU_BACKGROUND "gray80" ^ Manager.C:282:41: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] allocateColour(CONFIG_MENU_BACKGROUND, "menu background"); ^ Manager.C:284:17: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] allocateColour(CONFIG_MENU_BORDERS, "menu border"); ^ ./Config.h:38:35: note: expanded from macro 'CONFIG_MENU_BORDERS' #define CONFIG_MENU_BORDERS "black" ^ Manager.C:284:38: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] allocateColour(CONFIG_MENU_BORDERS, "menu border"); ^ Manager.C:328:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ Manager.C:547:61: warning: missing sentinel in function call [-Wsentinel] execl(m_shell, m_shell, "-c", CONFIG_NEW_WINDOW_COMMAND, 0); ^ , nullptr /usr/include/unistd.h:332:6: note: function has been explicitly marked sentinel here int execl(const char *, const char *, ...) ^ Manager.C:552:68: warning: missing sentinel in function call [-Wsentinel] execlp(CONFIG_NEW_WINDOW_COMMAND, CONFIG_NEW_WINDOW_COMMAND, 0); ^ , nullptr /usr/include/unistd.h:335:6: note: function has been explicitly marked sentinel here int execlp(const char *, const char *, ...) ^ Manager.C:556:39: warning: missing sentinel in function call [-Wsentinel] execlp("xterm", "xterm", "-ut", 0); ^ , nullptr /usr/include/unistd.h:335:6: note: function has been explicitly marked sentinel here int execlp(const char *, const char *, ...) ^ 10 warnings generated. c++ -O2 -pipe -MD -MP -idirafter /usr/include/g++ -I/usr/X11R6/include -nostdinc -idirafter /usr/include -c Rotated.C Rotated.C:474:23: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] char *str1, *str2 = "\n\0", *str3; ^ c++ -o wm2 Border.o Buttons.o Client.o Events.o Main.o Manager.o Rotated.o -L/usr/X11R6/lib -lXext -lX11 -lXau -lXdmcp 1 warning generated. >>> Running package in x11/wm2 at 1711651802.58 ===> x11/wm2 ===> Faking installation for wm2-4p3 install -c -s -o root -g bin -m 755 wm2 /exopi-obj/pobj/wm2-4/fake-amd64/usr/local/bin/wm2 install -c -o root -g bin -m 644 wm2.1 /exopi-obj/pobj/wm2-4/fake-amd64/usr/local/man/man1/wm2.1 ===> Building package for wm2-4p3 Create /exopi-cvs/ports/packages/amd64/all/wm2-4p3.tgz Creating package wm2-4p3 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 6% checksumming|******* | 11% checksumming|********** | 17% checksumming|************** | 22% checksumming|***************** | 28% checksumming|******************** | 33% checksumming|************************ | 39% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************* | 61% checksumming|***************************************** | 67% checksumming|******************************************** | 72% checksumming|*********************************************** | 78% checksumming|*************************************************** | 83% checksumming|****************************************************** | 89% checksumming|********************************************************** | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|************************************************************ | 94% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/wm2-4p3.tgz >>> Running clean in x11/wm2 at 1711651805.36 ===> x11/wm2 ===> Cleaning for wm2-4p3 >>> Ended at 1711651805.94 max_stuck=0.00/build=4.09/package=2.78/clean=0.59