Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2020 12:48:04 +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: r549105 - head/x11/lavalauncher
Message-ID:  <202009201248.08KCm4dG071628@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Sep 20 12:48:04 2020
New Revision: 549105
URL: https://svnweb.freebsd.org/changeset/ports/549105

Log:
  x11/lavalauncher: unbreak on DragonFly
  
  ../src/types/buffer.c: In function 'get_shm_fd':
  ../src/types/buffer.c:81:25: error: '__off64_t' undeclared (first use in this function); did you mean '__off_t'?
      if ( ftruncate(*fd, (__off64_t)size) < 0 )
                           ^~~~~~~~~
                           __off_t
  ../src/types/buffer.c:81:25: note: each undeclared identifier is reported only once for each function it appears in
  ../src/types/buffer.c:81:35: error: expected ')' before 'size'
      if ( ftruncate(*fd, (__off64_t)size) < 0 )
                                     ^~~~
                                     )
  
  Reported by:	DPorts

Modified:
  head/x11/lavalauncher/Makefile   (contents, props changed)
  head/x11/lavalauncher/distinfo   (contents, props changed)

Modified: head/x11/lavalauncher/Makefile
==============================================================================
--- head/x11/lavalauncher/Makefile	Sun Sep 20 12:43:47 2020	(r549104)
+++ head/x11/lavalauncher/Makefile	Sun Sep 20 12:48:04 2020	(r549105)
@@ -6,6 +6,9 @@ DISTVERSION=	2.0.0
 CATEGORIES=	x11
 MASTER_SITES=	https://git.sr.ht/~leon_plickat/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
 
+PATCH_SITES=	https://git.sr.ht/~leon_plickat/${PORTNAME}/commit/
+PATCHFILES+=	542e8c948889.patch:-p1
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Simple launcher panel for Wayland desktops
 

Modified: head/x11/lavalauncher/distinfo
==============================================================================
--- head/x11/lavalauncher/distinfo	Sun Sep 20 12:43:47 2020	(r549104)
+++ head/x11/lavalauncher/distinfo	Sun Sep 20 12:48:04 2020	(r549105)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1598638301
 SHA256 (lavalauncher-v2.0.0.tar.gz) = 6aa9d6fe189f658dabb709c1902454ebaa7dace8259d39c2256397657a411f9b
 SIZE (lavalauncher-v2.0.0.tar.gz) = 92083
+SHA256 (542e8c948889.patch) = 936f12b5f274080cca03eb8eceacae9f9d8daf93f390d69e71ed3f3ed0f734bf
+SIZE (542e8c948889.patch) = 834



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