------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/xorgproto-2020.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/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/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.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/libXpm-3.5.13.txz SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The wmtunlo 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 ------------------------------------------------------------------------------- ===> wmtunlo-0.1.3_4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The wmtunlo 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 ===> wmtunlo-0.1.3_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wmtunlo-0.1.3_4 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The wmtunlo 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 ===> wmtunlo-0.1.3_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wmtunlo-0.1.3_4 for building => SHA256 Checksum OK for wmtunlo-0.1.3.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The wmtunlo 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 ===> wmtunlo-0.1.3_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wmtunlo-0.1.3_4 for building ===> Extracting for wmtunlo-0.1.3_4 => SHA256 Checksum OK for wmtunlo-0.1.3.tar.gz. Extracted Memory Use: 0.12M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for wmtunlo-0.1.3_4 ===> Applying ports patches for wmtunlo-0.1.3_4 ===> Cleanly applied ports patch(es) patch-Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> wmtunlo-0.1.3_4 depends on package: xorgproto>=0 - found ===> wmtunlo-0.1.3_4 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wmtunlo-0.1.3_4 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> wmtunlo-0.1.3_4 depends on package: xorgproto>=0 - found ===> wmtunlo-0.1.3_4 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wmtunlo-0.1.3_4 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> Configuring for wmtunlo-0.1.3_4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for wmtunlo-0.1.3_4 --- docklib.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/usr/local/include/X11 -c docklib.c --- wmtunlo --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/usr/local/include/X11 docklib.o wmtunlo.c -o wmtunlo -L/usr/local/lib -lXpm -lX11 -lXext -lm In file included from wmtunlo.c:41: docklib.h:49:13: warning: inline function 'list_free' declared but never defined INLINE void list_free(LinkedList* list); ^~~~~~~~~ docklib.h:47:19: warning: inline function 'list_find' declared but never defined INLINE LinkedList*list_find(LinkedList* list, void* elem); ^~~~~~~~~ docklib.h:45:13: warning: inline function 'list_mapcar' declared but never defined INLINE void list_mapcar(LinkedList* list, void(*function)(void*)); ^~~~~~~~~~~ docklib.h:43:20: warning: inline function 'list_remove_elem' declared but never defined INLINE LinkedList *list_remove_elem(LinkedList* list, void* elem); ^~~~~~~~~~~~~~~~ docklib.h:41:13: warning: inline function 'list_remove_head' declared but never defined INLINE void list_remove_head(LinkedList** list); ^~~~~~~~~~~~~~~~ docklib.h:39:14: warning: inline function 'list_nth' declared but never defined INLINE void* list_nth(int index, LinkedList* list); ^~~~~~~~ docklib.h:37:12: warning: inline function 'list_length' declared but never defined INLINE int list_length(LinkedList* list); ^~~~~~~~~~~ docklib.h:35:20: warning: inline function 'list_cons' declared but never defined INLINE LinkedList* list_cons(void* head, LinkedList* tail); ^~~~~~~~~ SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> wmtunlo-0.1.3_4 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wmtunlo-0.1.3_4 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for wmtunlo-0.1.3_4 ===> wmtunlo-0.1.3_4 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wmtunlo-0.1.3_4 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> Generating temporary packing list install -s -m 555 /construction/misc/wmtunlo/wmtunlo-0.1.3/wmtunlo /construction/misc/wmtunlo/stage/usr/local/bin install -m 555 /construction/misc/wmtunlo/wmtunlo-0.1.3/examples/* /construction/misc/wmtunlo/stage/usr/local/share/examples/wmtunlo ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/wmtunlo is linked to /usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a dependency Warning: you need USE_XORG+=xext Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for wmtunlo-0.1.3_4 file sizes/checksums [10]: 0% file sizes/checksums [10]: 100% packing files [10]: 0% packing files [10]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:10