On 2014/05/30 09:25, Edd Barrett wrote:
> CVSROOT:      /cvs
> Module name:  ports
> Changes by:   [email protected]    2014/05/30 09:25:48
> 
> Log message:
>     Import games/uhexen2: Hexen II.
>     
>     OK bcallah@, jsg@. Thanks.
>     
>     Status:
>     
>     Vendor Tag:       edd
>     Release Tags:     edd_20140530
>     
>     N ports/games/uhexen2/Makefile
>     N ports/games/uhexen2/distinfo
>     N ports/games/uhexen2/patches/patch-engine_hexen2_Makefile
>     N ports/games/uhexen2/patches/patch-launcher_Makefile
>     N ports/games/uhexen2/patches/patch-engine_hexenworld_server_Makefile
>     N ports/games/uhexen2/patches/patch-engine_hexenworld_client_Makefile
>     N ports/games/uhexen2/patches/patch-h2patch_Makefile
>     N ports/games/uhexen2/patches/patch-hw_utils_hwmquery_Makefile
>     N ports/games/uhexen2/patches/patch-hw_utils_hwmaster_Makefile
>     N ports/games/uhexen2/patches/patch-hw_utils_hwrcon_Makefile
>     N ports/games/uhexen2/patches/patch-docs_README
>     N ports/games/uhexen2/patches/patch-engine_hexen2_server_Makefile
>     N ports/games/uhexen2/pkg/PLIST
>     N ports/games/uhexen2/pkg/README
>     N ports/games/uhexen2/pkg/DESCR
>     
>     No conflicts created by this import
> 

This has a missing depependency:

nasm -I./ -I../h2shared/ -f elf -d_NO_PREFIX -o math.o ../h2shared/math.asm
gmake: nasm: Command not found

Also in the build output:

../h2shared/gl_draw.c: In function 'Draw_PicFromFile':
../h2shared/gl_draw.c:147: warning: array size (4) smaller than bound length 
(20)
../h2shared/gl_draw.c:147: warning: array size (4) smaller than bound length 
(20)
../h2shared/gl_draw.c: In function 'Draw_PicFromWad':
../h2shared/gl_draw.c:164: warning: array size (4) smaller than bound length 
(20)
../h2shared/gl_draw.c:164: warning: array size (4) smaller than bound length 
(20)
../h2shared/gl_draw.c: In function 'Draw_CachePic':
../h2shared/gl_draw.c:227: warning: array size (4) smaller than bound length 
(20)
../h2shared/gl_draw.c:227: warning: array size (4) smaller than bound length 
(20)
../h2shared/gl_draw.c: In function 'Draw_CacheLoadingPic':
../h2shared/gl_draw.c:278: warning: array size (4) smaller than bound length 
(20)
../h2shared/gl_draw.c:278: warning: array size (4) smaller than bound length 
(20)
../h2shared/gl_draw.c: In function 'Draw_CachePicNoTrans':
../h2shared/gl_draw.c:902: warning: array size (4) smaller than bound length 
(20)
../h2shared/gl_draw.c:902: warning: array size (4) smaller than bound length 
(20)

Reply via email to