------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libXau-1.0.9.tgz Installing /packages/All/xorgproto-2019.1.tgz Installing /packages/All/libXdmcp-1.1.3.tgz Installing /packages/All/libxml2-2.9.9.tgz Installing /packages/All/libpthread-stubs-0.4.tgz Installing /packages/All/libxcb-1.13.1.tgz Installing /packages/All/libX11-1.6.8,1.tgz Installing /packages/All/freetype2-2.10.1.tgz Message from freetype2-2.10.1: The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/fontconfig-2.12.6,1.tgz Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/libXrender-0.9.10_2.tgz Installing /packages/All/libXft-2.3.2_3.tgz Installing /packages/All/libXext-1.3.4,1.tgz Installing /packages/All/libXinerama-1.1.4_2,1.tgz SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> Fetching all distfiles required by dmenu2-0.0.20150210 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by dmenu2-0.0.20150210 for building => SHA256 Checksum OK for mrshankly-dmenu2-0.0.20150210-a4eb44b_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by dmenu2-0.0.20150210 for building ===> Extracting for dmenu2-0.0.20150210 => SHA256 Checksum OK for mrshankly-dmenu2-0.0.20150210-a4eb44b_GH0.tar.gz. Extracted Memory Use: 0.07M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for dmenu2-0.0.20150210 ===> Applying ports patches for dmenu2-0.0.20150210 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for dmenu2-0.0.20150210 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for dmenu2-0.0.20150210 --- dmenu.o --- --- draw.o --- --- stest.o --- --- dmenu.o --- cc -pipe -DXINERAMA -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -I/usr/local/include -I/usr/local/include/freetype2 -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.2\" -c -o dmenu.o dmenu.c --- draw.o --- cc -pipe -DXINERAMA -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -I/usr/local/include -I/usr/local/include/freetype2 -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.2\" -c -o draw.o draw.c --- stest.o --- cc -pipe -DXINERAMA -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -Wextra -I/usr/local/include -I/usr/local/include/freetype2 -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.2\" -c -o stest.o stest.c --- dmenu.o --- dmenu.c: In function 'setup': dmenu.c:18:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define INTERSECT(x,y,w,h,r) (MAX(0, MIN((x)+(w),(r).x_org+(r).width) - MAX((x),(r).x_org)) \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * MAX(0, MIN((y)+(h),(r).y_org+(r).height) - MAX((y),(r).y_org))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dmenu.c:956:9: note: in expansion of macro 'INTERSECT' if(INTERSECT(x, y, 1, 1, info[i])) ^~~~~~~~~ dmenu.c: In function 'keypress': dmenu.c:545:17: warning: this statement may fall through [-Wimplicit-fallthrough=] running = False; dmenu.c:546:2: note: here case XK_Home: ^~~~ dmenu.c:597:11: warning: this statement may fall through [-Wimplicit-fallthrough=] running = False; dmenu.c:598:2: note: here case XK_Right: ^~~~ --- stest --- cc -o stest stest.o -L/usr/local/lib -lXinerama -lX11 -lXft -lXrender -lfreetype -lz -lfontconfig --- dmenu.o --- dmenu.c: In function 'readitems': dmenu.c:857:7: warning: 'strncpy' output may be truncated copying between 0 and 1023 bytes from a string of length 1023 [-Wstringop-truncation] strncpy(hist[hcnt], s.buf, MIN(len, HIST_LINE_LEN - 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'keypress', inlined from 'run' at dmenu.c:885:4, inlined from 'main' at dmenu.c:217:2: dmenu.c:622:5: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] strncpy(text, sel->text, sizeof text); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dmenu.c:617:4: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] strncpy(text, sel->text, sizeof text); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dmenu.c:643:5: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] strncpy(text, sel->text, sizeof text); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dmenu.c:638:4: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] strncpy(text, sel->text, sizeof text); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- dmenu --- cc -o dmenu dmenu.o draw.o -L/usr/local/lib -lXinerama -lX11 -lXft -lXrender -lfreetype -lz -lfontconfig SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for dmenu2-0.0.20150210 ===> Generating temporary packing list mkdir -p "/construction/x11/dmenu2/stage/usr/local/bin" install -s -m 555 dmenu "/construction/x11/dmenu2/stage/usr/local/bin/dmenu2" install -s -m 555 stest "/construction/x11/dmenu2/stage/usr/local/bin/stest2" install -m 555 dmenu_run "/construction/x11/dmenu2/stage/usr/local/bin/dmenu2_run" install -m 555 dmenu2_path "/construction/x11/dmenu2/stage/usr/local/bin" mkdir -p "/construction/x11/dmenu2/stage/usr/local/man"/man1 install -m 444 dmenu.1 "/construction/x11/dmenu2/stage/usr/local/man/man1/dmenu2.1" install -m 444 stest.1 "/construction/x11/dmenu2/stage/usr/local/man/man1/stest2.1" ====> 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:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for dmenu2-0.0.20150210 file sizes/checksums [6]: 0% file sizes/checksums [6]: 100% packing files [6]: 0% packing files [6]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:06