Update patch comments - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
 (HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 8e26395eae5f56dcae388b1567bdf1fadea111ca
 (DIR) parent 4878f5ab055b8c48748979b3620234f2d5805e12
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Thu, 25 Apr 2019 13:02:04 
       
       Update patch comments
       
       Diffstat:
        emulators/qemu/patch-nvmm-support |  8 ++++++--
        1 files changed, 6 insertions(+), 2 deletions(-)
       ---
       diff -r 4878f5ab055b -r 8e26395eae5f emulators/qemu/patch-nvmm-support
       --- a/emulators/qemu/patch-nvmm-support Thu Apr 25 12:13:07 2019 +0200
       +++ b/emulators/qemu/patch-nvmm-support Thu Apr 25 13:02:04 2019 +0200
       @@ -2,8 +2,12 @@
        
        Add NVMM support.
        
       -From wip/qemu-nvmm, the only change is that nvmm is tried to be
       -recognized automatically in the configure (s/nvmm="no"/nvmm=""/).
       +From wip/qemu-nvmm, the only changes are:
       +
       + - configure: nvmm is tried to be recognized automatically in the
       +   configure (s/nvmm="no"/nvmm=""/).
       + - target/i386/Makefile.objs: minor adjustments to apply cleanly to
       +   4.0.0
        
        --- accel/stubs/Makefile.objs  2018-12-11 18:44:34.000000000 +0100
        +++ accel/stubs/Makefile.objs  2019-03-21 20:48:31.764998305 +0100