svn commit: r568063 - head/x11/mako

Jan Beich jbeich at FreeBSD.org
Thu Mar 11 02:19:18 UTC 2021


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 at 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


More information about the svn-ports-head mailing list