------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/pkgconf-1.6.3,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/perl5-5.30.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from perl5-5.30.1: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/freetype2-2.10.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== 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/t1utils-1.32.txz SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The ttf2pt1 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 ------------------------------------------------------------------------------- ===> ttf2pt1-3.4.4_7 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The ttf2pt1 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 ===> ttf2pt1-3.4.4_7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ttf2pt1-3.4.4_7 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The ttf2pt1 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 ===> ttf2pt1-3.4.4_7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ttf2pt1-3.4.4_7 for building => SHA256 Checksum OK for ttf2pt1-3.4.4.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The ttf2pt1 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 ===> ttf2pt1-3.4.4_7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ttf2pt1-3.4.4_7 for building ===> Extracting for ttf2pt1-3.4.4_7 => SHA256 Checksum OK for ttf2pt1-3.4.4.tgz. Extracted Memory Use: 0.99M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ttf2pt1-3.4.4_7 ===> Applying ports patches for ttf2pt1-3.4.4_7 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ttf2pt1-3.4.4_7 depends on package: pkgconf>=1.3.0_1 - found ===> ttf2pt1-3.4.4_7 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> ttf2pt1-3.4.4_7 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ttf2pt1-3.4.4_7 depends on package: pkgconf>=1.3.0_1 - found ===> ttf2pt1-3.4.4_7 depends on package: perl5>=5.30.r1<5.31 - found ===> ttf2pt1-3.4.4_7 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> Configuring for ttf2pt1-3.4.4_7 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ttf2pt1-3.4.4_7 --- t1asm --- --- ttf2pt1.o --- --- pt1.o --- --- runt1asm.o --- --- ttf.o --- --- ft.o --- --- bdf.o --- --- bitmap.o --- --- CHANGES --- --- README --- --- t1asm --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include -DUSE_FREETYPE -o t1asm -DSTANDALONE t1asm.c -L/usr/local/lib -lfreetype -L/usr/local/lib -lm t1asm.c: In function 'main': t1asm.c:501:15: warning: implicit declaration of function 'getopt'; did you mean 'cgetset'? [-Wimplicit-function-declaration] while ((c = getopt(argc, argv, "bl:")) != -1) ^~~~~~ cgetset --- ttf2pt1.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include -DUSE_FREETYPE -c ttf2pt1.c --- pt1.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include -DUSE_FREETYPE -c pt1.c --- runt1asm.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include -DUSE_FREETYPE -c runt1asm.c --- ttf.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include -DUSE_FREETYPE -c ttf.c --- ft.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include -DUSE_FREETYPE -c ft.c --- bdf.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include -DUSE_FREETYPE -c bdf.c --- bitmap.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include -DUSE_FREETYPE -c bitmap.c --- CHANGES --- scripts/unhtml CHANGES --- README --- scripts/unhtml README --- FONTS --- scripts/unhtml FONTS --- FONTS.hpux --- scripts/unhtml FONTS.hpux --- encodings/README --- scripts/unhtml encodings/README --- other/README --- scripts/unhtml other/README --- app/X11/README --- --- app/netscape/README --- --- app/X11/README --- scripts/unhtml app/X11/README --- app/netscape/README --- scripts/unhtml app/netscape/README --- app/TeX/README --- scripts/unhtml app/TeX/README --- app/RPM/Makefile --- sed 's/^CFLAGS_SYS.*=.*$/CFLAGS_SYS= -O2 -D_GNU_SOURCE/;/warning:/,/^$/s/^/#/' app/RPM/Makefile --- app/RPM/ttf2pt1.spec --- sed 's/^Version:.*/Version: '`grep TTF2PT1_VERSION version.h| cut -d\" -f2`'/' app/RPM/ttf2pt1.spec --- ft.o --- ft.c:537:2: warning: initialization of 'int (*)(const FT_Vector *, void *)' {aka 'int (*)(const struct FT_Vector_ *, void *)'} from incompatible pointer type 'int (*)(FT_Vector *, void *)' {aka 'int (*)(struct FT_Vector_ *, void *)'} [-Wincompatible-pointer-types] outl_moveto, ^~~~~~~~~~~ ft.c:537:2: note: (near initialization for 'ft_outl_funcs.move_to') ft.c:538:2: warning: initialization of 'int (*)(const FT_Vector *, void *)' {aka 'int (*)(const struct FT_Vector_ *, void *)'} from incompatible pointer type 'int (*)(FT_Vector *, void *)' {aka 'int (*)(struct FT_Vector_ *, void *)'} [-Wincompatible-pointer-types] outl_lineto, ^~~~~~~~~~~ ft.c:538:2: note: (near initialization for 'ft_outl_funcs.line_to') ft.c:539:2: warning: initialization of 'int (*)(const FT_Vector *, const FT_Vector *, void *)' {aka 'int (*)(const struct FT_Vector_ *, const struct FT_Vector_ *, void *)'} from incompatible pointer type 'int (*)(FT_Vector *, FT_Vector *, void *)' {aka 'int (*)(struct FT_Vector_ *, struct FT_Vector_ *, void *)'} [-Wincompatible-pointer-types] outl_conicto, ^~~~~~~~~~~~ ft.c:539:2: note: (near initialization for 'ft_outl_funcs.conic_to') ft.c:540:2: warning: initialization of 'int (*)(const FT_Vector *, const FT_Vector *, const FT_Vector *, void *)' {aka 'int (*)(const struct FT_Vector_ *, const struct FT_Vector_ *, const struct FT_Vector_ *, void *)'} from incompatible pointer type 'int (*)(FT_Vector *, FT_Vector *, FT_Vector *, void *)' {aka 'int (*)(struct FT_Vector_ *, struct FT_Vector_ *, struct FT_Vector_ *, void *)'} [-Wincompatible-pointer-types] outl_cubicto, ^~~~~~~~~~~~ ft.c:540:2: note: (near initialization for 'ft_outl_funcs.cubic_to') --- ttf2pt1 --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include -DUSE_FREETYPE -o ttf2pt1 ttf2pt1.o pt1.o runt1asm.o ttf.o ft.o bdf.o bitmap.o -L/usr/local/lib -lfreetype -L/usr/local/lib -lm SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> ttf2pt1-3.4.4_7 depends on executable: t1asm - found ===> ttf2pt1-3.4.4_7 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ttf2pt1-3.4.4_7 ===> ttf2pt1-3.4.4_7 depends on executable: t1asm - found ===> ttf2pt1-3.4.4_7 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list scripts/inst_dir /construction/print/ttf2pt1/stage/usr/local/bin root wheel 0755 scripts/inst_dir /construction/print/ttf2pt1/stage/usr/local/bin root wheel 0755 scripts/inst_dir /construction/print/ttf2pt1/stage/usr/local/share/ttf2pt1 root wheel 0755 scripts/inst_dir /construction/print/ttf2pt1/stage/usr/local/man/man1 root wheel 0755 scripts/inst_dir /construction/print/ttf2pt1/stage/usr/local/man/man5 root wheel 0755 cp -R README* FONTS* CHANGES* COPYRIGHT app encodings maps scripts other /construction/print/ttf2pt1/stage/usr/local/share/ttf2pt1 chown -R root /construction/print/ttf2pt1/stage/usr/local/share/ttf2pt1 chgrp -R wheel /construction/print/ttf2pt1/stage/usr/local/share/ttf2pt1 chmod -R go-w /construction/print/ttf2pt1/stage/usr/local/share/ttf2pt1 scripts/inst_file ttf2pt1 /construction/print/ttf2pt1/stage/usr/local/bin/ttf2pt1 root wheel 0755 sed 's|^TTF2PT1_BINDIR=$|TTF2PT1_BINDIR=/construction/print/ttf2pt1/stage/usr/local/bin|; s|^TTF2PT1_LIBXDIR=$|TTF2PT1_LIBXDIR=/construction/print/ttf2pt1/stage/usr/local/bin|; s|^TTF2PT1_SHAREDIR=$|TTF2PT1_SHAREDIR=/construction/print/ttf2pt1/stage/usr/local/share/ttf2pt1|;' cvt.tmp scripts/inst_file cvt.tmp /construction/print/ttf2pt1/stage/usr/local/bin/ttf2pt1_convert root wheel 0755 scripts/inst_file cvt.tmp /construction/print/ttf2pt1/stage/usr/local/share/ttf2pt1/scripts/convert root wheel 0755 rm cvt.tmp scripts/inst_file scripts/x2gs /construction/print/ttf2pt1/stage/usr/local/bin/ttf2pt1_x2gs root wheel 0755 for i in ttf2pt1.1 ttf2pt1_convert.1 ttf2pt1_x2gs.1; do { sed 's|TTF2PT1_BINDIR|/construction/print/ttf2pt1/stage/usr/local/bin|; s|TTF2PT1_LIBXDIR|/construction/print/ttf2pt1/stage/usr/local/bin|; s|TTF2PT1_SHAREDIR|/construction/print/ttf2pt1/stage/usr/local/share/ttf2pt1|;' <$i >/construction/print/ttf2pt1/stage/usr/local/man/man1/$i && chown root /construction/print/ttf2pt1/stage/usr/local/man/man1/$i && chgrp wheel /construction/print/ttf2pt1/stage/usr/local/man/man1/$i && chmod 0644 /construction/print/ttf2pt1/stage/usr/local/man/man1/$i || exit 1; } done /usr/bin/strip /construction/print/ttf2pt1/stage/usr/local/bin/ttf2pt1 ====> 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 ttf2pt1-3.4.4_7 file sizes/checksums [93]: 0% file sizes/checksums [93]: 100% packing files [93]: 0% packing files [93]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:08