=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. => Checksum SHA1 OK for xorg-server-1.17.2.tar.bz2 => Checksum RMD160 OK for xorg-server-1.17.2.tar.bz2 ===> Installing dependencies for modular-xorg-server-1.17.2nb1 ========================================================================== The supported build options for modular-xorg-server are: debug dri dtrace inet6 The currently selected options are: dri inet6 You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.modular-xorg-server (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, modular-xorg-server-1.17.2nb1. Their current value is shown below: * VARBASE = /var Based on these variables, the following variables have been set: * XKB_OUTPUT_DIR = /var/db/xkb You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/bin/make clean' after the changes. ========================================================================== => Tool dependency libtool-base>=2.2.6bnb3: found libtool-base-2.4.2nb10 => Tool dependency gmake>=3.81: found gmake-4.1nb1 => Tool dependency pkg-config>=0.25: found pkg-config-0.28 => Tool dependency checkperms>=1.1: found checkperms-1.11 => Build dependency tradcpp-[0-9]*: found tradcpp-0.5.1 => Build dependency x11-links>=0.94: found x11-links-0.97 => Build dependency presentproto>=1.0: found presentproto-1.0 => Build dependency cwrappers>=20150314: found cwrappers-20150707 => Full dependency xkbcomp-[0-9]*: found xkbcomp-1.3.0 => Full dependency xkeyboard-config-[0-9]*: found xkeyboard-config-2.15 => Full dependency xcb-util-keysyms>=0.3.9: found xcb-util-keysyms-0.4.0 => Full dependency libepoxy>=1.2: found libepoxy-1.2nb2 ===> Overriding tools for modular-xorg-server-1.17.2nb1 ===> Extracting for modular-xorg-server-1.17.2nb1 ===> Patching for modular-xorg-server-1.17.2nb1 => Applying pkgsrc patches for modular-xorg-server-1.17.2nb1 => Verifying /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-configure => Applying pkgsrc patch /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-configure,v 1.3 2015/06/29 11:12:45 wiz Exp $ | |Use USE_AMD64_IOPL (actually x86_64_iopl) on NetBSD/amd64. |(c.f. patch-hw_xfree86_os-support_bsd_i386.c) | |--- configure.orig 2015-02-10 22:49:52.000000000 +0000 |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 22679 (offset -1 lines). done => Verifying /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-exa_exa__render.c => Applying pkgsrc patch /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-exa_exa__render.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-exa_exa__render.c,v 1.2 2015/04/25 11:47:03 tnn Exp $ | |Fix CVE-2013-6424 using |http://lists.x.org/archives/xorg-devel/2013-October/037996.html | |XXX why does upstream not have this patch? |XXX was it fixed differently or is it still unpatched? | |--- exa/exa_render.c.orig 2015-01-17 23:42:52.000000000 +0000 |+++ exa/exa_render.c -------------------------- Patching file exa/exa_render.c using Plan A... Hunk #1 succeeded at 1141. done => Verifying /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_common_compiler.h => Applying pkgsrc patch /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_common_compiler.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-hw_xfree86_common_compiler.h,v 1.2 2015/04/25 11:47:03 tnn Exp $ | |--- hw/xfree86/common/compiler.h.orig 2015-01-17 23:42:52.000000000 +0000 |+++ hw/xfree86/common/compiler.h -------------------------- Patching file hw/xfree86/common/compiler.h using Plan A... Hunk #1 succeeded at 972. Hunk #2 succeeded at 1000. Hunk #3 succeeded at 1009. done => Verifying /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_common_xf86sbusBus.h => Applying pkgsrc patch /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_common_xf86sbusBus.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-hw_xfree86_common_xf86sbusBus.h,v 1.1 2015/04/25 11:47:03 tnn Exp $ | |NetBSD/sparc64 support partially from xsrc. | |--- hw/xfree86/common/xf86sbusBus.h.orig 2014-02-05 03:08:57.000000000 +0000 |+++ hw/xfree86/common/xf86sbusBus.h -------------------------- Patching file hw/xfree86/common/xf86sbusBus.h using Plan A... Hunk #1 succeeded at 39. Hunk #2 succeeded at 52. done => Verifying /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_dri2_dri2.c => Applying pkgsrc patch /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_dri2_dri2.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-hw_xfree86_dri2_dri2.c,v 1.2 2015/04/25 11:47:03 tnn Exp $ | |Fix uninitialized variables warning from clang (X crashes without this) | |dri2.c:242:27: note: initialize the variable 'ref' to silence this warning | DRI2DrawableRefPtr ref; |dri2.c:320:27: note: initialize the variable 'ref' to silence this warning | DRI2DrawableRefPtr ref, next; |dri2.c:601:27: note: initialize the variable 'ref' to silence this warning | DRI2DrawableRefPtr ref; | |--- hw/xfree86/dri2/dri2.c.orig 2015-01-26 18:42:23.000000000 +0000 |+++ hw/xfree86/dri2/dri2.c -------------------------- Patching file hw/xfree86/dri2/dri2.c using Plan A... Hunk #1 succeeded at 279. Hunk #2 succeeded at 359. Hunk #3 succeeded at 676. done => Verifying /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_bsd_i386__video.c => Applying pkgsrc patch /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_bsd_i386__video.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-hw_xfree86_os-support_bsd_i386__video.c,v 1.1 2015/04/25 11:47:03 tnn Exp $ | |--- hw/xfree86/os-support/bsd/i386_video.c.orig 2015-01-17 23:42:52.000000000 +0000 |+++ hw/xfree86/os-support/bsd/i386_video.c -------------------------- Patching file hw/xfree86/os-support/bsd/i386_video.c using Plan A... Hunk #1 succeeded at 42. done => Verifying /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_bsd_sparc64__video.c => Applying pkgsrc patch /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_bsd_sparc64__video.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-hw_xfree86_os-support_bsd_sparc64__video.c,v 1.1 2015/04/25 11:47:03 tnn Exp $ | |For some reason we need these symbls to link. | |--- hw/xfree86/os-support/bsd/sparc64_video.c.orig 2015-01-17 23:42:52.000000000 +0000 |+++ hw/xfree86/os-support/bsd/sparc64_video.c -------------------------- Patching file hw/xfree86/os-support/bsd/sparc64_video.c using Plan A... Hunk #1 succeeded at 43. done => Verifying /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_bus_Sbus.c => Applying pkgsrc patch /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_os-support_bus_Sbus.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-hw_xfree86_os-support_bus_Sbus.c,v 1.1 2015/04/25 11:47:03 tnn Exp $ | |Merge most of netbsdSbus.c from xsrc. | |--- hw/xfree86/os-support/bus/Sbus.c.orig 2014-07-30 16:44:59.000000000 +0000 |+++ hw/xfree86/os-support/bus/Sbus.c -------------------------- Patching file hw/xfree86/os-support/bus/Sbus.c using Plan A... Hunk #1 succeeded at 20. Hunk #2 succeeded at 35. Hunk #3 succeeded at 51. Hunk #4 succeeded at 160. Hunk #5 succeeded at 198. Hunk #6 succeeded at 221. Hunk #7 succeeded at 246. Hunk #8 succeeded at 323. Hunk #9 succeeded at 395. Hunk #10 succeeded at 434. Hunk #11 succeeded at 463. Hunk #12 succeeded at 479. Hunk #13 succeeded at 534. Hunk #14 succeeded at 656. done => Verifying /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_os_support_bus_xf86Sbus.h => Applying pkgsrc patch /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_os_support_bus_xf86Sbus.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-hw_xfree86_os_support_bus_xf86Sbus.h,v 1.1 2015/04/25 11:47:03 tnn Exp $ | |NetBSD/sparc64 support. | |--- hw/xfree86/os-support/bus/xf86Sbus.h.orig 2014-02-05 03:08:57.000000000 +0000 |+++ hw/xfree86/os-support/bus/xf86Sbus.h -------------------------- Patching file hw/xfree86/os-support/bus/xf86Sbus.h using Plan A... Hunk #1 succeeded at 36. done => Verifying /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-os_WaitFor.c => Applying pkgsrc patch /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-os_WaitFor.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-os_WaitFor.c,v 1.1 2015/07/25 04:10:53 markd Exp $ | |move X11/Xpoll.h include earlier than sys/select.h to avoid missing |out on setting FD_SETSIZE early enough. | |--- os/WaitFor.c.orig 2015-07-21 21:58:16.000000000 +0000 |+++ os/WaitFor.c -------------------------- Patching file os/WaitFor.c using Plan A... Hunk #1 succeeded at 52. Hunk #2 succeeded at 68. done => Verifying /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-os_connection.c => Applying pkgsrc patch /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-os_connection.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-os_connection.c,v 1.1 2015/07/25 04:10:53 markd Exp $ | |move X11/Xpoll.h include earlier than sys/select.h to avoid missing |out on setting FD_SETSIZE early enough. | |--- os/connection.c.orig 2015-07-21 21:58:52.000000000 +0000 |+++ os/connection.c -------------------------- Patching file os/connection.c using Plan A... Hunk #1 succeeded at 60. Hunk #2 succeeded at 105. done => Verifying /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-os_io.c => Applying pkgsrc patch /bulk-data/pkgsrc/x11/modular-xorg-server/patches/patch-os_io.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-os_io.c,v 1.1 2015/07/25 04:10:53 markd Exp $ | |move X11/Xpoll.h include earlier than sys/select.h to avoid missing |out on setting FD_SETSIZE early enough. | |--- os/io.c.orig 2015-07-21 21:58:59.000000000 +0000 |+++ os/io.c -------------------------- Patching file os/io.c using Plan A... Hunk #1 succeeded at 51. Hunk #2 succeeded at 76. done ===> Creating toolchain wrappers for modular-xorg-server-1.17.2nb1 src=/usr/X11R7/lib/pkgconfig/compositeproto.pc dst=/scratch/x11/modular-xorg-server/work/.buildlink/lib/pkgconfig/compositeext.pc; /bin/mkdir -p /scratch/x11/modular-xorg-server/work/.buildlink/lib/pkgconfig; if test -f ${src}; then /bin/ln -sf ${src} ${dst}; fi src=/usr/X11R7/lib/pkgconfig/fixesproto.pc dst=/scratch/x11/modular-xorg-server/work/.buildlink/lib/pkgconfig/fixesext.pc; /bin/mkdir -p /scratch/x11/modular-xorg-server/work/.buildlink/lib/pkgconfig; if test -f ${src}; then /bin/ln -sf ${src} ${dst}; fi ===> Configuring for modular-xorg-server-1.17.2nb1 => Generating pkg-config file for builtin expat package. => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Adding run-time search paths to pkg-config files. => Checking for portability problems in extracted files checking for a BSD-compatible install... /usr/bin/install -c -o pbulkXXX -g users checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for armv6--netbsdelf-eabihf-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for gcc option to accept ISO C99... none needed checking whether __clang__ is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking pkg-config is at least version 0.9.0... yes checking build system type... armv6--netbsdelf-eabihf checking host system type... armv6--netbsdelf-eabihf checking for a sed that does not truncate output... /usr/bin/sed checking if gcc supports -Werror=unknown-warning-option... no checking if gcc supports -Werror=unused-command-line-argument... no checking if gcc supports -Wall... yes checking if gcc supports -Wpointer-arith... yes checking if gcc supports -Wmissing-declarations... yes checking if gcc supports -Wformat=2... yes checking if gcc supports -Wstrict-prototypes... yes checking if gcc supports -Wmissing-prototypes... yes checking if gcc supports -Wnested-externs... yes checking if gcc supports -Wbad-function-cast... yes checking if gcc supports -Wold-style-definition... yes checking if gcc supports -Wdeclaration-after-statement... yes checking if gcc supports -Wunused... yes checking if gcc supports -Wuninitialized... yes checking if gcc supports -Wshadow... yes checking if gcc supports -Wmissing-noreturn... yes checking if gcc supports -Wmissing-format-attribute... yes checking if gcc supports -Wredundant-decls... yes checking if gcc supports -Wlogical-op... yes checking if gcc supports -Werror=implicit... yes checking if gcc supports -Werror=nonnull... yes checking if gcc supports -Werror=init-self... yes checking if gcc supports -Werror=main... yes checking if gcc supports -Werror=missing-braces... yes checking if gcc supports -Werror=sequence-point... yes checking if gcc supports -Werror=return-type... yes checking if gcc supports -Werror=trigraphs... yes checking if gcc supports -Werror=array-bounds... yes checking if gcc supports -Werror=write-strings... yes checking if gcc supports -Werror=address... yes checking if gcc supports -Werror=int-to-pointer-cast... yes checking if gcc supports -Werror=pointer-to-int-cast... yes checking if gcc supports -pedantic... yes checking if gcc supports -Werror... yes checking if gcc supports -Werror=attributes... yes Package xorg-macros was not found in the pkg-config search path. Perhaps you should add the directory containing `xorg-macros.pc' to the PKG_CONFIG_PATH environment variable No package 'xorg-macros' found checking whether make supports nested variables... (cached) yes checking for doxygen... no configure: WARNING: doxygen not found - documentation targets will be skipped checking for X.Org SGML entities >= 1.8... no checking whether to build documentation... yes checking whether to build developer documentation... yes checking for xmlto... no configure: WARNING: xmlto not found - documentation targets will be skipped checking for fop... no configure: WARNING: fop not found - documentation targets will be skipped checking for xsltproc... no configure: WARNING: xsltproc not found - cannot transform XML documents checking whether to build unit test cases... auto checking whether the linker accepts -Wl,-wrap,exit... yes checking dependency style of gcc... gcc3 checking whether ln -s works... yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /scratch/x11/modular-xorg-server/work/.cwrapper/bin/ld checking if the linker (/scratch/x11/modular-xorg-server/work/.cwrapper/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert armv6--netbsdelf-eabihf file names to armv6--netbsdelf-eabihf format... func_convert_file_noop checking how to convert armv6--netbsdelf-eabihf file names to toolchain format... func_convert_file_noop checking for /scratch/x11/modular-xorg-server/work/.cwrapper/bin/ld option to reload object files... -r checking for armv6--netbsdelf-eabihf-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$ checking for armv6--netbsdelf-eabihf-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for armv6--netbsdelf-eabihf-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for armv6--netbsdelf-eabihf-strip... no checking for strip... strip checking for armv6--netbsdelf-eabihf-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for armv6--netbsdelf-eabihf-mt... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... rm: conftest*: No such file or directory yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/scratch/x11/modular-xorg-server/work/.cwrapper/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: conftest*: No such file or directory no checking dynamic linker characteristics... NetBSD ld.elf_so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking pkg-config is at least version 0.9.0... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... no checking for byacc... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for cpp... (cached) /usr/pkg/bin/tradcpp -Uunix checking if /usr/pkg/bin/tradcpp -Uunix requires -undef... no checking if /usr/pkg/bin/tradcpp -Uunix requires -traditional... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking for an ANSI C-conforming const... yes checking for typeof syntax and keyword spelling... typeof checking whether byte ordering is bigendian... no checking size of unsigned long... 4 checking for pid_t... yes checking byteswap.h usability... no checking byteswap.h presence... no checking for byteswap.h... no checking sys/endian.h usability... yes checking sys/endian.h presence... yes checking for sys/endian.h... yes checking for __swap16 variant of byteswapping macros... no checking for bswap16 variant of byteswapping macros... yes checking for dlopen... yes checking for backtrace... no checking for ffs... yes checking for geteuid... yes checking for getuid... yes checking for issetugid... yes checking for getresuid... no checking for getdtablesize... yes checking for getifaddrs... yes checking for getpeereid... yes checking for getpeerucred... no checking for getprogname... yes checking for getzoneid... no checking for mmap... yes checking for seteuid... yes checking for shmctl64... no checking for strncasecmp... yes checking for vasprintf... yes checking for vsnprintf... yes checking for walkcontext... no checking for strcasecmp... yes checking for strcasestr... yes checking for strlcat... yes checking for strlcpy... yes checking for strndup... yes checking whether program_invocation_short_name is declared... no checking for sqrt in -lm... yes checking for cbrt... yes checking ndbm.h usability... yes checking ndbm.h presence... yes checking for ndbm.h... yes checking dbm.h usability... no checking dbm.h presence... no checking for dbm.h... no checking rpcsvc/dbm.h usability... no checking rpcsvc/dbm.h presence... no checking for rpcsvc/dbm.h... no checking linux/agpgart.h usability... no checking linux/agpgart.h presence... no checking for linux/agpgart.h... no checking sys/agpio.h usability... yes checking sys/agpio.h presence... yes checking for sys/agpio.h... yes checking sys/agpgart.h usability... no checking sys/agpgart.h presence... no checking for sys/agpgart.h... no checking linux/fb.h usability... no checking linux/fb.h presence... no checking for linux/fb.h... no checking for sys/linker.h... no checking for SYSV IPC... yes checking machine/apmvar.h usability... yes checking machine/apmvar.h presence... yes checking for machine/apmvar.h... yes checking for sys/event.h... (cached) no checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for backtrace in -lc... no checking for root directory for font files... /usr/pkg/share/fonts/X11 checking for directory for misc files... ${FONTROOTDIR}/misc checking for directory for OTF files... ${FONTROOTDIR}/OTF checking for directory for TTF files... ${FONTROOTDIR}/TTF checking for directory for Type1 files... ${FONTROOTDIR}/Type1 checking for directory for 75dpi files... ${FONTROOTDIR}/75dpi checking for directory for 100dpi files... ${FONTROOTDIR}/100dpi checking for default font path... /usr/pkg/share/fonts/X11/misc,/usr/pkg/share/fonts/X11/TTF,/usr/pkg/share/fonts/X11/OTF,/usr/pkg/share/fonts/X11/Type1,/usr/pkg/share/fonts/X11/100dpi,/usr/pkg/share/fonts/X11/75dpi,/usr/pkg/share/fonts/X11/cyrillic,/usr/pkg/lib/X11/fonts/misc,/usr/pkg/lib/X11/fonts/TTF,/usr/pkg/lib/X11/fonts/OTF,/usr/pkg/lib/X11/fonts/Type1,/usr/pkg/lib/X11/fonts/100dpi,/usr/pkg/lib/X11/fonts/75dpi,/usr/pkg/lib/X11/fonts/cyrillic checking for thread local storage (TLS) support... __thread checking for tls_model attribute support... yes checking to see if we can install the Xorg server as root... no checking if Xtrans should support UNIX socket connections... yes checking if Xtrans should support TCP socket connections... yes checking for library containing socket... none required checking for library containing gethostbyname... none required checking if IPv6 support should be built... yes checking for struct sockaddr_in.sin_len... yes checking for socklen_t... yes checking for struct msghdr.msg_control... yes checking if Xtrans should support os-specific local connections... no checking for authdes_seccreate... no checking for authdes_create... no checking if Secure RPC authentication ("SUN-DES-1") should be supported... no checking for PIXMAN... yes checking for SYSTEMD_DAEMON... no checking for UDEV... no checking for DBUS... no checking for HAL... no checking for glibc...... no checking for clock_gettime... yes checking for a useful monotonic clock ...... yes checking whether to track client ids... yes checking for DRI2PROTO... yes Checking temp dir /run/shm Checking temp dir /var/tmp checking for DRI3PROTO... no checking for sigaction... yes checking for XSHMFENCE... no checking for LIBDRM... yes configure: DRI2 AIGLX disabled, __DRI_DRI2 not defined in dri_interface.h. checking for XLIB... yes checking for GL... yes checking for XDMCP... yes checking for XdmcpWrap in -lXdmcp... yes Package dri was not found in the pkg-config search path. Perhaps you should add the directory containing `dri.pc' to the PKG_CONFIG_PATH environment variable No package 'dri' found checking for SHA1Init... yes checking for CC_SHA1_Init... no checking for wincrypt.h... no checking for SHA1Init in -lmd... no checking for LIBSHA1... no checking for nettle_sha1_init in -lnettle... no checking for gcry_md_open in -lgcrypt... no checking for SHA1_Init in -lcrypto... yes checking for OPENSSL... no checking for SHA1 implementation... libc checking for XSERVERCFLAGS... no configure: error: Package requirements (fixesproto >= 5.0 damageproto >= 1.1 xcmiscproto >= 1.2.0 xtrans >= 1.3.5 bigreqsproto >= 1.1.0 xproto >= 7.0.26 randrproto >= 1.4.0 renderproto >= 0.11 xextproto >= 7.2.99.901 inputproto >= 2.3 kbproto >= 1.0.3 fontsproto >= 2.1.3 pixman-1 >= 0.27.2 videoproto compositeproto >= 0.4 recordproto >= 1.13.99.1 scrnsaverproto >= 1.1 resourceproto >= 1.2.0 xf86driproto >= 2.1.0 glproto >= 1.4.17 dri >= 7.8.0 presentproto >= 1.0 xineramaproto xkbfile pixman-1 >= 0.27.2 xfont >= 1.4.2 xau xdmcp) were not met: No package 'dri' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XSERVERCFLAGS_CFLAGS and XSERVERCFLAGS_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. *** Error code 1 Stop. make[1]: stopped in /bulk-data/pkgsrc/x11/modular-xorg-server *** Error code 1 Stop. make: stopped in /bulk-data/pkgsrc/x11/modular-xorg-server