From owner-svn-ports-head@freebsd.org Mon Dec 21 21:39:46 2020 Return-Path: Delivered-To: svn-ports-head@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 DF33D4C4ADA; Mon, 21 Dec 2020 21:39: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 4D0CYG5zQJz4Zms; Mon, 21 Dec 2020 21:39: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 B57D62845D; Mon, 21 Dec 2020 21:39: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 0BLLdk4G062143; Mon, 21 Dec 2020 21:39:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BLLdkog062141; Mon, 21 Dec 2020 21:39:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012212139.0BLLdkog062141@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 21:39:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558862 - head/x11-fonts/fcft X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11-fonts/fcft X-SVN-Commit-Revision: 558862 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2020 21:39:46 -0000 Author: jbeich Date: Mon Dec 21 21:39:46 2020 New Revision: 558862 URL: https://svnweb.freebsd.org/changeset/ports/558862 Log: x11-fonts/fcft: apply upstream crashfix $ fnott & $ notify-send "this is the summary" "this is the body" $ fnottctl quit Assertion failed: (fcCacheChains[i] == NULL), function FcCacheFini, file fccache.c, line 807. (lldb) bt * thread #1, name = 'fnott', stop reason = signal SIGABRT * frame #0: 0x00000008005eb30a libc.so.7`__sys_thr_kill at thr_kill.S:4 frame #1: 0x0000000800556ff4 libc.so.7`__raise(s=6) at raise.c:52:10 frame #2: 0x0000000800616be9 libc.so.7`abort at abort.c:67:8 frame #3: 0x0000000800537b91 libc.so.7`__assert(func=, file=, line=, failedexpr=) at assert.c:51:2 frame #4: 0x0000000800922b94 libfontconfig.so.1`FcCacheFini at fccache.c:807:6 frame #5: 0x000000080093eafd libfontconfig.so.1`IA__FcFini at fcinit.c:205:5 frame #6: 0x0000000800434989 libfcft.so.3`fini at fcft.c:233:5 frame #7: 0x0000000800247906 ld-elf.so.1`objlist_call_fini(list=, root=, lockstate=) at rtld.c:2761:4 frame #8: 0x00000008002401c9 ld-elf.so.1`rtld_exit at rtld.c:3148:5 frame #9: 0x00000008006170ae libc.so.7`__cxa_finalize(dso=) at atexit.c:240:5 frame #10: 0x0000000800617711 libc.so.7`exit(status=0) at exit.c:74:2 frame #11: 0x000000000020c866 fnott`_start(ap=, cleanup=) at crt1_c.c:75:2 Modified: head/x11-fonts/fcft/Makefile (contents, props changed) head/x11-fonts/fcft/distinfo (contents, props changed) Modified: head/x11-fonts/fcft/Makefile ============================================================================== --- head/x11-fonts/fcft/Makefile Mon Dec 21 21:21:51 2020 (r558861) +++ head/x11-fonts/fcft/Makefile Mon Dec 21 21:39:46 2020 (r558862) @@ -2,8 +2,13 @@ PORTNAME= fcft DISTVERSION= 2.3.2 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ + +PATCH_SITES= https://codeberg.org/dnkl/${PORTNAME}/commit/ +PATCHFILES+= 0b330d7ff91f.patch:-p1 # avoid patch conflict +PATCHFILES+= e30e9f295b79.patch:-p1 # fnottctl quit crashfix MAINTAINER= jbeich@FreeBSD.org COMMENT= Simple library for font loading and glyph rasterization Modified: head/x11-fonts/fcft/distinfo ============================================================================== --- head/x11-fonts/fcft/distinfo Mon Dec 21 21:21:51 2020 (r558861) +++ head/x11-fonts/fcft/distinfo Mon Dec 21 21:39:46 2020 (r558862) @@ -1,3 +1,7 @@ TIMESTAMP = 1608296676 SHA256 (fcft-2.3.2.tar.gz) = 726fdebb1d29bc40c665015666fd9037981c0b4d0ba3ecafa1994053091e7fa8 SIZE (fcft-2.3.2.tar.gz) = 313133 +SHA256 (0b330d7ff91f.patch) = c3ac993323e189622157f46ae3fdac7a7df22365e15e11f5c68cbbc333262963 +SIZE (0b330d7ff91f.patch) = 821 +SHA256 (e30e9f295b79.patch) = ce5b1031ff07b842aaa418be7dc5e90947ffbb482ce7e709e471d13deee8dd46 +SIZE (e30e9f295b79.patch) = 1624