CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/07/17 02:49:21
Modified files:
lang/unicon : Makefile distinfo
lang/unicon/pkg: DESCR PLIST
Added files:
lang/unicon/patches: patch-configure_ac patch-ipl_cfuncs_fpoll_c
patch-plugins_src_Makedefs
patch-src_common_yylex_h
patch-src_h_config_h patch-src_h_sys_h
patch-src_iconc_ccomp_c
patch-src_iconc_param_c_in
patch-src_runtime_fmonitr_r
patch-src_runtime_raudio_r
patch-src_runtime_rsys_r
patch-tests_Makefile_test
patch-tests_general_Test-icon
patch-tests_general_Test-iconc
patch-tests_general_Test-icont
patch-tests_posix_tcp_icn
Removed files:
lang/unicon/files: icon.1 mk_icont
lang/unicon/files/openbsd: common.hdr copybin.c define.h
i386_rswitch.c icon_pi.c iconc.hdr
icont.hdr iconx.hdr paths.h pi.hdr
preproc.hdr rtt.hdr runtime.hdr
setpath.c status vt.hdr xiconx.mak
xpm.hdr
lang/unicon/patches: patch-config_unix_Config_common_make
patch-src_libtp_tests_daytime_c
patch-src_libtp_tests_fing_c
patch-src_libtp_tests_hhead_c
patch-src_libtp_tests_testuri_c
patch-src_runtime_fxposix_ri
Log message:
Unbreak and update unicon to 13.3beta1 from espie
It tests okay on amd64, hopefully on other platforms as well.
The iconc compiler is back with a vengeance. It got type inference since
last time, so it can probably rival with compiled languages in at least some
cases.
There are a few tests that don't pass, and the example programs
aren't packaged, and I've just stubbed out the mixer controls for now,
but this is in much better shape than the previous BROKEN version.