On Tue, Nov 07, 2023 at 01:37:11AM -0700, Jonathan Gray wrote:
> CVSROOT:      /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org    2023/11/07 01:37:11
> 
> Modified files:
>       games/nblood   : Makefile distinfo 
>       games/nblood/patches: patch-Common_mak patch-GNUmakefile 
>                             patch-source_blood_src_blood_cpp 
>                             patch-source_exhumed_src_exhumed_cpp 
>       games/nblood/pkg: PLIST 
> Added files:
>       games/nblood/patches: patch-source_rr_src_gameexec_cpp 
> Removed files:
>       games/nblood/patches: 
>                             patch-source_mimalloc_include_mimalloc-internal_h 
> 
> Log message:
> update to nblood r13919
> 

This doesn't build with syscall removed. Can likely be fixed using gnezdo's
https://github.com/openbsd/ports/commit/18c1dc1361faec616d27a99974c0692ba42f4d12

In file included from source/mimalloc/src/prim/prim.c:22:                       
                    source/mimalloc/src/prim/unix/prim.c:67:10: error: use of 
undeclared identifier 'syscall'             return 
syscall(SYS_open,fpath,open_flags,0);                                           
                    ^                                                           
                               source/mimalloc/src/prim/unix/prim.c:70:10: 
error: use of undeclared identifier 'syscall'             return 
syscall(SYS_read,fd,buf,bufsize);                                               
                    ^                                                           
                               source/mimalloc/src/prim/unix/prim.c:73:10: 
error: use of undeclared identifier 'syscall'             return 
syscall(SYS_close,fd);                                                          
                    ^                                                           
                               source/mimalloc/src/prim/unix/prim.c:76:10: 
error: use of undeclared identifier 'syscall'             return 
syscall(SYS_access,fpath,mode);                                                 
                    ^                                                           
                               4 errors generated.

Reply via email to