Solved multimedia/libva fails to install

multimedia/libva while portupgrade'ing fails with sed error:
Code:
gmake[5]: Entering directory '/usr/ports/multimedia/libva/work/libva-2.0.0/va/wayland'
/usr/local/bin/wayland-scanner client-header < wayland-drm.xml > wayland-drm-client-protocol.h
/usr/local/bin/wayland-scanner code < wayland-drm.xml > wayland-drm-client-protocol-export.c
/usr/bin/sed -e '1i#include "sysdeps.h"' \
                   -e 's@WL_EXPORT@DLL_HIDDEN@g' < wayland-drm-client-protocol-export.c > wayland-drm-client-protocol.c
sed: 1: "1i#include "sysdeps.h"
": command i expects \ followed by text
gmake[5]: *** [Makefile:768: wayland-drm-client-protocol.c] Error 1
Rather strange for me.
 
Thanks. I had upgraded several times during the last couple of days. And the last unsuccessful try was just a couple of hours ago. )
And now it's O.K.
 
Yeah, you probably just missed the update. It was fixed a little over an hour ago ;)
 
Back
Top