>>> Building on exopi-1 under graphics/tiff2png BDEPENDS = [graphics/tiff;graphics/png] DIST = [graphics/tiff2png:tiff2png-0.91.tar.gz] FULLPKGNAME = tiff2png-0.91p1 RDEPENDS = [graphics/png;graphics/tiff] (Junk lock obtained for exopi-1 at 1731777824.66) >>> Running depends in graphics/tiff2png at 1731777824.70 last junk was in textproc/intltool /usr/sbin/pkg_add -aI -Drepair png-1.6.44 tiff-4.7.0p0 was: /usr/sbin/pkg_add -aI -Drepair png-1.6.44 tiff-4.7.0p0 /usr/sbin/pkg_add -aI -Drepair png-1.6.44 tiff-4.7.0p0 >>> Running show-prepare-results in graphics/tiff2png at 1731777828.68 ===> graphics/tiff2png ===> Building from scratch tiff2png-0.91p1 ===> tiff2png-0.91p1 depends on: tiff-* -> tiff-4.7.0p0 ===> tiff2png-0.91p1 depends on: png-* -> png-1.6.44 ===> Verifying specs: c jpeg m z tiff>=35 png>=8 ===> found c.100.3 jpeg.71.0 m.10.1 z.7.1 tiff.42.1 png.18.0 png-1.6.44 tiff-4.7.0p0 Still tainted: no >>> Running junk in graphics/tiff2png at 1731777829.35 /usr/sbin/pkg_delete -aIXq autoconf-2.71p0 automake-1.16.5 bison-3.8.2 bzip2-1.0.8p0 dwz-0.15 gmake-4.4.1 gmp-6.3.0 groff-1.22.4p4 gtar-1.35p0 icu4c-76.1v0 libffi-3.4.6 libiconv-1.17 libtool-2.4.2p2 libxml-2.13.5 meson-1.6.0v0 metaauto-1.0p4 png-1.6.44 python-3.11.10p1 tiff-4.7.0p0 wayland-1.23.1 wayland-protocols-1.36 xz-5.6.3 --- -cyrus-sasl-2.1.28 ------------------- You should also run rm -rf /var/sasl2/* --- -gawk-5.1.0 ------------------- You may wish to remove /usr/local/man/man3am from man.conf --- -tcl-8.5.19p6 ------------------- You may wish to remove /usr/local/lib/tcl/tcl8.5/man from man.conf --- -tcl-8.6.13 ------------------- You may wish to remove /usr/local/lib/tcl/tcl8.6/man from man.conf --- -tk-8.5.19p2 ------------------- You may wish to remove /usr/local/lib/tcl/tk8.5/man from man.conf --- -tk-8.6.13 ------------------- You may wish to remove /usr/local/lib/tcl/tk8.6/man from man.conf --- -xtensa-esp32-elf-binutils-2.35.1.2020.1223p1 ------------------- You may wish to remove /usr/local/xtensa-esp32-elf/share/man from man.conf (Junk lock released for exopi-1 at 1731777845.98) Woken up x11/xkbcommon distfiles size=22918 >>> Running build in graphics/tiff2png at 1731777846.01 ===> graphics/tiff2png ===> Checking files for tiff2png-0.91p1 `/exopi-cvs/ports/distfiles/tiff2png-0.91.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for tiff2png-0.91p1 ===> Patching for tiff2png-0.91p1 ===> Applying OpenBSD patch patch-tiff2png_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- tiff2png.c.orig Fri Sep 13 01:00:00 2002 |+++ tiff2png.c Mon Mar 31 09:44:29 2014 -------------------------- Patching file tiff2png.c using Plan A... Hunk #1 succeeded at 78. Hunk #2 succeeded at 88. Hunk #3 succeeded at 819. done ===> 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 tiff2png-0.91p1 ===> Configuring for tiff2png-0.91p1 ===> Building for tiff2png-0.91p1 cc -DFAXPECT -O2 -pipe -Wall -W -I/usr/local/include -c tiff2png.c tiff2png.c:179:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void usage (rc) ^ tiff2png.c:231:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void tiff2png_error_handler (png_ptr, msg) ^ tiff2png.c:267:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tiff2png (tiffname, pngname, verbose, force, interlace_type, ^ tiff2png.c:293:3: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 tile_width, tile_height; /* typedef'd in tiff.h */ ^ /usr/local/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^ /usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ tiff2png.c:338:13: warning: 'int32' is deprecated [-Wdeprecated-declarations] union { int32 i; char c[4]; } endian_tester; ^ /usr/local/include/tiff.h:85:43: note: 'int32' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED int32_t int32 TIFF_GCC_DEPRECATED; ^ /usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ tiff2png.c:463:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations] uint16 resunit; /* typedef'd in tiff.h */ ^ /usr/local/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^ /usr/local/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED' #define TIFF_GCC_DEPRECATED __attribute__((deprecated)) ^ tiff2png.c:289:10: warning: variable 'linesz' set but not used [-Wunused-but-set-variable] size_t linesz; ^ tiff2png.c:1426:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main (argc, argv) ^ 8 warnings generated. cc -o tiff2png tiff2png.o -L/usr/local/lib -lpng -lz -ltiff -ljpeg -lm ld: warning: tiff2png.c(tiff2png.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in graphics/tiff2png at 1731777847.71 ===> graphics/tiff2png ===> Faking installation for tiff2png-0.91p1 /exopi-obj/pobj/tiff2png-0.91/bin/install -c -s -m 755 /exopi-obj/pobj/tiff2png-0.91/tiff2png-0.91/tiff2png /exopi-obj/pobj/tiff2png-0.91/fake-amd64/usr/local/bin ===> Building package for tiff2png-0.91p1 Create /exopi-cvs/ports/packages/amd64/all/tiff2png-0.91p1.tgz Creating package tiff2png-0.91p1 reading plist| checking dependencies| checking dependencies|graphics/png checking dependencies|graphics/tiff checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/tiff2png-0.91p1.tgz >>> Running clean in graphics/tiff2png at 1731777852.40 ===> graphics/tiff2png ===> Cleaning for tiff2png-0.91p1 >>> Ended at 1731777852.75 max_stuck=12.70/depends=3.99/show-prepare-results=0.65/junk=16.67/build=1.70/package=4.69/clean=0.37