Date: Sun, 4 Nov 2018 10:37:43 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r483991 - in branches/2018Q4/devel/efl: . files Message-ID: <201811041037.wA4Abhvv024350@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041037.wA4Abhvv024350>