From owner-svn-ports-all@freebsd.org Mon Dec 21 20:34:46 2020 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 D62434C3B96; Mon, 21 Dec 2020 20:34:46 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D0B6G5m04z4Wf5; Mon, 21 Dec 2020 20:34:46 +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 AE81727A2F; Mon, 21 Dec 2020 20:34:46 +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 0BLKYkAv023794; Mon, 21 Dec 2020 20:34:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BLKYk0M023792; Mon, 21 Dec 2020 20:34:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012212034.0BLKYk0M023792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 21 Dec 2020 20:34:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558859 - head/x11/fnott X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11/fnott X-SVN-Commit-Revision: 558859 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: Mon, 21 Dec 2020 20:34:46 -0000 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