=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for yquake2-7.45nb8
Build configuration
============================
WITH_CURL = yes
===> Building quake2
WITH_OPENAL = yes
/usr/pkg/bin/gmake release/quake2
gmake[1]: Entering directory '/tmp/pkgbuild/games/yquake2/work.alpha/quake2-7.45'
WITH_SYSTEMWIDE = yes
WITH_SYSTEMDIR = /usr/pkg/share/yquake2
WITH_RPATH = yes
============================

===> Building q2ded
/usr/pkg/bin/gmake release/q2ded
gmake[1]: Entering directory '/tmp/pkgbuild/games/yquake2/work.alpha/quake2-7.45'
===> CC src/backends/generic/misc.c
===> CC src/backends/generic/misc.c
===> CC src/client/cl_cin.c
===> CC src/common/argproc.c
===> CC src/common/clientserver.c
===> CC src/common/collision.c
===> CC src/client/cl_console.c
===> CC src/client/cl_download.c
===> CC src/common/crc.c
===> CC src/common/cmdparser.c
===> CC src/client/cl_effects.c
===> CC src/common/cvar.c
===> CC src/common/filesystem.c
===> CC src/client/cl_entities.c
===> CC src/common/glob.c
===> CC src/client/cl_input.c
===> CC src/common/md4.c
===> CC src/common/frame.c
===> CC src/common/movemsg.c
===> CC src/client/cl_inventory.c
===> CC src/client/cl_keyboard.c
===> CC src/common/netchan.c
===> CC src/common/pmove.c
===> CC src/client/cl_lights.c
===> CC src/common/szone.c
===> CC src/client/cl_main.c
===> CC src/common/zone.c
===> CC src/common/shared/rand.c
===> CC src/common/shared/shared.c
===> CC src/client/cl_network.c
===> CC src/client/cl_parse.c
===> CC src/common/unzip/ioapi.c
===> CC src/common/unzip/miniz.c
src/common/unzip/miniz.c:3030:9: note: #pragma message: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.
 #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.")
         ^~~~~~~
===> CC src/client/cl_particles.c
===> CC src/client/cl_prediction.c
===> CC src/client/cl_screen.c
===> CC src/client/cl_tempentities.c
===> CC src/client/cl_view.c
===> CC src/client/curl/download.c
src/client/curl/download.c: In function 'CL_HTTP_Recv':
src/client/curl/download.c:73:3: warning: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations]
   qcurl_easy_getinfo(dl->curl, CURLINFO_CONTENT_LENGTH_DOWNLOAD, &length);
   ^~~~~~~~~~~~~~~~~~
In file included from src/client/curl/../header/../curl/header/download.h:35:0,
                 from src/client/curl/../header/client.h:52,
                 from src/client/curl/download.c:29:
/tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/include/curl/curl.h:2853:3: note: declared here
   CURLINFO_CONTENT_LENGTH_DOWNLOAD
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
===> CC src/client/curl/qcurl.c
===> CC src/client/input/sdl.c
===> CC src/client/menu/menu.c
===> CC src/common/unzip/unzip.c
===> CC src/server/sv_cmd.c
===> CC src/server/sv_conless.c
===> CC src/client/menu/qmenu.c
===> CC src/server/sv_entities.c
===> CC src/client/menu/videomenu.c
===> CC src/server/sv_game.c
===> CC src/client/sound/sdl.c
===> CC src/server/sv_init.c
===> CC src/server/sv_main.c
===> CC src/client/sound/ogg.c
===> CC src/server/sv_save.c
===> CC src/server/sv_send.c
===> CC src/server/sv_user.c
===> CC src/server/sv_world.c
===> CC src/backends/unix/main.c
===> CC src/backends/unix/network.c
===> CC src/backends/unix/signalhandler.c
===> CC src/backends/unix/system.c
===> CC src/backends/unix/shared/hunk.c
===> LD release/q2ded
gmake[1]: Leaving directory '/tmp/pkgbuild/games/yquake2/work.alpha/quake2-7.45'
===> CC src/client/sound/openal.c
===> Building baseq2/game.so
/usr/pkg/bin/gmake release/baseq2/game.so
gmake[1]: Entering directory '/tmp/pkgbuild/games/yquake2/work.alpha/quake2-7.45'
===> CC src/common/shared/flash.c
===> CC src/common/shared/rand.c
===> CC src/common/shared/shared.c
===> CC src/client/sound/qal.c
===> CC src/game/g_ai.c
===> CC src/client/sound/sound.c
===> CC src/game/g_chase.c
===> CC src/game/g_cmds.c
===> CC src/client/sound/wave.c
===> CC src/client/vid/glimp_sdl.c
===> CC src/game/g_combat.c
===> CC src/client/vid/vid.c
===> CC src/game/g_func.c
===> CC src/common/argproc.c
===> CC src/game/g_items.c
===> CC src/common/clientserver.c
===> CC src/common/collision.c
===> CC src/common/crc.c
===> CC src/game/g_main.c
===> CC src/common/cmdparser.c
===> CC src/game/g_misc.c
===> CC src/common/cvar.c
===> CC src/common/filesystem.c
===> CC src/game/g_monster.c
===> CC src/common/glob.c
===> CC src/game/g_phys.c
===> CC src/common/md4.c
===> CC src/common/movemsg.c
===> CC src/game/g_spawn.c
===> CC src/common/frame.c
===> CC src/game/g_svcmds.c
===> CC src/common/netchan.c
===> CC src/common/pmove.c
===> CC src/game/g_target.c
===> CC src/common/szone.c
===> CC src/game/g_trigger.c
===> CC src/common/zone.c
===> CC src/common/shared/flash.c
===> CC src/common/shared/rand.c
===> CC src/common/shared/shared.c
===> CC src/game/g_turret.c
===> CC src/game/g_utils.c
===> CC src/common/unzip/ioapi.c
===> CC src/common/unzip/miniz.c
===> CC src/game/g_weapon.c
src/common/unzip/miniz.c:3030:9: note: #pragma message: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.
 #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.")
         ^~~~~~~
===> CC src/game/monster/berserker/berserker.c
===> CC src/game/monster/boss2/boss2.c
===> CC src/game/monster/boss3/boss3.c
===> CC src/game/monster/boss3/boss31.c
===> CC src/game/monster/boss3/boss32.c
===> CC src/game/monster/brain/brain.c
===> CC src/game/monster/chick/chick.c
===> CC src/game/monster/flipper/flipper.c
===> CC src/game/monster/float/float.c
===> CC src/game/monster/flyer/flyer.c
===> CC src/game/monster/gladiator/gladiator.c
===> CC src/game/monster/gunner/gunner.c
===> CC src/game/monster/hover/hover.c
===> CC src/game/monster/infantry/infantry.c
===> CC src/game/monster/insane/insane.c
===> CC src/game/monster/medic/medic.c
===> CC src/game/monster/misc/move.c
===> CC src/game/monster/mutant/mutant.c
===> CC src/game/monster/parasite/parasite.c
===> CC src/common/unzip/unzip.c
===> CC src/game/monster/soldier/soldier.c
===> CC src/game/monster/supertank/supertank.c
===> CC src/server/sv_cmd.c
===> CC src/game/monster/tank/tank.c
===> CC src/game/player/client.c
===> CC src/server/sv_conless.c
===> CC src/server/sv_entities.c
===> CC src/server/sv_game.c
===> CC src/game/player/hud.c
===> CC src/server/sv_init.c
===> CC src/game/player/trail.c
===> CC src/server/sv_main.c
===> CC src/game/player/view.c
===> CC src/server/sv_save.c
===> CC src/game/player/weapon.c
===> CC src/server/sv_send.c
===> CC src/server/sv_user.c
===> CC src/server/sv_world.c
===> CC src/game/savegame/savegame.c
===> CC src/backends/unix/main.c
===> CC src/backends/unix/network.c
===> LD release/baseq2/game.so
gmake[1]: Leaving directory '/tmp/pkgbuild/games/yquake2/work.alpha/quake2-7.45'
===> CC src/backends/unix/signalhandler.c
===> Building ref_gl1.so
/usr/pkg/bin/gmake release/ref_gl1.so
gmake[1]: Entering directory '/tmp/pkgbuild/games/yquake2/work.alpha/quake2-7.45'
===> CC src/backends/unix/system.c
===> CC src/backends/unix/shared/hunk.c
===> LD release/quake2
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_bsdjoystick.o): in function `FreeHwData':
(.text+0x320): undefined reference to `hid_dispose_report_desc'
ld: (.text+0x324): undefined reference to `hid_dispose_report_desc'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_bsdjoystick.o): in function `BSD_JoystickUpdate':
(.text+0x418): undefined reference to `hid_start_parse'
ld: (.text+0x420): undefined reference to `hid_start_parse'
ld: (.text+0x444): undefined reference to `hid_get_item'
ld: (.text+0x44c): undefined reference to `hid_get_item'
ld: (.text+0x484): undefined reference to `hid_get_data'
ld: (.text+0x48c): undefined reference to `hid_get_data'
ld: (.text+0x4c4): undefined reference to `hid_end_parse'
ld: (.text+0x4c8): undefined reference to `hid_end_parse'
ld: (.text+0x50c): undefined reference to `hid_get_data'
ld: (.text+0x51c): undefined reference to `hid_get_data'
ld: (.text+0x580): undefined reference to `hid_get_data'
ld: (.text+0x588): undefined reference to `hid_get_data'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_bsdjoystick.o): in function `CreateHwData':
(.text+0x934): undefined reference to `hid_get_report_desc'
ld: (.text+0x950): undefined reference to `hid_get_report_desc'
ld: (.text+0x994): undefined reference to `hid_report_size'
ld: (.text+0x998): undefined reference to `hid_report_size'
ld: (.text+0xaa8): undefined reference to `hid_start_parse'
ld: (.text+0xaac): undefined reference to `hid_start_parse'
ld: (.text+0xaf4): undefined reference to `hid_get_item'
ld: (.text+0xafc): undefined reference to `hid_get_item'
ld: (.text+0xb54): undefined reference to `hid_end_parse'
ld: (.text+0xb58): undefined reference to `hid_end_parse'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_bsdjoystick.o): in function `BSD_JoystickInit':
(.text+0x12d4): undefined reference to `hid_init'
ld: (.text+0x12d8): undefined reference to `hid_init'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_systhread.o): in function `SDL_SYS_CreateThread':
(.text+0x48): undefined reference to `pthread_attr_init'
ld: (.text+0x50): undefined reference to `pthread_attr_init'
ld: (.text+0x64): undefined reference to `pthread_attr_setdetachstate'
ld: (.text+0x6c): undefined reference to `pthread_attr_setdetachstate'
ld: (.text+0x84): undefined reference to `pthread_create'
ld: (.text+0x98): undefined reference to `pthread_create'
ld: (.text+0x124): undefined reference to `pthread_attr_setstacksize'
ld: (.text+0x128): undefined reference to `pthread_attr_setstacksize'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_systhread.o): in function `SDL_SYS_SetupThread':
(.text+0x180): undefined reference to `pthread_setname_np'
ld: (.text+0x188): undefined reference to `pthread_setname_np'
ld: (.text+0x240): undefined reference to `pthread_setcanceltype'
ld: (.text+0x244): undefined reference to `pthread_setcanceltype'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_systhread.o): in function `SDL_SYS_SetThreadPriority':
(.text+0x324): undefined reference to `pthread_getschedparam'
ld: (.text+0x32c): undefined reference to `pthread_getschedparam'
ld: (.text+0x3d4): undefined reference to `pthread_setschedparam'
ld: (.text+0x3dc): undefined reference to `pthread_setschedparam'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_syssem.o): in function `SDL_CreateSemaphore_REAL':
(.text+0x3c): undefined reference to `sem_init'
ld: (.text+0x48): undefined reference to `sem_init'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_syssem.o): in function `SDL_DestroySemaphore_REAL':
(.text+0xec): undefined reference to `sem_destroy'
ld: (.text+0xf0): undefined reference to `sem_destroy'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_syssem.o): in function `SDL_SemTryWait_REAL':
(.text+0x134): undefined reference to `sem_trywait'
ld: (.text+0x138): undefined reference to `sem_trywait'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_syssem.o): in function `SDL_SemWait_REAL':
(.text+0x1d0): undefined reference to `sem_wait'
ld: (.text+0x1d4): undefined reference to `sem_wait'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_syssem.o): in function `SDL_SemWaitTimeout_REAL':
(.text+0x370): undefined reference to `sem_timedwait'
ld: (.text+0x378): undefined reference to `sem_timedwait'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_syssem.o): in function `SDL_SemValue_REAL':
(.text+0x500): undefined reference to `sem_getvalue'
ld: (.text+0x504): undefined reference to `sem_getvalue'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_syssem.o): in function `SDL_SemPost_REAL':
(.text+0x548): undefined reference to `sem_post'
ld: (.text+0x54c): undefined reference to `sem_post'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_audio.o): in function `SDL_AudioInit_REAL':
(.text+0x2d84): undefined reference to `src_new'
ld: (.text+0x2d94): undefined reference to `src_process'
ld: (.text+0x2da0): undefined reference to `src_reset'
ld: (.text+0x2dac): undefined reference to `src_delete'
ld: (.text+0x2db8): undefined reference to `src_strerror'
ld: (.text+0x2dc4): undefined reference to `src_simple'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_x11dyn.o): in function `SDL_X11_LoadSymbols':
(.text+0x730): undefined reference to `XAllocSizeHints'
ld: (.text+0x748): undefined reference to `XAllocWMHints'
ld: (.text+0x754): undefined reference to `XAllocClassHint'
ld: (.text+0x760): undefined reference to `XChangePointerControl'
ld: (.text+0x76c): undefined reference to `XChangeProperty'
ld: (.text+0x778): undefined reference to `XCheckIfEvent'
ld: (.text+0x784): undefined reference to `XClearWindow'
ld: (.text+0x790): undefined reference to `XCloseDisplay'
ld: (.text+0x79c): undefined reference to `XConvertSelection'
ld: (.text+0x7a8): undefined reference to `XCreateBitmapFromData'
ld: (.text+0x7b4): undefined reference to `XCreateColormap'
ld: (.text+0x7c0): undefined reference to `XCreatePixmapCursor'
ld: (.text+0x7cc): undefined reference to `XCreateFontCursor'
ld: (.text+0x7d8): undefined reference to `XCreateFontSet'
ld: (.text+0x7e4): undefined reference to `XCreateGC'
ld: (.text+0x7f0): undefined reference to `XCreateImage'
ld: (.text+0x7fc): undefined reference to `XCreateWindow'
ld: (.text+0x808): undefined reference to `XDefineCursor'
ld: (.text+0x814): undefined reference to `XDeleteProperty'
ld: (.text+0x820): undefined reference to `XDestroyWindow'
ld: (.text+0x82c): undefined reference to `XDisplayKeycodes'
ld: (.text+0x838): undefined reference to `XDrawRectangle'
ld: (.text+0x844): undefined reference to `XDisplayName'
ld: (.text+0x850): undefined reference to `XDrawString'
ld: (.text+0x85c): undefined reference to `XEventsQueued'
ld: (.text+0x868): undefined reference to `XFillRectangle'
ld: (.text+0x874): undefined reference to `XFilterEvent'
ld: (.text+0x880): undefined reference to `XFlush'
ld: (.text+0x88c): undefined reference to `XFree'
ld: (.text+0x898): undefined reference to `XFreeCursor'
ld: (.text+0x8a4): undefined reference to `XFreeFontSet'
ld: (.text+0x8b0): undefined reference to `XFreeGC'
ld: (.text+0x8bc): undefined reference to `XFreeFont'
ld: (.text+0x8c8): undefined reference to `XFreeModifiermap'
ld: (.text+0x8d4): undefined reference to `XFreePixmap'
ld: (.text+0x8e0): undefined reference to `XFreeStringList'
ld: (.text+0x8ec): undefined reference to `XGetAtomName'
ld: (.text+0x8f8): undefined reference to `XGetInputFocus'
ld: (.text+0x904): undefined reference to `XGetErrorDatabaseText'
ld: (.text+0x910): undefined reference to `XGetModifierMapping'
ld: (.text+0x91c): undefined reference to `XGetPointerControl'
ld: (.text+0x928): undefined reference to `XGetSelectionOwner'
ld: (.text+0x934): undefined reference to `XGetVisualInfo'
ld: (.text+0x940): undefined reference to `XGetWindowAttributes'
ld: (.text+0x94c): undefined reference to `XGetWindowProperty'
ld: (.text+0x958): undefined reference to `XGetWMHints'
ld: (.text+0x964): undefined reference to `XGetWMNormalHints'
ld: (.text+0x970): undefined reference to `XIfEvent'
ld: (.text+0x97c): undefined reference to `XGrabKeyboard'
ld: (.text+0x988): undefined reference to `XGrabPointer'
ld: (.text+0x994): undefined reference to `XGrabServer'
ld: (.text+0x9a0): undefined reference to `XIconifyWindow'
ld: (.text+0x9ac): undefined reference to `XKeysymToKeycode'
ld: (.text+0x9b8): undefined reference to `XKeysymToString'
ld: (.text+0x9c4): undefined reference to `XInstallColormap'
ld: (.text+0x9d0): undefined reference to `XInternAtom'
ld: (.text+0x9dc): undefined reference to `XListPixmapFormats'
ld: (.text+0x9e8): undefined reference to `XLoadQueryFont'
ld: (.text+0x9f4): undefined reference to `XLookupKeysym'
ld: (.text+0xa00): undefined reference to `XLookupString'
ld: (.text+0xa0c): undefined reference to `XMapRaised'
ld: (.text+0xa18): undefined reference to `XMatchVisualInfo'
ld: (.text+0xa24): undefined reference to `XMissingExtension'
ld: (.text+0xa30): undefined reference to `XMoveWindow'
ld: (.text+0xa3c): undefined reference to `XOpenDisplay'
ld: (.text+0xa48): undefined reference to `XInitThreads'
ld: (.text+0xa54): undefined reference to `XPeekEvent'
ld: (.text+0xa60): undefined reference to `XPending'
ld: (.text+0xa6c): undefined reference to `XPutImage'
ld: (.text+0xa78): undefined reference to `XQueryKeymap'
ld: (.text+0xa84): undefined reference to `XQueryPointer'
ld: (.text+0xa90): undefined reference to `XRaiseWindow'
ld: (.text+0xa9c): undefined reference to `XReparentWindow'
ld: (.text+0xaa8): undefined reference to `XResetScreenSaver'
ld: (.text+0xab4): undefined reference to `XResizeWindow'
ld: (.text+0xac0): undefined reference to `XScreenNumberOfScreen'
ld: (.text+0xacc): undefined reference to `XSelectInput'
ld: (.text+0xad8): undefined reference to `XSendEvent'
ld: (.text+0xae4): undefined reference to `XSetErrorHandler'
ld: (.text+0xaf0): undefined reference to `XSetForeground'
ld: (.text+0xafc): undefined reference to `XSetIOErrorHandler'
ld: (.text+0xb08): undefined reference to `XSetInputFocus'
ld: (.text+0xb14): undefined reference to `XSetSelectionOwner'
ld: (.text+0xb20): undefined reference to `XSetTransientForHint'
ld: (.text+0xb2c): undefined reference to `XSetTextProperty'
ld: (.text+0xb38): undefined reference to `XSetWindowBackground'
ld: (.text+0xb44): undefined reference to `XSetWMHints'
ld: (.text+0xb50): undefined reference to `XSetWMNormalHints'
ld: (.text+0xb5c): undefined reference to `XSetWMProperties'
ld: (.text+0xb68): undefined reference to `XSetWMProtocols'
ld: (.text+0xb74): undefined reference to `XStoreColors'
ld: (.text+0xb80): undefined reference to `XStoreName'
ld: (.text+0xb8c): undefined reference to `XStringListToTextProperty'
ld: (.text+0xb98): undefined reference to `XSync'
ld: (.text+0xba4): undefined reference to `XTextExtents'
ld: (.text+0xbb0): undefined reference to `XTranslateCoordinates'
ld: (.text+0xbbc): undefined reference to `XUndefineCursor'
ld: (.text+0xbc8): undefined reference to `XUngrabKeyboard'
ld: (.text+0xbd4): undefined reference to `XUngrabPointer'
ld: (.text+0xbe0): undefined reference to `XUngrabServer'
ld: (.text+0xbec): undefined reference to `XUninstallColormap'
ld: (.text+0xbf8): undefined reference to `XUnloadFont'
ld: (.text+0xc04): undefined reference to `XWarpPointer'
ld: (.text+0xc10): undefined reference to `XWindowEvent'
ld: (.text+0xc1c): undefined reference to `XWithdrawWindow'
ld: (.text+0xc28): undefined reference to `XVisualIDFromVisual'
ld: (.text+0xc34): undefined reference to `XGetDefault'
ld: (.text+0xc40): undefined reference to `XQueryExtension'
ld: (.text+0xc4c): undefined reference to `XDisplayString'
ld: (.text+0xc58): undefined reference to `XGetErrorText'
ld: (.text+0xc64): undefined reference to `_XEatData'
ld: (.text+0xc70): undefined reference to `_XFlush'
ld: (.text+0xc7c): undefined reference to `_XFlushGCCache'
ld: (.text+0xc88): undefined reference to `_XRead'
ld: (.text+0xc94): undefined reference to `_XReadPad'
ld: (.text+0xca0): undefined reference to `_XSend'
ld: (.text+0xcac): undefined reference to `_XReply'
ld: (.text+0xcb8): undefined reference to `_XSetLastRequestRead'
ld: (.text+0xcc4): undefined reference to `XSynchronize'
ld: (.text+0xcd0): undefined reference to `XESetWireToEvent'
ld: (.text+0xcdc): undefined reference to `XESetEventToWire'
ld: (.text+0xce8): undefined reference to `XRefreshKeyboardMapping'
ld: (.text+0xcf4): undefined reference to `XQueryTree'
ld: (.text+0xd00): undefined reference to `XSupportsLocale'
ld: (.text+0xd0c): undefined reference to `XmbTextListToTextProperty'
ld: (.text+0xd18): undefined reference to `XFixesCreatePointerBarrier'
ld: (.text+0xd2c): undefined reference to `XFixesDestroyPointerBarrier'
ld: (.text+0xd38): undefined reference to `XIBarrierReleasePointer'
ld: (.text+0xd44): undefined reference to `XFixesQueryVersion'
ld: (.text+0xd50): undefined reference to `XGetEventData'
ld: (.text+0xd5c): undefined reference to `XFreeEventData'
ld: (.text+0xd68): undefined reference to `XkbQueryExtension'
ld: (.text+0xd74): undefined reference to `XkbKeycodeToKeysym'
ld: (.text+0xd80): undefined reference to `XkbGetState'
ld: (.text+0xd8c): undefined reference to `XkbGetUpdatedMap'
ld: (.text+0xd98): undefined reference to `XkbGetMap'
ld: (.text+0xda4): undefined reference to `XkbFreeClientMap'
ld: (.text+0xdb0): undefined reference to `XkbFreeKeyboard'
ld: (.text+0xdbc): undefined reference to `XkbSetDetectableAutoRepeat'
ld: (.text+0xdc8): undefined reference to `XKeycodeToKeysym'
ld: (.text+0xdd4): undefined reference to `Xutf8TextListToTextProperty'
ld: (.text+0xde8): undefined reference to `Xutf8LookupString'
ld: (.text+0xdf4): undefined reference to `XDestroyIC'
ld: (.text+0xe00): undefined reference to `XSetICFocus'
ld: (.text+0xe0c): undefined reference to `XUnsetICFocus'
ld: (.text+0xe18): undefined reference to `XOpenIM'
ld: (.text+0xe24): undefined reference to `XCloseIM'
ld: (.text+0xe30): undefined reference to `Xutf8DrawString'
ld: (.text+0xe3c): undefined reference to `Xutf8TextExtents'
ld: (.text+0xe48): undefined reference to `XSetLocaleModifiers'
ld: (.text+0xe54): undefined reference to `Xutf8ResetIC'
ld: (.text+0xe60): undefined reference to `XShmAttach'
ld: (.text+0xe74): undefined reference to `XShmDetach'
ld: (.text+0xe80): undefined reference to `XShmPutImage'
ld: (.text+0xe8c): undefined reference to `XShmCreateImage'
ld: (.text+0xe98): undefined reference to `XShmCreatePixmap'
ld: (.text+0xea4): undefined reference to `XShmQueryExtension'
ld: (.text+0xeb0): undefined reference to `_XData32'
ld: (.text+0xec4): undefined reference to `_XRead32'
ld: (.text+0xed0===> CC src/client/refresh/gl1/qgl.c
): undefined reference to `XcursorImageCreate'
ld: (.text+0xee4): undefined reference to `XcursorImageDestroy'
ld: (.text+0xef0): undefined reference to `XcursorImageLoadCursor'
ld: (.text+0xefc): undefined reference to `XdbeQueryExtension'
ld: (.text+0xf10): undefined reference to `XdbeAllocateBackBufferName'
ld: (.text+0xf1c): undefined reference to `XdbeDeallocateBackBufferName'
ld: (.text+0xf28): undefined reference to `XdbeSwapBuffers'
ld: (.text+0xf34): undefined reference to `XdbeBeginIdiom'
ld: (.text+0xf40): undefined reference to `XdbeEndIdiom'
ld: (.text+0xf4c): undefined reference to `XdbeGetVisualInfo'
ld: (.text+0xf58): undefined reference to `XdbeFreeVisualInfo'
ld: (.text+0xf64): undefined reference to `XdbeGetBackBufferAttributes'
ld: (.text+0xf70): undefined reference to `XIQueryDevice'
ld: (.text+0xf84): undefined reference to `XIFreeDeviceInfo'
ld: (.text+0xf90): undefined reference to `XISelectEvents'
ld: (.text+0xf9c): undefined reference to `XIGrabTouchBegin'
ld: (.text+0xfa8): undefined reference to `XIUngrabTouchBegin'
ld: (.text+0xfb4): undefined reference to `XIQueryVersion'
ld: (.text+0xfc0): undefined reference to `XIGetSelectedEvents'
ld: (.text+0xfcc): undefined reference to `XIGetClientPointer'
ld: (.text+0xfd8): undefined reference to `XIWarpPointer'
ld: (.text+0xfe4): undefined reference to `XRRQueryVersion'
ld: (.text+0xff8): undefined reference to `XRRQueryExtension'
ld: (.text+0x1004): undefined reference to `XRRGetScreenInfo'
ld: (.text+0x1010): undefined reference to `XRRConfigCurrentConfiguration'
ld: (.text+0x101c): undefined reference to `XRRConfigCurrentRate'
ld: (.text+0x1028): undefined reference to `XRRConfigRates'
ld: (.text+0x1034): undefined reference to `XRRConfigSizes'
ld: (.text+0x1040): undefined reference to `XRRSetScreenConfigAndRate'
ld: (.text+0x104c): undefined reference to `XRRFreeScreenConfigInfo'
ld: (.text+0x1058): undefined reference to `XRRSetScreenSize'
ld: (.text+0x1064): undefined reference to `XRRGetScreenSizeRange'
ld: (.text+0x1070): undefined reference to `XRRGetScreenResources'
ld: (.text+0x107c): undefined reference to `XRRGetScreenResourcesCurrent'
ld: (.text+0x1088): undefined reference to `XRRFreeScreenResources'
ld: (.text+0x1094): undefined reference to `XRRGetOutputInfo'
ld: (.text+0x10a0): undefined reference to `XRRFreeOutputInfo'
ld: (.text+0x10ac): undefined reference to `XRRGetCrtcInfo'
ld: (.text+0x10b8): undefined reference to `XRRFreeCrtcInfo'
ld: (.text+0x10c4): undefined reference to `XRRSetCrtcConfig'
ld: (.text+0x10d0): undefined reference to `XRRListOutputProperties'
ld: (.text+0x10dc): undefined reference to `XRRQueryOutputProperty'
ld: (.text+0x10e8): undefined reference to `XRRGetOutputProperty'
ld: (.text+0x10f4): undefined reference to `XRRGetOutputPrimary'
ld: (.text+0x1100): undefined reference to `XRRSelectInput'
ld: (.text+0x110c): undefined reference to `XScreenSaverQueryExtension'
ld: (.text+0x1120): undefined reference to `XScreenSaverQueryVersion'
ld: (.text+0x112c): undefined reference to `XScreenSaverSuspend'
ld: (.text+0x1140): undefined reference to `XShapeCombineMask'
ld: (.text+0x114c): undefined reference to `XCreateIC'
ld: (.text+0x1158): undefined reference to `XGetICValues'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_kmsdrmdyn.o): in function `SDL_KMSDRM_LoadSymbols':
(.text+0x200): undefined reference to `drmModeFreeResources'
ld: (.text+0x204): undefined reference to `drmModeFreeObjectProperties'
ld: (.text+0x210): undefined reference to `drmModeFreeFB'
ld: (.text+0x21c): undefined reference to `drmModeFreeCrtc'
ld: (.text+0x228): undefined reference to `drmModeFreeConnector'
ld: (.text+0x234): undefined reference to `drmModeFreeEncoder'
ld: (.text+0x240): undefined reference to `drmGetCap'
ld: (.text+0x24c): undefined reference to `drmSetMaster'
ld: (.text+0x258): undefined reference to `drmAuthMagic'
ld: (.text+0x264): undefined reference to `drmModeGetResources'
ld: (.text+0x270): undefined reference to `drmModeAddFB'
ld: (.text+0x27c): undefined reference to `drmModeAddFB2'
ld: (.text+0x288): undefined reference to `drmModeRmFB'
ld: (.text+0x294): undefined reference to `drmModeGetFB'
ld: (.text+0x2a0): undefined reference to `drmModeGetCrtc'
ld: (.text+0x2ac): undefined reference to `drmModeSetCrtc'
ld: (.text+0x2b8): undefined reference to `drmModeCrtcGetGamma'
ld: (.text+0x2c4): undefined reference to `drmModeCrtcSetGamma'
ld: (.text+0x2d0): undefined reference to `drmModeSetCursor'
ld: (.text+0x2dc): undefined reference to `drmModeSetCursor2'
ld: (.text+0x2e8): undefined reference to `drmModeMoveCursor'
ld: (.text+0x2f4): undefined reference to `drmModeGetEncoder'
ld: (.text+0x300): undefined reference to `drmModeGetConnector'
ld: (.text+0x30c): undefined reference to `drmHandleEvent'
ld: (.text+0x318): undefined reference to `drmModePageFlip'
ld: (.text+0x324): undefined reference to `drmSetClientCap'
ld: (.text+0x330): undefined reference to `drmModeGetPlaneResources'
ld: (.text+0x33c): undefined reference to `drmModeGetPlane'
ld: (.text+0x348): undefined reference to `drmModeObjectGetProperties'
ld: (.text+0x354): undefined reference to `drmModeObjectSetProperty'
ld: (.text+0x360): undefined reference to `drmModeGetProperty'
ld: (.text+0x36c): undefined reference to `drmModeFreeProperty'
ld: (.text+0x38c): undefined reference to `drmModeFreePlane'
ld: (.text+0x398): undefined reference to `drmModeFreePlaneResources'
ld: (.text+0x3a4): undefined reference to `drmModeSetPlane'
ld: (.text+0x3b8): undefined reference to `gbm_device_is_format_supported'
ld: (.text+0x3c4): undefined reference to `gbm_device_destroy'
ld: (.text+0x3d0): undefined reference to `gbm_create_device'
ld: (.text+0x3dc): undefined reference to `gbm_bo_get_width'
ld: (.text+0x3e8): undefined reference to `gbm_bo_get_height'
ld: (.text+0x3f4): undefined reference to `gbm_bo_get_stride'
ld: (.text+0x400): undefined reference to `gbm_bo_get_format'
ld: (.text+0x40c): undefined reference to `gbm_bo_get_handle'
ld: (.text+0x418): undefined reference to `gbm_bo_write'
ld: (.text+0x424): undefined reference to `gbm_bo_get_device'
ld: (.text+0x430): undefined reference to `gbm_bo_set_user_data'
ld: (.text+0x43c): undefined reference to `gbm_bo_get_user_data'
ld: (.text+0x448): undefined reference to `gbm_bo_destroy'
ld: (.text+0x454): undefined reference to `gbm_bo_create'
ld: (.text+0x460): undefined reference to `gbm_surface_create'
ld: (.text+0x46c): undefined reference to `gbm_surface_destroy'
ld: (.text+0x478): undefined reference to `gbm_surface_lock_front_buffer'
ld: (.text+0x484): undefined reference to `gbm_surface_release_buffer'
gmake[1]: *** [Makefile:1004: release/quake2] Error 1
gmake[1]: Leaving directory '/tmp/pkgbuild/games/yquake2/work.alpha/quake2-7.45'
gmake: *** [Makefile:409: client] Error 2
gmake: *** Waiting for unfinished jobs....
===> CC src/client/refresh/gl1/gl1_draw.c
===> CC src/client/refresh/gl1/gl1_image.c
===> CC src/client/refresh/gl1/gl1_light.c
===> CC src/client/refresh/gl1/gl1_lightmap.c
===> CC src/client/refresh/gl1/gl1_main.c
===> CC src/client/refresh/gl1/gl1_mesh.c
===> CC src/client/refresh/gl1/gl1_misc.c
===> CC src/client/refresh/gl1/gl1_model.c
===> CC src/client/refresh/gl1/gl1_scrap.c
===> CC src/client/refresh/gl1/gl1_surf.c
===> CC src/client/refresh/gl1/gl1_warp.c
===> CC src/client/refresh/gl1/gl1_sdl.c
===> CC src/client/refresh/gl1/gl1_md2.c
===> CC src/client/refresh/gl1/gl1_sp2.c
===> CC src/client/refresh/files/pcx.c
===> CC src/client/refresh/files/stb.c
===> CC src/client/refresh/files/wal.c
===> CC src/client/refresh/files/pvs.c
===> CC src/common/shared/shared.c
===> CC src/common/md4.c
===> CC src/backends/unix/shared/hunk.c
===> LD release/ref_gl1.so
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_bsdjoystick.o): in function `FreeHwData':
(.text+0x320): undefined reference to `hid_dispose_report_desc'
ld: (.text+0x324): undefined reference to `hid_dispose_report_desc'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_bsdjoystick.o): in function `BSD_JoystickUpdate':
(.text+0x418): undefined reference to `hid_start_parse'
ld: (.text+0x420): undefined reference to `hid_start_parse'
ld: (.text+0x444): undefined reference to `hid_get_item'
ld: (.text+0x44c): undefined reference to `hid_get_item'
ld: (.text+0x484): undefined reference to `hid_get_data'
ld: (.text+0x48c): undefined reference to `hid_get_data'
ld: (.text+0x4c4): undefined reference to `hid_end_parse'
ld: (.text+0x4c8): undefined reference to `hid_end_parse'
ld: (.text+0x50c): undefined reference to `hid_get_data'
ld: (.text+0x51c): undefined reference to `hid_get_data'
ld: (.text+0x580): undefined reference to `hid_get_data'
ld: (.text+0x588): undefined reference to `hid_get_data'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_bsdjoystick.o): in function `CreateHwData':
(.text+0x934): undefined reference to `hid_get_report_desc'
ld: (.text+0x950): undefined reference to `hid_get_report_desc'
ld: (.text+0x994): undefined reference to `hid_report_size'
ld: (.text+0x998): undefined reference to `hid_report_size'
ld: (.text+0xaa8): undefined reference to `hid_start_parse'
ld: (.text+0xaac): undefined reference to `hid_start_parse'
ld: (.text+0xaf4): undefined reference to `hid_get_item'
ld: (.text+0xafc): undefined reference to `hid_get_item'
ld: (.text+0xb54): undefined reference to `hid_end_parse'
ld: (.text+0xb58): undefined reference to `hid_end_parse'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_bsdjoystick.o): in function `BSD_JoystickInit':
(.text+0x12d4): undefined reference to `hid_init'
ld: (.text+0x12d8): undefined reference to `hid_init'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_audio.o): in function `SDL_AudioInit_REAL':
(.text+0x2d84): undefined reference to `src_new'
ld: (.text+0x2d94): undefined reference to `src_process'
ld: (.text+0x2da0): undefined reference to `src_reset'
ld: (.text+0x2dac): undefined reference to `src_delete'
ld: (.text+0x2db8): undefined reference to `src_strerror'
ld: (.text+0x2dc4): undefined reference to `src_simple'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_x11dyn.o): in function `SDL_X11_LoadSymbols':
(.text+0xd38): undefined reference to `XIBarrierReleasePointer'
ld: (.text+0xed0): undefined reference to `XcursorImageCreate'
ld: (.text+0xee4): undefined reference to `XcursorImageDestroy'
ld: (.text+0xef0): undefined reference to `XcursorImageLoadCursor'
ld: (.text+0xf70): undefined reference to `XIQueryDevice'
ld: (.text+0xf84): undefined reference to `XIFreeDeviceInfo'
ld: (.text+0xf90): undefined reference to `XISelectEvents'
ld: (.text+0xf9c): undefined reference to `XIGrabTouchBegin'
ld: (.text+0xfa8): undefined reference to `XIUngrabTouchBegin'
ld: (.text+0xfb4): undefined reference to `XIQueryVersion'
ld: (.text+0xfc0): undefined reference to `XIGetSelectedEvents'
ld: (.text+0xfcc): undefined reference to `XIGetClientPointer'
ld: (.text+0xfd8): undefined reference to `XIWarpPointer'
ld: (.text+0xfe4): undefined reference to `XRRQueryVersion'
ld: (.text+0xff8): undefined reference to `XRRQueryExtension'
ld: (.text+0x1004): undefined reference to `XRRGetScreenInfo'
ld: (.text+0x1010): undefined reference to `XRRConfigCurrentConfiguration'
ld: (.text+0x101c): undefined reference to `XRRConfigCurrentRate'
ld: (.text+0x1028): undefined reference to `XRRConfigRates'
ld: (.text+0x1034): undefined reference to `XRRConfigSizes'
ld: (.text+0x1040): undefined reference to `XRRSetScreenConfigAndRate'
ld: (.text+0x104c): undefined reference to `XRRFreeScreenConfigInfo'
ld: (.text+0x1058): undefined reference to `XRRSetScreenSize'
ld: (.text+0x1064): undefined reference to `XRRGetScreenSizeRange'
ld: (.text+0x1070): undefined reference to `XRRGetScreenResources'
ld: (.text+0x107c): undefined reference to `XRRGetScreenResourcesCurrent'
ld: (.text+0x1088): undefined reference to `XRRFreeScreenResources'
ld: (.text+0x1094): undefined reference to `XRRGetOutputInfo'
ld: (.text+0x10a0): undefined reference to `XRRFreeOutputInfo'
ld: (.text+0x10ac): undefined reference to `XRRGetCrtcInfo'
ld: (.text+0x10b8): undefined reference to `XRRFreeCrtcInfo'
ld: (.text+0x10c4): undefined reference to `XRRSetCrtcConfig'
ld: (.text+0x10d0): undefined reference to `XRRListOutputProperties'
ld: (.text+0x10dc): undefined reference to `XRRQueryOutputProperty'
ld: (.text+0x10e8): undefined reference to `XRRGetOutputProperty'
ld: (.text+0x10f4): undefined reference to `XRRGetOutputPrimary'
ld: (.text+0x1100): undefined reference to `XRRSelectInput'
ld: (.text+0x110c): undefined reference to `XScreenSaverQueryExtension'
ld: (.text+0x1120): undefined reference to `XScreenSaverQueryVersion'
ld: (.text+0x112c): undefined reference to `XScreenSaverSuspend'
ld: /tmp/pkgbuild/games/yquake2/work.alpha/.buildlink/lib/libSDL2.a(SDL_kmsdrmdyn.o): in function `SDL_KMSDRM_LoadSymbols':
(.text+0x3b8): undefined reference to `gbm_device_is_format_supported'
ld: (.text+0x3c4): undefined reference to `gbm_device_destroy'
ld: (.text+0x3d0): undefined reference to `gbm_create_device'
ld: (.text+0x3dc): undefined reference to `gbm_bo_get_width'
ld: (.text+0x3e8): undefined reference to `gbm_bo_get_height'
ld: (.text+0x3f4): undefined reference to `gbm_bo_get_stride'
ld: (.text+0x400): undefined reference to `gbm_bo_get_format'
ld: (.text+0x40c): undefined reference to `gbm_bo_get_handle'
ld: (.text+0x418): undefined reference to `gbm_bo_write'
ld: (.text+0x424): undefined reference to `gbm_bo_get_device'
ld: (.text+0x430): undefined reference to `gbm_bo_set_user_data'
ld: (.text+0x43c): undefined reference to `gbm_bo_get_user_data'
ld: (.text+0x448): undefined reference to `gbm_bo_destroy'
ld: (.text+0x454): undefined reference to `gbm_bo_create'
ld: (.text+0x460): undefined reference to `gbm_surface_create'
ld: (.text+0x46c): undefined reference to `gbm_surface_destroy'
ld: (.text+0x478): undefined reference to `gbm_surface_lock_front_buffer'
ld: (.text+0x484): undefined reference to `gbm_surface_release_buffer'
gmake[1]: *** [Makefile:1032: release/ref_gl1.so] Error 1
gmake[1]: Leaving directory '/tmp/pkgbuild/games/yquake2/work.alpha/quake2-7.45'
gmake: *** [Makefile:541: ref_gl1] Error 2
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/games/yquake2
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/games/yquake2