=> 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 xf86-video-voodoo-1.2.5nb2
--- config.h ---
--- all ---
/usr/bin/make  all-recursive
--- all-recursive ---
Making all in src
--- voodoo_dga.lo ---
--- voodoo_driver.lo ---
--- voodoo_dga.lo ---
  CC     voodoo_dga.lo
--- voodoo_driver.lo ---
  CC     voodoo_driver.lo
--- voodoo_dga.lo ---
In file included from voodoo_dga.c:44:0:
/scratch/work/x11/xf86-video-voodoo/work/.x11-buildlink/include/xorg/xf86PciInfo.h:50:2: warning: #warning "xf86PciInfo.h is deprecated.  For greater compatibility, drivers should include necessary PCI IDs locally rather than relying on this file from xorg-server." [-Wcpp]
 #warning "xf86PciInfo.h is deprecated.  For greater compatibility, drivers should include necessary PCI IDs locally rather than relying on this file from xorg-server."
  ^~~~~~~
--- voodoo_driver.lo ---
In file included from voodoo_driver.c:53:0:
/scratch/work/x11/xf86-video-voodoo/work/.x11-buildlink/include/xorg/xf86PciInfo.h:50:2: warning: #warning "xf86PciInfo.h is deprecated.  For greater compatibility, drivers should include necessary PCI IDs locally rather than relying on this file from xorg-server." [-Wcpp]
 #warning "xf86PciInfo.h is deprecated.  For greater compatibility, drivers should include necessary PCI IDs locally rather than relying on this file from xorg-server."
  ^~~~~~~
In file included from voodoo_driver.c:65:0:
voodoo.h:25:3: error: unknown type name 'pciVideoPtr'
   pciVideoPtr       PciInfo;  /* PCI data */
   ^~~~~~~~~~~
voodoo.h:27:3: error: unknown type name 'PCITAG'
   PCITAG       PciTag;
   ^~~~~~
--- voodoo_dga.lo ---
In file included from voodoo_dga.c:54:0:
voodoo.h:25:3: error: unknown type name 'pciVideoPtr'
   pciVideoPtr       PciInfo;  /* PCI data */
   ^~~~~~~~~~~
voodoo.h:27:3: error: unknown type name 'PCITAG'
   PCITAG       PciTag;
   ^~~~~~
voodoo_dga.c: In function 'VoodooDGAInit':
voodoo_dga.c:186:13: warning: implicit declaration of function 'DGAInit'; did you mean 'LogInit'? [-Wimplicit-function-declaration]
     return (DGAInit(pScreen, &VoodooDGAFunctions,
             ^~~~~~~
             LogInit
--- voodoo_driver.lo ---
voodoo_driver.c: In function 'VoodooProbe':
voodoo_driver.c:247:9: warning: implicit declaration of function 'xf86GetPciVideoInfo'; did you mean 'xf86GetEntityInfo'? [-Wimplicit-function-declaration]
     if (xf86GetPciVideoInfo() )
         ^~~~~~~~~~~~~~~~~~~
         xf86GetEntityInfo
--- voodoo_dga.lo ---
*** [voodoo_dga.lo] Error code 1

make[2]: stopped in /scratch/work/x11/xf86-video-voodoo/work/xf86-video-voodoo-1.2.5/src
--- voodoo_driver.lo ---
voodoo_driver.c:250:12: warning: implicit declaration of function 'xf86MatchPciInstances'; did you mean 'xf86MatchDevice'? [-Wimplicit-function-declaration]
  numUsed = xf86MatchPciInstances(VOODOO_NAME, PCI_VENDOR_3DFX,
            ^~~~~~~~~~~~~~~~~~~~~
            xf86MatchDevice
voodoo_driver.c:263:16: warning: implicit declaration of function 'xf86ConfigPciEntity'; did you mean 'xf86ConfigFbEntity'? [-Wimplicit-function-declaration]
   if ((pScrn = xf86ConfigPciEntity(pScrn, 0, usedChips[i],
                ^~~~~~~~~~~~~~~~~~~
                xf86ConfigFbEntity
voodoo_driver.c:263:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   if ((pScrn = xf86ConfigPciEntity(pScrn, 0, usedChips[i],
              ^
voodoo_driver.c: In function 'VoodooPreInit':
voodoo_driver.c:383:19: warning: implicit declaration of function 'xf86GetPciInfoForEntity'; did you mean 'xf86GetDevFromEntity'? [-Wimplicit-function-declaration]
   pVoo->PciInfo = xf86GetPciInfoForEntity(pVoo->pEnt->index);
                   ^~~~~~~~~~~~~~~~~~~~~~~
                   xf86GetDevFromEntity
voodoo_driver.c:385:18: warning: implicit declaration of function 'pciTag' [-Wimplicit-function-declaration]
   pVoo->PciTag = pciTag(pVoo->PciInfo->bus, pVoo->PciInfo->device, pVoo->PciInfo->func);
                  ^~~~~~
voodoo_driver.c:385:38: error: invalid type argument of '->' (have 'int')
   pVoo->PciTag = pciTag(pVoo->PciInfo->bus, pVoo->PciInfo->device, pVoo->PciInfo->func);
                                      ^~
voodoo_driver.c:385:58: error: invalid type argument of '->' (have 'int')
   pVoo->PciTag = pciTag(pVoo->PciInfo->bus, pVoo->PciInfo->device, pVoo->PciInfo->func);
                                                          ^~
voodoo_driver.c:385:81: error: invalid type argument of '->' (have 'int')
   pVoo->PciTag = pciTag(pVoo->PciInfo->bus, pVoo->PciInfo->device, pVoo->PciInfo->func);
                                                                                 ^~
In file included from voodoo.h:1:0,
                 from voodoo_driver.c:65:
voodoo_pcirename.h:62:41: error: invalid type argument of '->' (have 'int')
     (((_type) == REGION_MEM) ? (_pcidev)->memBase[(_b)] \
                                         ^
voodoo_driver.c:434:20: note: in expansion of macro 'PCI_REGION_BASE'
   pVoo->PhysBase = PCI_REGION_BASE(pVoo->PciInfo, 0, REGION_MEM) + 0x400000;
                    ^~~~~~~~~~~~~~~
voodoo_pcirename.h:63:41: error: invalid type argument of '->' (have 'int')
                              : (_pcidev)->ioBase[(_b)])
                                         ^
voodoo_driver.c:434:20: note: in expansion of macro 'PCI_REGION_BASE'
   pVoo->PhysBase = PCI_REGION_BASE(pVoo->PciInfo, 0, REGION_MEM) + 0x400000;
                    ^~~~~~~~~~~~~~~
voodoo_driver.c:437:16: warning: implicit declaration of function 'xf86MapPciMem' [-Wimplicit-function-declaration]
   pVoo->MMIO = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO, pVoo->PciTag,
                ^~~~~~~~~~~~~
voodoo_driver.c:437:48: error: 'VIDMEM_MMIO' undeclared (first use in this function)
   pVoo->MMIO = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO, pVoo->PciTag,
                                                ^~~~~~~~~~~
voodoo_driver.c:437:48: note: each undeclared identifier is reported only once for each function it appears in
voodoo_driver.c:438:22: error: invalid type argument of '->' (have 'int')
         pVoo->PciInfo->memBase[0], 0x400000);
                      ^~
voodoo_driver.c:440:24: error: invalid type argument of '->' (have 'int')
           pVoo->PciInfo->memBase[0] + 0x400000, 0x400000);
                        ^~
voodoo_driver.c: In function 'VoodooScreenInit':
voodoo_driver.c:683:3: warning: implicit declaration of function 'miInitializeBackingStore'; did you mean 'InitializeSprite'? [-Wimplicit-function-declaration]
   miInitializeBackingStore(pScreen);
   ^~~~~~~~~~~~~~~~~~~~~~~~
   InitializeSprite
*** [voodoo_driver.lo] Error code 1

make[2]: stopped in /scratch/work/x11/xf86-video-voodoo/work/xf86-video-voodoo-1.2.5/src
2 errors

make[2]: stopped in /scratch/work/x11/xf86-video-voodoo/work/xf86-video-voodoo-1.2.5/src
*** [all-recursive] Error code 1

make[1]: stopped in /scratch/work/x11/xf86-video-voodoo/work/xf86-video-voodoo-1.2.5
1 error

make[1]: stopped in /scratch/work/x11/xf86-video-voodoo/work/xf86-video-voodoo-1.2.5
*** [all] Error code 2

make: stopped in /scratch/work/x11/xf86-video-voodoo/work/xf86-video-voodoo-1.2.5
1 error

make: stopped in /scratch/work/x11/xf86-video-voodoo/work/xf86-video-voodoo-1.2.5
*** Error code 2

Stop.
make[1]: stopped in /tree/pkgsrc/x11/xf86-video-voodoo
*** Error code 1

Stop.
make: stopped in /tree/pkgsrc/x11/xf86-video-voodoo