------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/png-1.6.37.txz Installing /packages/All/freetype2-2.10.1.txz ===== 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/jpeg-turbo-2.0.4.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> graffer-1.1_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> graffer-1.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by graffer-1.1_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> graffer-1.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by graffer-1.1_1 for building => SHA256 Checksum OK for graffer-1.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> graffer-1.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by graffer-1.1_1 for building ===> Extracting for graffer-1.1_1 => SHA256 Checksum OK for graffer-1.1.tar.gz. Extracted Memory Use: 0.46M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for graffer-1.1_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> graffer-1.1_1 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so) ===> graffer-1.1_1 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> graffer-1.1_1 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> graffer-1.1_1 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so) ===> graffer-1.1_1 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> graffer-1.1_1 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) ===> Configuring for graffer-1.1_1 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for graffer-1.1_1 --- objwarn --- --- parse.c --- --- graffer.8.gz --- --- parse.c --- yacc -d -o parse.c parse.y --- graffer.8.gz --- gzip -cn graffer.8 > graffer.8.gz --- objwarn --- Warning: Object directory not changed from original /construction/sysutils/graffer/graffer-1.1 --- gd.o --- --- gd_io.o --- --- gdfonts.o --- --- gdfx.o --- --- gdhelpers.o --- --- gd_security.o --- --- gdtables.o --- --- gdft.o --- --- gd_png.o --- --- gd_io_dp.o --- --- gd.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -c gd.c --- gd_io.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -c gd_io.c --- gdfonts.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -c gdfonts.c --- gdhelpers.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -c gdhelpers.c --- gdft.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -c gdft.c --- gd_png.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -c gd_png.c --- gd_io_dp.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -c gd_io_dp.c --- gdfx.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -c gdfx.c --- gd_security.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -c gd_security.c --- gdft.o --- gdft.c:36:14: warning: 'font_pattern' declared 'static' but never defined [-Wunused-function] static char *font_pattern(char **fontpath, char *fontpattern); ^~~~~~~~~~~~ gdft.c:1551:15: warning: 'font_path' defined but not used [-Wunused-function] static char * font_path(char **fontpath, char *name_list) ^~~~~~~~~ gdft.c:31:12: warning: 'fontConfigFlag' defined but not used [-Wunused-variable] static int fontConfigFlag = 0; ^~~~~~~~~~~~~~ In file included from gdft.c:18: entities.h:17:3: warning: 'entities' defined but not used [-Wunused-variable] } entities[] = { ^~~~~~~~ --- gd_io_file.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -c gd_io_file.c --- gdtables.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -c gdtables.c --- gd_jpeg.o --- --- gd.o --- gd.c: In function 'gdImageFilledEllipse': gd.c:1710:6: warning: variable 'old_y1' set but not used [-Wunused-but-set-variable] int old_y1,old_y2; ^~~~~~ --- gd_jpeg.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -c gd_jpeg.c --- gd.o --- gd.c: In function 'gdImageFill': gd.c:1993:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] skip: for (x++; x<=x2 && (gdImageGetPixel(im, x, y)!=oc); x++); ^~~ gd.c:1995:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' l = x; ^ gd.c: In function '_gdImageFillTiled': gd.c:2088:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] skip: for (x++; x<=x2 && (pts[y][x] || gdImageGetPixel(im,x, y)!=oc); x++); ^~~ gd.c:2089:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' l = x; ^ gd.c:2009:6: warning: variable 'tiled' set but not used [-Wunused-but-set-variable] int tiled; ^~~~~ gd.c: In function 'gdImageRectangle': gd.c:2103:6: warning: variable 'half1' set but not used [-Wunused-but-set-variable] int half1 = 1; ^~~~~ --- graffer.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -c graffer.c --- data.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -c data.c --- graph.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -c graph.c graph.c: In function 'graph_generate_images': graph.c:183:14: warning: pointer targets in passing argument 5 of 'gdImageString' differ in signedness [-Wpointer-sign] graph->label, color); ~~~~~^~~~~~~ In file included from graph.c:44: /construction/sysutils/graffer/graffer-1.1/gd.h:363:19: note: expected 'unsigned char *' but argument is of type 'char *' BGD_DECLARE(void) gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, ^~~~~~~~~~~~~ graph.c: In function 'draw_grid': graph.c:345:17: warning: pointer targets in passing argument 5 of 'gdImageString' differ in signedness [-Wpointer-sign] y1-fh/2, t, black); ^ In file included from graph.c:44: /construction/sysutils/graffer/graffer-1.1/gd.h:363:19: note: expected 'unsigned char *' but argument is of type 'char *' BGD_DECLARE(void) gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, ^~~~~~~~~~~~~ graph.c:351:17: warning: pointer targets in passing argument 5 of 'gdImageString' differ in signedness [-Wpointer-sign] y1-fh/2, t, black); ^ In file included from graph.c:44: /construction/sysutils/graffer/graffer-1.1/gd.h:363:19: note: expected 'unsigned char *' but argument is of type 'char *' BGD_DECLARE(void) gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, ^~~~~~~~~~~~~ graph.c:385:17: warning: pointer targets in passing argument 5 of 'gdImageString' differ in signedness [-Wpointer-sign] y0+h0+5, t, black); ^ In file included from graph.c:44: /construction/sysutils/graffer/graffer-1.1/gd.h:363:19: note: expected 'unsigned char *' but argument is of type 'char *' BGD_DECLARE(void) gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, ^~~~~~~~~~~~~ graph.c:390:22: warning: pointer targets in passing argument 5 of 'gdImageString' differ in signedness [-Wpointer-sign] y0+h0+5+2*fh, t, black); ^ In file included from graph.c:44: /construction/sysutils/graffer/graffer-1.1/gd.h:363:19: note: expected 'unsigned char *' but argument is of type 'char *' BGD_DECLARE(void) gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, ^~~~~~~~~~~~~ graph.c:394:62: warning: pointer targets in passing argument 5 of 'gdImageString' differ in signedness [-Wpointer-sign] gdImageString(im, gdFontSmall, x0+w0-strlen(t)*fw, y0+h0+5, t, black); ^ In file included from graph.c:44: /construction/sysutils/graffer/graffer-1.1/gd.h:363:19: note: expected 'unsigned char *' but argument is of type 'char *' BGD_DECLARE(void) gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, ^~~~~~~~~~~~~ graph.c:397:40: warning: pointer targets in passing argument 5 of 'gdImageStringUp' differ in signedness [-Wpointer-sign] y0+h0-(h0-strlen(unit[0])*fw)/2, (char *)unit[0], black); ^~~~~~~~~~~~~~~ In file included from graph.c:44: /construction/sysutils/graffer/graffer-1.1/gd.h:365:19: note: expected 'unsigned char *' but argument is of type 'char *' BGD_DECLARE(void) gdImageStringUp (gdImagePtr im, gdFontPtr f, int x, int y, ^~~~~~~~~~~~~~~ graph.c:400:40: warning: pointer targets in passing argument 5 of 'gdImageStringUp' differ in signedness [-Wpointer-sign] y0+h0-(h0-strlen(unit[1])*fw)/2, (char *)unit[1], black); ^~~~~~~~~~~~~~~ In file included from graph.c:44: /construction/sysutils/graffer/graffer-1.1/gd.h:365:19: note: expected 'unsigned char *' but argument is of type 'char *' BGD_DECLARE(void) gdImageStringUp (gdImagePtr im, gdFontPtr f, int x, int y, ^~~~~~~~~~~~~~~ --- parse.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -c parse.c --- graffer --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -I/construction/sysutils/graffer/graffer-1.1 -std=gnu99 -L/usr/local/lib -L/lib -lm -lpng -lz -ljpeg -o graffer gd.o gd_io.o gdfonts.o gdfx.o gdhelpers.o gd_security.o gdtables.o gdft.o gd_png.o gd_io_dp.o gd_io_file.o gd_jpeg.o graffer.o data.o graph.o parse.o SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for graffer-1.1_1 ===> Generating temporary packing list install -s -m 555 /construction/sysutils/graffer/graffer-1.1/graffer /construction/sysutils/graffer/stage/usr/local/bin install -m 444 /construction/sysutils/graffer/graffer-1.1/graffer.8 /construction/sysutils/graffer/stage/usr/local/man/man8 install -m 0644 /construction/sysutils/graffer/graffer-1.1/graffer.conf.example /construction/sysutils/graffer/stage/usr/local/etc/graffer ====> 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: package ------------------------------------------------------------------------------- ===> Building package for graffer-1.1_1 file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:08