svn commit: r483991 - in branches/2018Q4/devel/efl: . files

Jan Beich jbeich at FreeBSD.org
Sun Nov 4 10:37:45 UTC 2018


Author: jbeich
Date: Sun Nov  4 10:37:43 2018
New Revision: 483991
URL: https://svnweb.freebsd.org/changeset/ports/483991

Log:
  MFH: r483989
  
  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
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2018Q4/devel/efl/Makefile
  branches/2018Q4/devel/efl/files/patch-src_Makefile.am
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/devel/efl/Makefile
==============================================================================
--- branches/2018Q4/devel/efl/Makefile	Sun Nov  4 10:36:19 2018	(r483990)
+++ branches/2018Q4/devel/efl/Makefile	Sun Nov  4 10:37:43 2018	(r483991)
@@ -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: branches/2018Q4/devel/efl/files/patch-src_Makefile.am
==============================================================================
--- branches/2018Q4/devel/efl/files/patch-src_Makefile.am	Sun Nov  4 10:36:19 2018	(r483990)
+++ branches/2018Q4/devel/efl/files/patch-src_Makefile.am	Sun Nov  4 10:37:43 2018	(r483991)
@@ -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-branches mailing list