=> Bootstrap dependency digest>=20010302: found digest-20190127
===> 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-tseng-1.2.5nb5
--- all ---
/usr/bin/make  all-recursive
--- all-recursive ---
Making all in src
--- tseng_accel.lo ---
--- tseng_cursor.lo ---
--- tseng_dga.lo ---
--- tseng_driver.lo ---
--- tseng_accel.lo ---
  CC     tseng_accel.lo
--- tseng_cursor.lo ---
  CC     tseng_cursor.lo
--- tseng_dga.lo ---
  CC     tseng_dga.lo
--- tseng_driver.lo ---
  CC     tseng_driver.lo
In file included from tseng_driver.c:37:0:
/tmp/pbulkbuild/x11/xf86-video-tseng/work.earmv6hf/.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."
  ^~~~~~~
--- tseng_cursor.lo ---
tseng_cursor.c: In function 'ET4000CursorRead':
tseng_cursor.c:21:5: error: implicit declaration of function 'outb'; did you mean 'putw'? [-Werror=implicit-function-declaration]
     outb(0x217A, Index);
     ^~~~
     putw
tseng_cursor.c:21:5: warning: nested extern declaration of 'outb' [-Wnested-externs]
tseng_cursor.c:22:12: error: implicit declaration of function 'inb' [-Werror=implicit-function-declaration]
     return inb(0x217B);
            ^~~
tseng_cursor.c:22:12: warning: nested extern declaration of 'inb' [-Wnested-externs]
--- tseng_driver.lo ---
tseng_driver.c: In function 'TsengLimitMem':
tseng_driver.c:663:11: warning: passing argument 4 of 'TsengDoMemLimit' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
           "in linear + accelerated mode "
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tseng_driver.c:638:1: note: expected 'char *' but argument is of type 'const char *'
 TsengDoMemLimit(ScrnInfoPtr pScrn, int ram, int limit, char *reason)
 ^~~~~~~~~~~~~~~
tseng_driver.c:667:7: warning: passing argument 4 of 'TsengDoMemLimit' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
       "in linear + accelerated mode "
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tseng_driver.c:638:1: note: expected 'char *' but argument is of type 'const char *'
 TsengDoMemLimit(ScrnInfoPtr pScrn, int ram, int limit, char *reason)
 ^~~~~~~~~~~~~~~
tseng_driver.c:675:7: warning: passing argument 4 of 'TsengDoMemLimit' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
       "in linear + accelerated mode "
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tseng_driver.c:638:1: note: expected 'char *' but argument is of type 'const char *'
 TsengDoMemLimit(ScrnInfoPtr pScrn, int ram, int limit, char *reason)
 ^~~~~~~~~~~~~~~
tseng_driver.c:683:7: warning: passing argument 4 of 'TsengDoMemLimit' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
       "in linear + accelerated mode "
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tseng_driver.c:638:1: note: expected 'char *' but argument is of type 'const char *'
 TsengDoMemLimit(ScrnInfoPtr pScrn, int ram, int limit, char *reason)
 ^~~~~~~~~~~~~~~
tseng_driver.c:687:45: warning: passing argument 4 of 'TsengDoMemLimit' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
     ram = TsengDoMemLimit(pScrn, ram, 4096, "on any Tseng card");
                                             ^~~~~~~~~~~~~~~~~~~
tseng_driver.c:638:1: note: expected 'char *' but argument is of type 'const char *'
 TsengDoMemLimit(ScrnInfoPtr pScrn, int ram, int limit, char *reason)
 ^~~~~~~~~~~~~~~
tseng_driver.c: In function 'TsengMapMem':
tseng_driver.c:1654:19: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  pTseng->MMioBase = pTseng->FbBase;
                   ^
--- tseng_accel.lo ---
In file included from tseng_accel.c:27:0:
tseng_accel.h: In function 'wait_acl_queue':
tseng_accel.h:116:63: warning: passing argument 3 of 'tseng_wait' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
 #define WAIT_QUEUE tseng_wait(pTseng, ACL_ACCELERATOR_STATUS, "QUEUE", 0x1)
                                                               ^
tseng_accel.h:394:2: note: in expansion of macro 'WAIT_QUEUE'
  WAIT_QUEUE;
  ^~~~~~~~~~
tseng_accel.h:101:1: note: expected 'char *' but argument is of type 'const char *'
 tseng_wait(TsengPtr pTseng, int reg, char *name, unsigned char mask)
 ^~~~~~~~~~
tseng_accel.h:121:61: warning: passing argument 3 of 'tseng_wait' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
 #define WAIT_ACL tseng_wait(pTseng, ACL_ACCELERATOR_STATUS, "ACL", 0x2)
                                                             ^
tseng_accel.h:396:2: note: in expansion of macro 'WAIT_ACL'
  WAIT_ACL;
  ^~~~~~~~
tseng_accel.h:101:1: note: expected 'char *' but argument is of type 'const char *'
 tseng_wait(TsengPtr pTseng, int reg, char *name, unsigned char mask)
 ^~~~~~~~~~
tseng_accel.c: At top level:
tseng_accel.h:98:13: warning: 'tseng_recover_timeout' used but never defined
 static void tseng_recover_timeout(TsengPtr pTseng);
             ^~~~~~~~~~~~~~~~~~~~~
--- tseng_cursor.lo ---
cc1: some warnings being treated as errors
*** [tseng_cursor.lo] Error code 1

make[2]: stopped in /tmp/pbulkbuild/x11/xf86-video-tseng/work.earmv6hf/xf86-video-tseng-1.2.5/src
--- tseng_dga.lo ---
tseng_dga.c: In function 'Tseng_Sync':
tseng_dga.c:215:14: warning: unused variable 'pTseng' [-Wunused-variable]
     TsengPtr pTseng = TsengPTR(pScrn);
              ^~~~~~
1 error

make[2]: stopped in /tmp/pbulkbuild/x11/xf86-video-tseng/work.earmv6hf/xf86-video-tseng-1.2.5/src
*** [all-recursive] Error code 1

make[1]: stopped in /tmp/pbulkbuild/x11/xf86-video-tseng/work.earmv6hf/xf86-video-tseng-1.2.5
1 error

make[1]: stopped in /tmp/pbulkbuild/x11/xf86-video-tseng/work.earmv6hf/xf86-video-tseng-1.2.5
*** [all] Error code 2

make: stopped in /tmp/pbulkbuild/x11/xf86-video-tseng/work.earmv6hf/xf86-video-tseng-1.2.5
1 error

make: stopped in /tmp/pbulkbuild/x11/xf86-video-tseng/work.earmv6hf/xf86-video-tseng-1.2.5
*** Error code 2

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

Stop.
make: stopped in /usr/pkgsrc/x11/xf86-video-tseng