From owner-svn-ports-all@freebsd.org Thu Mar 11 02:19:18 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A63E15AA021; Thu, 11 Mar 2021 02:19:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwt1L3qsgz3MZJ; Thu, 11 Mar 2021 02:19:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 69A911C88C; Thu, 11 Mar 2021 02:19:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B2JIOJ040031; Thu, 11 Mar 2021 02:19:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B2JItx040029; Thu, 11 Mar 2021 02:19:18 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103110219.12B2JItx040029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 11 Mar 2021 02:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568063 - head/x11/mako X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11/mako X-SVN-Commit-Revision: 568063 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 02:19:18 -0000 Author: jbeich Date: Thu Mar 11 02:19:17 2021 New Revision: 568063 URL: https://svnweb.freebsd.org/changeset/ports/568063 Log: x11/mako: unbreak build on DragonFly ../notification.c: In function 'get_binding': ../notification.c:275:14: error: 'BTN_LEFT' undeclared (first use in this function) 275 | case BTN_LEFT: | ^~~~~~~~ ../notification.c:275:14: note: each undeclared identifier is reported only once for each function it appears in ../notification.c:277:14: error: 'BTN_RIGHT' undeclared (first use in this function) 277 | case BTN_RIGHT: | ^~~~~~~~~ ../notification.c:279:14: error: 'BTN_MIDDLE' undeclared (first use in this function) 279 | case BTN_MIDDLE: | ^~~~~~~~~~ Reported by: DPorts Modified: head/x11/mako/Makefile (contents, props changed) head/x11/mako/distinfo (contents, props changed) Modified: head/x11/mako/Makefile ============================================================================== --- head/x11/mako/Makefile Thu Mar 11 02:10:15 2021 (r568062) +++ head/x11/mako/Makefile Thu Mar 11 02:19:17 2021 (r568063) @@ -11,6 +11,7 @@ PATCHFILES+= affb38d8a4c4.patch:-p1 # https://github.c PATCHFILES+= 47a1b0b80ca2.patch:-p1 PATCHFILES+= 88e0263a8481.patch:-p1 # https://github.com/emersion/mako/pull/324 PATCHFILES+= 0e9bcb06e0c6.patch:-p1 # https://github.com/emersion/mako/pull/324 +PATCHFILES+= d46e9fd6ced8.patch:-p1 # https://github.com/emersion/mako/pull/345 MAINTAINER= jbeich@FreeBSD.org COMMENT= Lightweight Wayland notification daemon @@ -18,7 +19,8 @@ COMMENT= Lightweight Wayland notification daemon LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols +BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ + wayland-protocols>=1.14:graphics/wayland-protocols LIB_DEPENDS= libbasu.so:devel/basu \ libepoll-shim.so:devel/libepoll-shim \ libwayland-client.so:graphics/wayland Modified: head/x11/mako/distinfo ============================================================================== --- head/x11/mako/distinfo Thu Mar 11 02:10:15 2021 (r568062) +++ head/x11/mako/distinfo Thu Mar 11 02:19:17 2021 (r568063) @@ -11,3 +11,5 @@ SHA256 (88e0263a8481.patch) = 6a27ed8bf076d51f43502b29 SIZE (88e0263a8481.patch) = 1221 SHA256 (0e9bcb06e0c6.patch) = 525ae6dbf76e6ae622521912fa81be59620b0030e5c24982c381287904487e21 SIZE (0e9bcb06e0c6.patch) = 2099 +SHA256 (d46e9fd6ced8.patch) = e63b89d44cdbfdc8db403c3148081bb4d34df2799c7f0d1e3014ea80e1e384a9 +SIZE (d46e9fd6ced8.patch) = 683