Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 10:35:52 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483989 - in head/devel/efl: . files
Message-ID:  <201811041035.wA4AZql0024021@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041035.wA4AZql0024021>