>>> Building on localhost under lang/hashlink
	BDEPENDS = [graphics/png;devel/sdl2;audio/libvorbis;devel/libuv;audio/openal;databases/sqlite3;graphics/jpeg;devel/gmake;security/polarssl]
	DIST = [lang/hashlink:HaxeFoundation-hashlink-63763dc3d8fcbae5a02a731217a60ad93eb746a1.tar.gz]
	FULLPKGNAME = hashlink-1.14pl2
	RDEPENDS = [graphics/jpeg;audio/openal;security/polarssl;devel/sdl2;graphics/png;devel/libuv;audio/libvorbis;databases/sqlite3]
(Junk lock obtained for localhost at 1738186956.70)
>>> Running depends in lang/hashlink at 1738186956.79
   last junk was in print/weasyprint
/usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 jpeg-3.1.0v0 libuv-1.49.2 libvorbis-1.3.7 mbedtls-2.28.0p1 openal-1.23.1v0 png-1.6.44 sdl2-2.30.10 sqlite3-3.47.2
was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 jpeg-3.1.0v0 libuv-1.49.2 libvorbis-1.3.7 mbedtls-2.28.0p1 openal-1.23.1v0 png-1.6.44 sdl2-2.30.10 sqlite3-3.47.2
/usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 jpeg-3.1.0v0 libuv-1.49.2 libvorbis-1.3.7 mbedtls-2.28.0p1 openal-1.23.1v0 png-1.6.44 sdl2-2.30.10 sqlite3-3.47.2
New and changed readme(s):
	/usr/local/share/doc/pkg-readmes/sdl2
>>> Running show-prepare-results in lang/hashlink at 1738187007.20
===> lang/hashlink
===> Building from scratch hashlink-1.14pl2
===> hashlink-1.14pl2 depends on: gmake-* -> gmake-4.4.1
===> hashlink-1.14pl2 depends on: libvorbis-* -> libvorbis-1.3.7
===> hashlink-1.14pl2 depends on: openal-* -> openal-1.23.1v0
===> hashlink-1.14pl2 depends on: sqlite3-* -> sqlite3-3.47.2
===> hashlink-1.14pl2 depends on: libuv-* -> libuv-1.49.2
===> hashlink-1.14pl2 depends on: sdl2-* -> sdl2-2.30.10
===> hashlink-1.14pl2 depends on: jpeg-* -> jpeg-3.1.0v0
===> hashlink-1.14pl2 depends on: png-* -> png-1.6.44
===> hashlink-1.14pl2 depends on: mbedtls-* -> mbedtls-2.28.0p1
===>  Verifying specs:  GL SDL2 c m mbedcrypto mbedtls mbedx509 openal png pthread sqlite3 turbojpeg uv vorbisfile z
===>  found GL.19.1 SDL2.0.15 c.100.3 m.10.1 mbedcrypto.5.0 mbedtls.7.0 mbedx509.3.2 openal.5.0 png.18.0 pthread.27.1 sqlite3.37.29 turbojpeg.1.1 uv.5.0 vorbisfile.6.0 z.7.1
gmake-4.4.1
jpeg-3.1.0v0
libuv-1.49.2
libvorbis-1.3.7
mbedtls-2.28.0p1
openal-1.23.1v0
png-1.6.44
sdl2-2.30.10
sqlite3-3.47.2
(Junk lock released for localhost at 1738187020.80)
distfiles size=4624767
>>> Running patch in lang/hashlink at 1738187020.89
===> lang/hashlink
===>  Checking files for hashlink-1.14pl2
`/usr/ports/distfiles/HaxeFoundation-hashlink-63763dc3d8fcbae5a02a731217a60ad93eb746a1.tar.gz' is up to date.
>> (SHA256) all files: OK
===>  Extracting for hashlink-1.14pl2
rm -rf /usr/obj/ports/hashlink-1.14pl2/hashlink-63763dc3d8fcbae5a02a731217a60ad93eb746a1/include/{fmt,turbojpeg}
===>  Patching for hashlink-1.14pl2
===>   Applying OpenBSD patch patch-Makefile
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|remove -m$(ARCH)
|add versioning to libhl
|{CFLAGS} -> (CFLAGS) to not get picked up by SUBST_CMD
|remove Linux's 32-/64-bit detection
|remove Darwin detection in install target (breaks 'make fake')
|build libhl_module.so and install hl/hl_module.h and hl/opcodes.h
|install headers (and hlc_main.c) in include/hl/
|
|Index: Makefile
|--- Makefile.orig
|+++ Makefile
--------------------------
Patching file Makefile using Plan A...
Hunk #1 succeeded at 1.
Hunk #2 succeeded at 39.
Hunk #3 succeeded at 75.
Hunk #4 succeeded at 142.
Hunk #5 succeeded at 160.
Hunk #6 succeeded at 180.
Hunk #7 succeeded at 283.
done
===>   Applying OpenBSD patch patch-libs_mysql_socket_c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|fix ifdef's
|
|Index: libs/mysql/socket.c
|--- libs/mysql/socket.c.orig
|+++ libs/mysql/socket.c
--------------------------
Patching file libs/mysql/socket.c using Plan A...
Hunk #1 succeeded at 74.
Hunk #2 succeeded at 121.
done
===>   Applying OpenBSD patch patch-libs_uv_uv_c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|add resolve function from https://github.com/motion-twin
|commit 61be4ae30e52a5ffcfa9212b9b81d4e06225c2ea
|
|Index: libs/uv/uv.c
|--- libs/uv/uv.c.orig
|+++ libs/uv/uv.c
--------------------------
Patching file libs/uv/uv.c using Plan A...
Hunk #1 succeeded at 96.
done
===>   Applying OpenBSD patch patch-src_jit_c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|use snprintf(3) instead of sprintf(3)
|
|Index: src/jit.c
|--- src/jit.c.orig
|+++ src/jit.c
--------------------------
Patching file src/jit.c using Plan A...
Hunk #1 succeeded at 1627.
done
===>   Applying OpenBSD patch patch-src_module_c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|ignore non-matching function signature
|use strlcpy(3) instead of strcpy(3)
|
|Index: src/module.c
|--- src/module.c.orig
|+++ src/module.c
--------------------------
Patching file src/module.c using Plan A...
Hunk #1 succeeded at 324.
Hunk #2 succeeded at 360.
Hunk #3 succeeded at 535.
Hunk #4 succeeded at 555.
Hunk #5 succeeded at 572.
done
===>   Applying OpenBSD patch patch-src_std_socket_c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|add OpenBSD to ifdef
|
|Index: src/std/socket.c
|--- src/std/socket.c.orig
|+++ src/std/socket.c
--------------------------
Patching file src/std/socket.c using Plan A...
Hunk #1 succeeded at 199.
Hunk #2 succeeded at 226.
done
===>   Applying OpenBSD patch patch-src_std_string_c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|work around when nullptr is passed to hl_ucs2length()
|(can enable printing by uncommenting)
|
|Index: src/std/string.c
|--- src/std/string.c.orig
|+++ src/std/string.c
--------------------------
Patching file src/std/string.c using Plan A...
Hunk #1 succeeded at 20.
Hunk #2 succeeded at 78.
done
===>   Applying OpenBSD patch patch-src_std_thread_c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|enable hl_thread_id for OpenBSD using getthrid(2)
|pthread_setname_np -> pthread_set_name_np
|
|Index: src/std/thread.c
|--- src/std/thread.c.orig
|+++ src/std/thread.c
--------------------------
Patching file src/std/thread.c using Plan A...
Hunk #1 succeeded at 25.
Hunk #2 succeeded at 844.
Hunk #3 succeeded at 980.
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++
>>> Running configure in lang/hashlink at 1738187051.59
===> lang/hashlink
===>  Generating configure for hashlink-1.14pl2
/usr/bin/perl /usr/ports/infrastructure/bin/pkg_subst -DCFLAGS=-O2\ -pipe\ \  -DLIBhl_VERSION=2.2 -DLIBhl_module_VERSION=0.0 -DARCH=armv7 -DBASE_PKGPATH=lang/hashlink -DFLAVOR_EXT= -DFULLPKGNAME=hashlink-1.14pl2 -DHOMEPAGE=https://hashlink.haxe.org/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=arm -DMAINTAINER=Thomas\ Frohwein\ \<thfr@openbsd.org\> -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=hashlink -i -B /usr/obj/ports/hashlink-1.14pl2 /usr/obj/ports/hashlink-1.14pl2/hashlink-63763dc3d8fcbae5a02a731217a60ad93eb746a1/Makefile
===>  Configuring for hashlink-1.14pl2
>>> Running build in lang/hashlink at 1738187053.14
===> lang/hashlink
===>  Building for hashlink-1.14pl2
gmake: ./hl: No such file or directory
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_auto_possess.o -c include/pcre/pcre2_auto_possess.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_chartables.o -c include/pcre/pcre2_chartables.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_compile.o -c include/pcre/pcre2_compile.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_config.o -c include/pcre/pcre2_config.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_context.o -c include/pcre/pcre2_context.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_convert.o -c include/pcre/pcre2_convert.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_dfa_match.o -c include/pcre/pcre2_dfa_match.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_error.o -c include/pcre/pcre2_error.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_extuni.o -c include/pcre/pcre2_extuni.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_find_bracket.o -c include/pcre/pcre2_find_bracket.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_jit_compile.o -c include/pcre/pcre2_jit_compile.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_maketables.o -c include/pcre/pcre2_maketables.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_match_data.o -c include/pcre/pcre2_match_data.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_match.o -c include/pcre/pcre2_match.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_newline.o -c include/pcre/pcre2_newline.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_ord2utf.o -c include/pcre/pcre2_ord2utf.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_pattern_info.o -c include/pcre/pcre2_pattern_info.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_script_run.o -c include/pcre/pcre2_script_run.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_serialize.o -c include/pcre/pcre2_serialize.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_string_utils.o -c include/pcre/pcre2_string_utils.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_study.o -c include/pcre/pcre2_study.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_substitute.o -c include/pcre/pcre2_substitute.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_substring.o -c include/pcre/pcre2_substring.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_tables.o -c include/pcre/pcre2_tables.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_ucd.o -c include/pcre/pcre2_ucd.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_valid_utf.o -c include/pcre/pcre2_valid_utf.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_xclass.o -c include/pcre/pcre2_xclass.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/gc.o -c src/gc.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/array.o -c src/std/array.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/buffer.o -c src/std/buffer.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/bytes.o -c src/std/bytes.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/cast.o -c src/std/cast.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/date.o -c src/std/date.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/error.o -c src/std/error.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/debug.o -c src/std/debug.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/file.o -c src/std/file.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/fun.o -c src/std/fun.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/maps.o -c src/std/maps.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/math.o -c src/std/math.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/obj.o -c src/std/obj.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/random.o -c src/std/random.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/regexp.o -c src/std/regexp.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/socket.o -c src/std/socket.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/string.o -c src/std/string.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/sys.o -c src/std/sys.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/types.o -c src/std/types.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/ucs2.o -c src/std/ucs2.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/thread.o -c src/std/thread.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/process.o -c src/std/process.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/track.o -c src/std/track.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o libhl.so.2.2 -L/usr/local/lib -L/usr/X11R6/lib  -shared include/pcre/pcre2_auto_possess.o include/pcre/pcre2_chartables.o include/pcre/pcre2_compile.o include/pcre/pcre2_config.o include/pcre/pcre2_context.o include/pcre/pcre2_convert.o include/pcre/pcre2_dfa_match.o include/pcre/pcre2_error.o include/pcre/pcre2_extuni.o include/pcre/pcre2_find_bracket.o include/pcre/pcre2_jit_compile.o include/pcre/pcre2_maketables.o include/pcre/pcre2_match_data.o include/pcre/pcre2_match.o include/pcre/pcre2_newline.o include/pcre/pcre2_ord2utf.o include/pcre/pcre2_pattern_info.o include/pcre/pcre2_script_run.o include/pcre/pcre2_serialize.o include/pcre/pcre2_string_utils.o include/pcre/pcre2_study.o include/pcre/pcre2_substitute.o include/pcre/pcre2_substring.o include/pcre/pcre2_tables.o include/pcre/pcre2_ucd.o include/pcre/pcre2_valid_utf.o include/pcre/pcre2_xclass.o src/gc.o src/std/array.o src/std/buffer.o src/std/bytes.o src/std/cast.o src/std/date.o src/std/error.o src/std/debug.o src/std/file.o src/std/fun.o src/std/maps.o src/std/math.o src/std/obj.o src/std/random.o src/std/regexp.o src/std/socket.o src/std/string.o src/std/sys.o src/std/types.o src/std/ucs2.o src/std/thread.o src/std/process.o src/std/track.o -lpthread -lm
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/code.o -c src/code.c
cc -O2 -pipe   -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/jit.o -c src/jit.c
src/jit.c:29:3: error: "JIT does not support ARM processors, only x86 and x86-64 are supported, please use HashLink/C native compilation instead"
#       error "JIT does not support ARM processors, only x86 and x86-64 are supported, please use HashLink/C native compilation instead"
        ^
1 error generated.
gmake: *** [Makefile:286: src/jit.o] Error 1
*** Error 2 in lang/hashlink (/usr/ports/infrastructure/mk/bsd.port.mk:3069 '/usr/obj/ports/hashlink-1.14pl2/.build_done': @cd /usr/obj/port...)
*** Error 2 in lang/hashlink (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'build': @lock=hashlink-1.14pl2;  export _LOCKS_HELD=" hashlink-...)
===> Exiting lang/hashlink with an error
*** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo};  : ${target:=build};  for i in ; do  eval...)
>>> Running clean in lang/hashlink at 1738187281.03
===> lang/hashlink
===>  Cleaning for hashlink-1.14pl2
>>> Ended at 1738187282.66
max_stuck=44.99/depends=50.41/show-prepare-results=13.69/patch=30.66/configure=1.60/build=227.90/clean=1.69
Error: job failed with 512 on localhost at 1738187282