[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / emulators / qemu

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/emulators/qemu/Makefile between version 1.210 and 1.211

version 1.210, 2019/05/25 12:36:59 version 1.211, 2019/06/19 19:08:05
Line 123  PLIST.bridge-helper= yes
Line 123  PLIST.bridge-helper= yes
 PLIST.nbd=              yes  PLIST.nbd=              yes
 PLIST.ivshmem=          yes  PLIST.ivshmem=          yes
 PLIST.pr-helper=        yes  PLIST.pr-helper=        yes
   PLIST.virtfs-proxy-helper=yes
 .elif !empty(MACHINE_PLATFORM:MSunOS-5.11-*)  .elif !empty(MACHINE_PLATFORM:MSunOS-5.11-*)
 PLIST.nbd=              yes  PLIST.nbd=              yes
 CONFIGURE_ARGS+=        --disable-coroutine-pool  CONFIGURE_ARGS+=        --disable-coroutine-pool
 .endif  .endif
   
 PLIST_VARS+=            ${UE_ARCHS} bridge-helper ivshmem nbd pr-helper  PLIST_VARS+=            ${UE_ARCHS} bridge-helper ivshmem nbd pr-helper virtfs-proxy-helper
 .for pvar in ${USER_EMUL}  .for pvar in ${USER_EMUL}
 PLIST.${pvar}=          yes  PLIST.${pvar}=          yes
 .endfor  .endfor

Legend:
Removed from v.1.210  
changed lines
  Added in v.1.211

CVSweb <webmaster@jp.NetBSD.org>