svn commit: r483989 - in head/devel/efl: . files

Jan Beich jbeich at FreeBSD.org
Sun Nov 4 10:35:54 UTC 2018


Author: jbeich
Date: Sun Nov  4 10:35:52 2018
New Revision: 483989
URL: https://svnweb.freebsd.org/changeset/ports/483989

Log:
  devel/efl: add missing WAYLAND dependencies
  
  configure: error: pkg-config missing wayland-client >= 1.11.0 wayland-scanner >= 1.11.0 wayland-protocols >= 1.7
  /bin/sh: gsed: not found

Modified:
  head/devel/efl/Makefile   (contents, props changed)
  head/devel/efl/files/patch-src_Makefile.am   (contents, props changed)

Modified: head/devel/efl/Makefile
==============================================================================
--- head/devel/efl/Makefile	Sun Nov  4 10:34:50 2018	(r483988)
+++ head/devel/efl/Makefile	Sun Nov  4 10:35:52 2018	(r483989)
@@ -86,6 +86,7 @@ PULSEAUDIO_LIB_DEPENDS=		libpulse.so:audio/pulseaudio
 PULSEAUDIO_CONFIGURE_ENABLE=	pulseaudio
 
 WAYLAND_BROKEN=			WAYLAND option is broken: https://phab.enlightenment.org/T7116
+WAYLAND_BUILD_DEPENDS=		wayland-protocols>=1.7:graphics/wayland-protocols
 WAYLAND_LIB_DEPENDS=		libepoll-shim.so:devel/libepoll-shim \
 				libxkbcommon.so:x11/libxkbcommon \
 				libwayland-client.so:graphics/wayland \

Modified: head/devel/efl/files/patch-src_Makefile.am
==============================================================================
--- head/devel/efl/files/patch-src_Makefile.am	Sun Nov  4 10:34:50 2018	(r483988)
+++ head/devel/efl/files/patch-src_Makefile.am	Sun Nov  4 10:35:52 2018	(r483989)
@@ -5,7 +5,7 @@
  
  define protoname
 -$(shell echo $1 | sed 's/\([a-z\-]\+\)-[a-z]\+-v[0-9]\+/\1/')
-+$(shell echo $1 | gsed 's/\([a-z\-]\+\)-[a-z]\+-v[0-9]\+/\1/')
++$(shell echo $1 | sed -E 's/([a-z\-]+)-[a-z]+-v[0-9]+/\1/')
  endef
  
  #rules for generating protocol from wayland_protocols


More information about the svn-ports-all mailing list