Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2020 20:34:46 +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: r558859 - head/x11/fnott
Message-ID:  <202012212034.0BLKYk0M023792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Dec 21 20:34:46 2020
New Revision: 558859
URL: https://svnweb.freebsd.org/changeset/ports/558859

Log:
  x11/fnott: apply upstream crashfix
  
  $ fnott &
  warn: config.c:627: no configuration found, using defaults
  info: wayland.c:713: DP-1: 3840x2160+0x0@60Hz LG Ultra HD 27.15" scale=1 PPI=166x166 (physical) PPI=166x166 (logical)
  
  $ notify-send "this is the summary" "this is the body"
  info: fcft.c:256: fcft: 2.3.2 +graphemes
  info: fcft.c:266: fontconfig: 2.13.92
  info: fcft.c:272: freetype: 2.10.4
  info: fcft.c:717: /usr/local/share/fonts/dejavu/DejaVuSans.ttf: size=12.00pt/27px, dpi=166.00
  info: fcft.c:717: /usr/local/share/fonts/dejavu/DejaVuSans-Bold.ttf: size=12.00pt/27px, dpi=166.00
  info: fcft.c:717: /usr/local/share/fonts/dejavu/DejaVuSans-Oblique.ttf: size=12.00pt/27px, dpi=166.00
  info: fcft.c:717: /usr/local/share/fonts/dejavu/DejaVuSans-BoldOblique.ttf: size=12.00pt/27px, dpi=166.00
  
  $ fnottctl dismiss
  err: ctrl.c:104: client: FD=7: failed to receive command: Resource temporarily unavailable
  warn: fdm.c:57: FD list not empty
  Assertion failed: (fcCacheChains[i] == NULL), function FcCacheFini, file fccache.c, line 807.

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

Modified: head/x11/fnott/Makefile
==============================================================================
--- head/x11/fnott/Makefile	Mon Dec 21 20:27:10 2020	(r558858)
+++ head/x11/fnott/Makefile	Mon Dec 21 20:34:46 2020	(r558859)
@@ -2,6 +2,7 @@
 
 PORTNAME=	fnott
 DISTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
 
@@ -12,6 +13,7 @@ PATCHFILES+=	70320c12d4f2.patch:-p1 # CLOCK_BOOTTIME
 PATCHFILES+=	b18d23338a86.patch:-p1 # memfd_create
 PATCHFILES+=	4dbfa266ecc3.patch:-p1 # _POSIX_C_SOURCE
 PATCHFILES+=	ad36c1beefe6.patch:-p1 # epoll-shim
+PATCHFILES+=	df8da5ef6563.patch:-p1 # fnottctl crashfix
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Keyboard-driven notification daemon for wlroots-based compositors

Modified: head/x11/fnott/distinfo
==============================================================================
--- head/x11/fnott/distinfo	Mon Dec 21 20:27:10 2020	(r558858)
+++ head/x11/fnott/distinfo	Mon Dec 21 20:34:46 2020	(r558859)
@@ -13,3 +13,5 @@ SHA256 (4dbfa266ecc3.patch) = b1f3d10bda8a373a9f15fa5a
 SIZE (4dbfa266ecc3.patch) = 2713
 SHA256 (ad36c1beefe6.patch) = 01d5757b737d22c9f82a80f3758f0b6262ce8c3b453b27f07b6f86f45c250c81
 SIZE (ad36c1beefe6.patch) = 2739
+SHA256 (df8da5ef6563.patch) = 45a7322eda1ab314783944f2369522629c454fcdce2e51e2a3340f8b46376fdb
+SIZE (df8da5ef6563.patch) = 4798



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