=> Checksum BLAKE2s OK for dia-0.97.3.tar.xz => Checksum SHA512 OK for dia-0.97.3.tar.xz ===> Installing dependencies for dia-0.97.3nb42 ========================================================================== The following variables will affect the build process of this package, dia-0.97.3nb42. Their current value is shown below: * JPEG_DEFAULT = jpeg Based on these variables, the following variables have been set: * JPEGBASE (defined, but empty) * JPEG_TYPE = jpeg You may want to abort the process now with CTRL-C and change the value of variables in the first group before continuing. Be sure to run `/opt/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency docbook-xsl-[0-9]*: found docbook-xsl-1.79.2nb7 => Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.82.2 => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.7nb1 => Tool dependency intltool>=0.40.0: found intltool-0.51.0nb7 => Tool dependency gmake>=3.81: found gmake-4.4.1 => Tool dependency gettext-tools>=0.15: found gettext-tools-0.22.5 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Tool dependency perl>=5.0: found perl-5.40.0nb1 => Tool dependency pkgconf-[0-9]*: found pkgconf-2.3.0 => Tool dependency xz>=4.999.9betanb1: found xz-5.6.3 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency freetype2>=2.13.2nb1: found freetype2-2.13.3 => Full dependency gettext-lib>=0.22: found gettext-lib-0.22.5 => Full dependency glib2>=2.76.4nb1: found glib2-2.82.2 => Full dependency gtk2+>=2.24.33nb25: found gtk2+-2.24.33nb25 => Full dependency hicolor-icon-theme>=0.9nb1: found hicolor-icon-theme-0.17nb1 => Full dependency libart>=2.3.16nb1: found libart-2.3.21 => Full dependency libxml2>=2.12.9nb3: found libxml2-2.12.9nb3 => Full dependency libxslt>=1.1.42nb3: found libxslt-1.1.42nb3 => Full dependency pango>=1.52.2nb1: found pango-1.54.0 => Build dependency xcb-proto>=1.4: found xcb-proto-1.17.0nb4 => Build dependency xorgproto>=2016.1: found xorgproto-2024.1 => Full dependency at-spi2-core>=2.3.2: found at-spi2-core-2.54.0nb4 => Full dependency brotli>=1.0.1: found brotli-1.1.0 => Full dependency bzip2>=1.0.1: found bzip2-1.0.8 => Full dependency cairo>=1.0.0nb2: found cairo-1.18.2 => Full dependency dbus>=0.91: found dbus-1.14.10 => Full dependency expat>=1.95.7: found expat-2.6.3 => Full dependency fontconfig>=2.11.91: found fontconfig-2.15.0 => Full dependency fribidi>=0.19.1: found fribidi-1.0.16 => Full dependency gdk-pixbuf2>=2.22.0: found gdk-pixbuf2-2.42.12 => Full dependency graphite2>=1.2: found graphite2-1.3.14nb3 => Full dependency harfbuzz>=2.1.1: found harfbuzz-10.1.0 => Full dependency libiconv>=1.9.1: found libiconv-1.17 => Full dependency jbigkit>=2.0: found jbigkit-2.1nb1 => Full dependency jpeg>=8nb1: found jpeg-9f => Full dependency libX11>=1.1: found libX11-1.8.10 => Full dependency libXau>=1.0: found libXau-1.0.11 => Full dependency libXdmcp>=0.99: found libXdmcp-1.1.5 => Full dependency libXft>=2.1.10: found libXft-2.3.8nb1 => Full dependency libXrender>=0.9.2: found libXrender-0.9.11 => Full dependency libffi>=1.20: found libffi-3.4.6 => Full dependency libgcrypt>=1.2.0: found libgcrypt-1.11.0nb2 => Full dependency libgpg-error>=0.6: found libgpg-error-1.51 => Full dependency libxcb>=1.6: found libxcb-1.17.0 => Full dependency lzo>=2.01: found lzo-2.10 => Full dependency pcre2>=10.21: found pcre2-10.44 => Full dependency pixman>=0.40.0: found pixman-0.44.0 => Full dependency png>=1.2.4: found png-1.6.44 => Full dependency shared-mime-info>=0.15: found shared-mime-info-2.4nb4 => Full dependency tiff>=3.6.1: found tiff-4.7.0 => Full dependency xz>=5.0.0: found xz-5.6.3 => Full dependency zlib>=1.1.4: found zlib-1.3.1 ===> Overriding tools for dia-0.97.3nb42 ===> Extracting for dia-0.97.3nb42 ===> Patching for dia-0.97.3nb42 => Applying pkgsrc patches for dia-0.97.3nb42 => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-app_app__procs.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-app_app__procs.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-app_app__procs.c,v 1.1 2021/01/16 00:25:33 gutteridge Exp $ | |Fix endless loop on filenames with invalid encoding (CVE-2019-19451) |https://gitlab.gnome.org/GNOME/dia/issues/428 | |--- app/app_procs.c.orig 2014-08-24 15:46:01.000000000 +0000 |+++ app/app_procs.c -------------------------- Patching file app/app_procs.c using Plan A... Hunk #1 succeeded at 801. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-app_load_save.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-app_load_save.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-app_load_save.c,v 1.2 2019/03/23 18:12:32 gutteridge Exp $ | |Allow NetBSD and OpenBSD to compile by exposing the fchmod() prototype. |This has been reported upstream as: |https://gitlab.gnome.org/GNOME/dia/issues/356 | |--- app/load_save.c.orig 2014-08-24 11:46:01.000000000 -0400 |+++ app/load_save.c -------------------------- Patching file app/load_save.c using Plan A... Hunk #1 succeeded at 19. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-be => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-be Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-be,v 1.3 2020/05/01 20:19:23 rillig Exp $ | |--- lib/intl.c.orig 2014-08-24 11:46:01.000000000 -0400 |+++ lib/intl.c -------------------------- Patching file lib/intl.c using Plan A... Hunk #1 succeeded at 58. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-ca => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-ca Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ca,v 1.2 2009/12/09 10:22:04 drochner Exp $ | |--- doc/en/Makefile.in.orig 2009-05-03 20:12:41.000000000 +0200 |+++ doc/en/Makefile.in -------------------------- Patching file doc/en/Makefile.in using Plan A... Hunk #1 succeeded at 423 (offset 91 lines). done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-cb => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-cb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-cb,v 1.2 2009/12/09 10:22:04 drochner Exp $ | |--- doc/eu/Makefile.in.orig 2009-05-03 20:12:41.000000000 +0200 |+++ doc/eu/Makefile.in -------------------------- Patching file doc/eu/Makefile.in using Plan A... Hunk #1 succeeded at 422 (offset 91 lines). done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-cc => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-cc,v 1.2 2009/12/09 10:22:04 drochner Exp $ | |--- doc/pl/Makefile.in.orig 2009-05-03 20:12:41.000000000 +0200 |+++ doc/pl/Makefile.in -------------------------- Patching file doc/pl/Makefile.in using Plan A... Hunk #1 succeeded at 390 (offset 64 lines). done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-cd => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-cd Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-cd,v 1.2 2015/06/09 08:55:23 wiz Exp $ | |--- doc/fr/Makefile.in.orig 2014-09-05 11:08:04.000000000 -0400 |+++ doc/fr/Makefile.in -------------------------- Patching file doc/fr/Makefile.in using Plan A... Hunk #1 succeeded at 674. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-configure => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-configure,v 1.1 2024/06/18 09:07:25 markd Exp $ | |c99 removes support for implicit ints, so declare the return type |of main explicitly. From Fedora | |fixes for pkgsrc python - from renamed patch-aa | |--- configure.orig 2014-09-05 15:08:16.000000000 +0000 |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 17571. Hunk #2 succeeded at 19308. Hunk #3 succeeded at 19326. Hunk #4 succeeded at 19420. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-da => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-da Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-da,v 1.3 2009/12/09 10:22:04 drochner Exp $ | |--- omf.make.orig 2009-04-17 10:25:24.000000000 +0200 |+++ omf.make -------------------------- Patching file omf.make using Plan A... Hunk #1 succeeded at 44. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-lib_prop__geomtypes.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-lib_prop__geomtypes.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-lib_prop__geomtypes.c,v 1.1 2024/06/18 09:07:25 markd Exp $ | |Backport from https://gitlab.gnome.org/GNOME/dia/-/commit/f57ea2685034ddbafc19f35d9b525a12283d7c24 |via Fedora | |--- lib/prop_geomtypes.c.orig 2014-08-24 15:46:01.000000000 +0000 |+++ lib/prop_geomtypes.c -------------------------- Patching file lib/prop_geomtypes.c using Plan A... Hunk #1 succeeded at 129. Hunk #2 succeeded at 243. Hunk #3 succeeded at 360. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-lib_prop__inttypes.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-lib_prop__inttypes.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-lib_prop__inttypes.c,v 1.1 2024/06/18 09:07:25 markd Exp $ | |Backport from https://gitlab.gnome.org/GNOME/dia/-/commit/f57ea2685034ddbafc19f35d9b525a12283d7c24 |via Fedora | |--- lib/prop_inttypes.c.orig 2014-08-24 15:46:01.000000000 +0000 |+++ lib/prop_inttypes.c -------------------------- Patching file lib/prop_inttypes.c using Plan A... Hunk #1 succeeded at 122. Hunk #2 succeeded at 230. Hunk #3 succeeded at 341. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-lib_prop__text.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-lib_prop__text.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-lib_prop__text.c,v 1.1 2024/06/18 09:07:25 markd Exp $ | |Backport from https://gitlab.gnome.org/GNOME/dia/-/commit/f57ea2685034ddbafc19f35d9b525a12283d7c24 |via Fedora | |--- lib/prop_text.c.orig 2014-08-24 15:46:01.000000000 +0000 |+++ lib/prop_text.c -------------------------- Patching file lib/prop_text.c using Plan A... Hunk #1 succeeded at 208. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-lib_properties.h => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-lib_properties.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-lib_properties.h,v 1.1 2024/06/18 09:07:25 markd Exp $ | |Backport from https://gitlab.gnome.org/GNOME/dia/-/commit/f57ea2685034ddbafc19f35d9b525a12283d7c24 |via Fedora | |--- lib/properties.h.orig 2014-08-24 15:46:01.000000000 +0000 |+++ lib/properties.h -------------------------- Patching file lib/properties.h using Plan A... Hunk #1 succeeded at 116. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-objects_custom_custom__object.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-objects_custom_custom__object.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-objects_custom_custom__object.c,v 1.1 2024/06/18 09:07:25 markd Exp $ | |Backport from https://gitlab.gnome.org/GNOME/dia/-/commit/f57ea2685034ddbafc19f35d9b525a12283d7c24 |via Fedora | |--- objects/custom/custom_object.c.orig 2014-08-24 15:46:01.000000000 +0000 |+++ objects/custom/custom_object.c -------------------------- Patching file objects/custom/custom_object.c using Plan A... Hunk #1 succeeded at 372. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-plug-ins_postscript_diapsft2renderer.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-plug-ins_postscript_diapsft2renderer.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-plug-ins_postscript_diapsft2renderer.c,v 1.3 2024/06/18 09:07:25 markd Exp $ | |From e5557aa1d396bc3ca80240f7b5c0a1831a5cf209 Mon Sep 17 00:00:00 2001 |From: Hans Breuer <hans@breuer.org> |Date: Sat, 4 May 2013 15:20:15 +0200 |Subject: [PATCH] [warningectomy] initialization from incompatible pointer type | |FT_Outline_Funcs take const FT_Vector* nowadays. | |diff --git a/plug-ins/postscript/diapsft2renderer.c b/plug-ins/postscript/diapsft2renderer.c |index 63aac74b5..ed4182e5e 100644 |--- plug-ins/postscript/diapsft2renderer.c |+++ plug-ins/postscript/diapsft2renderer.c -------------------------- Patching file plug-ins/postscript/diapsft2renderer.c using Plan A... Hunk #1 succeeded at 61. Hunk #2 succeeded at 111. Hunk #3 succeeded at 121. Hunk #4 succeeded at 131. Hunk #5 succeeded at 144. Hmm... Ignoring the trailing garbage. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-plug-ins_postscript_paginate__psprint.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-plug-ins_postscript_paginate__psprint.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-plug-ins_postscript_paginate__psprint.c,v 1.1 2014/04/15 20:34:36 asau Exp $ | |--- plug-ins/postscript/paginate_psprint.c.orig 2009-11-07 14:28:34.000000000 +0000 |+++ plug-ins/postscript/paginate_psprint.c -------------------------- Patching file plug-ins/postscript/paginate_psprint.c using Plan A... Hunk #1 succeeded at 31. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-tests-boundingbox.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-tests-boundingbox.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-tests-boundingbox.c,v 1.1 2024/06/18 09:07:25 markd Exp $ | |From caddfcab250fe677ecf294fad835b71e6b10cf26 Mon Sep 17 00:00:00 2001 |From: Hans Breuer <hans@breuer.org> |Date: Fri, 3 Oct 2014 22:26:36 +0200 |Subject: [PATCH] [warningectomy] incompatible pointer types passing ... | |test-boundingbox.c:152:58: warning: incompatible pointer types passing 'void (const struct _TestBeziers *)' to parameter of type 'GTestDataFunc' (aka 'void (*)(gconstpointer)') [-Wincompatible-pointer-types] | g_test_add_data_func (testpath, &_test_beziers[i], _check_one_bezier); | ^~~~~~~~~~~~~~~~~ | |diff --git a/tests/test-boundingbox.c b/tests/test-boundingbox.c |index f5b57250e..f542e590d 100644 |--- tests/test-boundingbox.c |+++ tests/test-boundingbox.c -------------------------- Patching file tests/test-boundingbox.c using Plan A... Hunk #1 succeeded at 99 (offset -33 lines). done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-tests-test-objects.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/dia/patches/patch-tests-test-objects.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-tests-test-objects.c,v 1.1 2024/06/18 09:07:25 markd Exp $ | |Backport from https://gitlab.gnome.org/GNOME/dia/-/commit/9c481f649414190bf8d6741cbca1777e9766756b |via Fedora | |--- tests/test-objects.c 2014-08-24 17:46:02.000000000 +0200 |+++ tests/test-objects.c.g_test_add_data_func_2 2024-03-03 01:01:53.832977690 +0100 -------------------------- Patching file tests/test-objects.c using Plan A... Hunk #1 succeeded at 39. Hunk #2 succeeded at 113. Hunk #3 succeeded at 174. Hunk #4 succeeded at 218. done ===> Creating toolchain wrappers for dia-0.97.3nb42 ===> Configuring for dia-0.97.3nb42 => Fixing empty "for" loops. => Fixing path to installed files. => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Fixing locale directory references. configure: WARNING: unrecognized options: --with-libiconv-prefix checking for a BSD-compatible install... /usr/bin/install -c -o pbulk -g staff checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... /opt/pkg/bin/nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking whether clang understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of clang... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether clang++ accepts -g... yes checking dependency style of clang++... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... aarch64-apple-darwin23 checking host system type... aarch64-apple-darwin23 checking how to print strings... print -r checking for a sed that does not truncate output... /opt/pkg/bin/nbsed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... /usr/bin/grep -F checking for ld used by clang... /Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 1048576 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert aarch64-apple-darwin23 file names to aarch64-apple-darwin23 format... func_convert_file_noop checking how to convert aarch64-apple-darwin23 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for aarch64-apple-darwin23-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for aarch64-apple-darwin23-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for aarch64-apple-darwin23-ar... no checking for ar... ar checking for archiver @FILE support... no checking for aarch64-apple-darwin23-strip... no checking for strip... strip checking for aarch64-apple-darwin23-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from clang object... ok checking for sysroot... no checking for aarch64-apple-darwin23-mt... no checking for mt... no checking if : is a manifest tool... no checking for aarch64-apple-darwin23-dsymutil... no checking for dsymutil... dsymutil checking for aarch64-apple-darwin23-nmedit... no checking for nmedit... nmedit checking for aarch64-apple-darwin23-lipo... no checking for lipo... lipo checking for aarch64-apple-darwin23-otool... no checking for otool... otool checking for aarch64-apple-darwin23-otool64... no checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking how to run the C preprocessor... clang -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -fno-common -DPIC checking if clang PIC flag -fno-common -DPIC works... yes checking if clang static flag -static works... no checking if clang supports -c -o file.o... rm: conftest*: No such file or directory yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang linker (/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin23 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... clang++ -E checking for ld used by clang++... /Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking whether the clang++ linker (/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking for clang++ option to produce PIC... -fno-common -DPIC checking if clang++ PIC flag -fno-common -DPIC works... yes checking if clang++ static flag -static works... no checking if clang++ supports -c -o file.o... rm: conftest*: No such file or directory yes checking if clang++ supports -c -o file.o... (cached) yes checking whether the clang++ linker (/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin23 dyld checking how to hardcode library paths into programs... immediate checking whether build environment is sane... yes checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for library containing strerror... none required checking for ANSI C header files... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for an ANSI C-conforming const... yes checking for select... yes checking for strcspn... yes checking for strdup... yes checking for strtol... yes checking whether NLS is requested... yes checking for intltool >= 0.35.0... 0.51.0 found checking for intltool-update... /Users/pbulk/build/graphics/dia/work/.tools/bin/intltool-update checking for intltool-merge... /Users/pbulk/build/graphics/dia/work/.tools/bin/intltool-merge checking for intltool-extract... /Users/pbulk/build/graphics/dia/work/.tools/bin/intltool-extract checking for xgettext... /opt/pkg/bin/xgettext checking for msgmerge... /opt/pkg/bin/msgmerge checking for msgfmt... /Users/pbulk/build/graphics/dia/work/.tools/bin/msgfmt checking for gmsgfmt... /Users/pbulk/build/graphics/dia/work/.tools/bin/msgfmt checking for perl... /opt/pkg/bin/perl checking for perl >= 5.8.1... 5.40.0 checking for XML::Parser... ok checking pkg-config is at least version 0.9.0... yes checking for GMODULE... yes checking for glib-genmarshal... /opt/pkg/bin/glib-genmarshal checking for PANGOVERSION... yes checking for PANGOFT2... yes checking for FT_Init_FreeType in -lfreetype... yes checking if FreeType version is 2.0.9 or higher... yes checking for LIBART... yes checking whether GNOME specific code should be used... no checking for GTK... yes checking for CAIROVERSION... yes checking for CAIRO... yes checking for PANGOCAIRO... yes checking for XSLT... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for png_read_info in -lpng... yes checking for png_structp in png.h... yes checking emf.h usability... no checking emf.h presence... no checking for emf.h... no checking for CreateEnhMetaFileWithFILEW in -lEMF... no checking for xgettext... /opt/pkg/bin/xgettext checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /Users/pbulk/build/graphics/dia/work/.tools/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /Users/pbulk/build/graphics/dia/work/.tools/bin/msgfmt checking for xgettext... (cached) /opt/pkg/bin/xgettext checking for xml2-config... xml2-config checking for libxml >= 2.3.9... found checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for gzread in -lz... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking for isinf in -lm... yes checking if C compiler accepts -Wall... yes checking if C compiler accepts -Werror=declaration-after-statement... yes checking if C compiler accepts -Werror=implicit-function-declaration... yes checking if C compiler accepts -Wmissing-prototypes... yes checking if C compiler accepts -Wmissing-declarations... yes checking if C compiler accepts -finline-functions... yes checking if C compiler accepts -fstrict-aliasing... yes checking if C compiler accepts -Wpointer-arith... yes checking if C compiler accepts -Winit-self... yes checking if C compiler accepts -Wformat-nonliteral... yes checking for db2html... no checking for xsltproc... /opt/pkg/bin/xsltproc checking for dblatex... no checking for jw... no checking that generated files are newer than configure... done checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating lib/pixmaps/Makefile config.status: creating po/Makefile.in config.status: creating objects/Makefile config.status: creating objects/AADL/Makefile config.status: creating objects/chronogram/Makefile config.status: creating objects/custom/Makefile config.status: creating objects/custom_lines/Makefile config.status: creating objects/ER/Makefile config.status: creating objects/flowchart/Makefile config.status: creating objects/FS/Makefile config.status: creating objects/GRAFCET/Makefile config.status: creating objects/Istar/Makefile config.status: creating objects/Jackson/Makefile config.status: creating objects/KAOS/Makefile config.status: creating objects/Misc/Makefile config.status: creating objects/network/Makefile config.status: creating objects/SADT/Makefile config.status: creating objects/SISSI/Makefile config.status: creating objects/standard/Makefile config.status: creating objects/UML/Makefile config.status: creating objects/Database/Makefile config.status: creating shapes/Makefile config.status: creating shapes/Assorted/Makefile config.status: creating shapes/BPMN/Makefile config.status: creating shapes/ChemEng/Makefile config.status: creating shapes/Circuit/Makefile config.status: creating shapes/Cisco/Makefile config.status: creating shapes/Civil/Makefile config.status: creating shapes/Contact/Makefile config.status: creating shapes/Cybernetics/Makefile config.status: creating shapes/Electric/Makefile config.status: creating shapes/flowchart/Makefile config.status: creating shapes/Gane_and_Sarson/Makefile config.status: creating shapes/jigsaw/Makefile config.status: creating shapes/Lights/Makefile config.status: creating shapes/Logic/Makefile config.status: creating shapes/Map/Makefile config.status: creating shapes/Map/Isometric/Makefile config.status: creating shapes/Misc/Makefile config.status: creating shapes/MSE/Makefile config.status: creating shapes/network/Makefile config.status: creating shapes/Pneumatic/Makefile config.status: creating shapes/RDP/Makefile config.status: creating shapes/SDL/Makefile config.status: creating shapes/sybase/Makefile config.status: creating app/Makefile config.status: creating app/pixmaps/Makefile config.status: creating bindings/Makefile config.status: creating samples/Makefile config.status: creating sheets/Makefile config.status: creating sheets/ER/Makefile config.status: creating sheets/GRAFCET/Makefile config.status: creating sheets/Istar/Makefile config.status: creating sheets/Jackson/Makefile config.status: creating sheets/KAOS/Makefile config.status: creating sheets/SISSI/Makefile config.status: creating sheets/UML/Makefile config.status: creating plug-ins/Makefile config.status: creating plug-ins/cgm/Makefile config.status: creating plug-ins/cairo/Makefile config.status: creating plug-ins/drs/Makefile config.status: creating plug-ins/dxf/Makefile config.status: creating plug-ins/hpgl/Makefile config.status: creating plug-ins/libart/Makefile config.status: creating plug-ins/metapost/Makefile config.status: creating plug-ins/pixbuf/Makefile config.status: creating plug-ins/postscript/Makefile config.status: creating plug-ins/pstricks/Makefile config.status: creating plug-ins/pgf/Makefile config.status: creating plug-ins/python/Makefile config.status: creating plug-ins/shape/Makefile config.status: creating plug-ins/svg/Makefile config.status: creating plug-ins/vdx/Makefile config.status: creating plug-ins/wmf/Makefile config.status: creating plug-ins/wpg/Makefile config.status: creating plug-ins/xfig/Makefile config.status: creating plug-ins/xslt/Makefile config.status: creating tests/Makefile config.status: creating tests/exports/Makefile config.status: creating data/Makefile config.status: creating data/icons/Makefile config.status: creating data/icons/16x16/Makefile config.status: creating data/icons/16x16/apps/Makefile config.status: creating data/icons/22x22/Makefile config.status: creating data/icons/22x22/apps/Makefile config.status: creating data/icons/24x24/Makefile config.status: creating data/icons/24x24/apps/Makefile config.status: creating data/icons/32x32/Makefile config.status: creating data/icons/32x32/apps/Makefile config.status: creating data/icons/48x48/Makefile config.status: creating data/icons/48x48/apps/Makefile config.status: creating data/icons/scalable/Makefile config.status: creating data/icons/scalable/apps/Makefile config.status: creating doc/Makefile config.status: creating doc/en/Makefile config.status: creating doc/eu/Makefile config.status: creating doc/pl/Makefile config.status: creating doc/fr/Makefile config.status: creating installer/Makefile config.status: creating installer/macosx/Makefile config.status: creating installer/win32/Makefile config.status: creating installer/win32/locale/Makefile config.status: creating dia.keys config.status: WARNING: 'dia.keys.in' seems to ignore the --datarootdir setting config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands rm: libtoolT: No such file or directory config.status: executing default-1 commands config.status: executing po/stamp-it commands configure: WARNING: unrecognized options: --with-libiconv-prefix Configuration: Source code location: . Compiler: clang Gnome support: no Python support: no Libart support (PNG export): yes Cairo support (PNG, PDF, print): yes Dia Python bindings with SWIG no WMF plug-in with libEMF: no html doc: no pdf and ps doc: no Now type make to build dia... => Overriding intltool. => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp