From owner-svn-ports-head@freebsd.org Sat Jan 23 10:30:35 2021 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 A61AA4EF8C5; Sat, 23 Jan 2021 10:30:35 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DNC7v4Mwlz3pQ5; Sat, 23 Jan 2021 10:30:35 +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 88FCE7835; Sat, 23 Jan 2021 10:30:35 +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 10NAUZlU025543; Sat, 23 Jan 2021 10:30:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10NAUZ4O025541; Sat, 23 Jan 2021 10:30:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202101231030.10NAUZ4O025541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 23 Jan 2021 10:30:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562388 - head/x11/foot X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11/foot X-SVN-Commit-Revision: 562388 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: Sat, 23 Jan 2021 10:30:35 -0000 Author: jbeich Date: Sat Jan 23 10:30:34 2021 New Revision: 562388 URL: https://svnweb.freebsd.org/changeset/ports/562388 Log: x11/foot: sync patches with upstream Modified: head/x11/foot/Makefile (contents, props changed) head/x11/foot/distinfo (contents, props changed) Modified: head/x11/foot/Makefile ============================================================================== --- head/x11/foot/Makefile Sat Jan 23 10:00:47 2021 (r562387) +++ head/x11/foot/Makefile Sat Jan 23 10:30:34 2021 (r562388) @@ -2,24 +2,28 @@ PORTNAME= foot DISTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ -PATCH_SITES= https://github.com/jbeich/${PORTNAME}/commit/ -PATCHFILES+= 301fd904df8f.patch:-p1 # main: correct header for mode macros -PATCHFILES+= 8fc036b2b31c.patch:-p1 # client/server: switch to POSIX header for sockaddr_un -PATCHFILES+= 7d60eb475c3f.patch:-p1 # terminal: add/exclude missing headers -PATCHFILES+= 0541c4377d34.patch:-p1 # uri: switch to conservative maximum hostname lengthb -PATCHFILES+= 225a19d49aa8.patch:-p1 # slave: skip e310487dae99 if not supported -PATCHFILES+= 859e9b145be2.patch:-p1 # client: adjust overflow check on 32-bit (i386, armv7) -PATCHFILES+= 0fa2bf34d323.patch:-p1 # shm: silence -Wunused-function on i386 -PATCHFILES+= 5937c4157c6d.patch:-p1 # shm: disable fallocate optimization if not supported -PATCHFILES+= 6614d6a60753.patch:-p1 # shm: unbreak build without memfd_create -PATCHFILES+= 400e06127154.patch:-p1 # render: set thread name in a portable way -PATCHFILES+= 237a8fdcf8bb.patch:-p1 # meson: don't force POSIX compliance -PATCHFILES+= 754b0b8900be.patch:-p1 # meson: libpthread may lack C11 threads e.g., on FreeBSD -PATCHFILES+= 30243d39e602.patch:-p1 # meson: require epoll-shim on BSDs -PATCHFILES+= db419ae55d46.patch:-p1 # meson: optionalize terminfo dependency +PATCH_SITES= https://codeberg.org/dnkl/${PORTNAME}/commit/ +PATCHFILES+= fd4511a3dc9f.patch:-p1 # main: correct header for mode macros +PATCHFILES+= dd485d941499.patch:-p1 # client/server: switch to POSIX header for sockaddr_un +PATCHFILES+= 14e761179b8c.patch:-p1 # terminal: add/exclude missing headers +PATCHFILES+= fb660262ab92.patch:-p1 # uri: switch to conservative maximum hostname length +PATCHFILES+= e462419e348a.patch:-p1 # slave: skip e310487dae99 if not supported +PATCHFILES+= 6626ef5807a6.patch:-p1 # shm: silence -Wunused-function on i386 +PATCHFILES+= 93fd77e01b25.patch:-p1 # shm: disable fallocate optimization if not supported +PATCHFILES+= fcf3f124d626.patch:-p1 # shm: unbreak build without memfd_create +PATCHFILES+= 9b09049c1ccf.patch:-p1 # render: set thread name in a portable way +PATCHFILES+= 909938b83c7f.patch:-p1 # meson: don't force POSIX compliance +PATCHFILES+= 796301f2281f.patch:-p1 # meson: libpthread may lack C11 threads e.g., on FreeBSD +PATCHFILES+= 3ac107ce821f.patch:-p1 # meson: require epoll-shim on BSDs +PATCHFILES+= 0b07bf78f055.patch:-p1 # meson: depend on wayland-client when using wayland-protocols +PATCHFILES+= 8b092256d1ce.patch:-p1 # meson: optionalize terminfo dependency +PATCHFILES+= ab040d0d6f5c.patch:-p1 # completions/zsh: unbreak with BSD find(1) +PATCHFILES+= c70694bd8f40.patch:-p1 # client: explicitly use a 64-bit type for ‘total_len’ +PATCHFILES+= 1f745655ac98.patch:-p1 # shm: don’t check for __i386__ and __x86_64__ - there are other architectures out there MAINTAINER= jbeich@FreeBSD.org COMMENT= Fast, lightweight and minimalistic Wayland terminal emulator Modified: head/x11/foot/distinfo ============================================================================== --- head/x11/foot/distinfo Sat Jan 23 10:00:47 2021 (r562387) +++ head/x11/foot/distinfo Sat Jan 23 10:30:34 2021 (r562388) @@ -1,31 +1,37 @@ TIMESTAMP = 1608562705 SHA256 (foot-1.6.2.tar.gz) = dee10d8153a3ed57e21f5d8c0ed4121ddf83eeb33655728e5b8c46dfa3566a45 SIZE (foot-1.6.2.tar.gz) = 340942 -SHA256 (301fd904df8f.patch) = d1c3d595a30412292d0ad7ed25c0142564e30e3564798c3b1a7726d85fc1358a -SIZE (301fd904df8f.patch) = 1341 -SHA256 (8fc036b2b31c.patch) = 7af89c2274ab676e98f26592aac2e4caff3408911c0af9c7e1073b626bb1f384 -SIZE (8fc036b2b31c.patch) = 2110 -SHA256 (7d60eb475c3f.patch) = 5f7b868fc3a1a3e63c436e4c6552098832ab10b0a31129a57fae075a662aee97 -SIZE (7d60eb475c3f.patch) = 1066 -SHA256 (0541c4377d34.patch) = 5888fb21d0916039970d6bf11794d434616053c795df148d132a251c983a08bb -SIZE (0541c4377d34.patch) = 833 -SHA256 (225a19d49aa8.patch) = 8404e138fc8e78744585308df4429ea50f90c41b5ee376be9c28e773af6bba50 -SIZE (225a19d49aa8.patch) = 897 -SHA256 (859e9b145be2.patch) = 6442015f92b1cb14f68595f17a92951e8c0af02b47249d5d5e87c544669e7b54 -SIZE (859e9b145be2.patch) = 1521 -SHA256 (0fa2bf34d323.patch) = bfa9e8cb7082723ce47532308286dfb95bc7f510bc608779464f33a8d1569f40 -SIZE (0fa2bf34d323.patch) = 788 -SHA256 (5937c4157c6d.patch) = eb7f4952b59886c1f4a353583a1c402df98f9866a7a9754b8e20b0a2c9621d6e -SIZE (5937c4157c6d.patch) = 3683 -SHA256 (6614d6a60753.patch) = 2c1538c0c1e545c2cd31dc86258cfdb459a53aaf914fe7bb5c9bd4ebcf75507f -SIZE (6614d6a60753.patch) = 5142 -SHA256 (400e06127154.patch) = cf4def2398e0563a77e22eb92b1a55b44af1070794811b386eeda5bbc3108268 -SIZE (400e06127154.patch) = 1998 -SHA256 (237a8fdcf8bb.patch) = 5901737978169a67e9cb9423daf0d4d3d79bbb8f979988e519434cd9fe6b4211 -SIZE (237a8fdcf8bb.patch) = 12214 -SHA256 (754b0b8900be.patch) = f0a97644ecaef34dc1e5da37280f805d14b88a24243338ede09375ff24dc8438 -SIZE (754b0b8900be.patch) = 2037 -SHA256 (30243d39e602.patch) = 1d88076621cbec1b64a0c9ceec0813f18a9428d2ff3154c07253f941f7a4f12c -SIZE (30243d39e602.patch) = 4104 -SHA256 (db419ae55d46.patch) = dad1f6e4cbcceb52e70d848dfb59b63c890f7bd042f5473449715265ef15c7e5 -SIZE (db419ae55d46.patch) = 2224 +SHA256 (fd4511a3dc9f.patch) = 065e940f1b46be09662328386ac4586888f0d3b4ddebbca29b0123885d679bc1 +SIZE (fd4511a3dc9f.patch) = 1341 +SHA256 (dd485d941499.patch) = 1c5db0e7aada6e44b32eb38cd7f6fab3a2ef7b0cea4a2d50b7ba9cea1e986e0e +SIZE (dd485d941499.patch) = 2110 +SHA256 (14e761179b8c.patch) = a2f77db716a25dee9177d498e5d47861a480c5f83d716e9933ddaa3971530cae +SIZE (14e761179b8c.patch) = 1066 +SHA256 (fb660262ab92.patch) = 745670efa33889086a8e7fcdb4896d39df571c9e63ab754c004163ac56c447d8 +SIZE (fb660262ab92.patch) = 799 +SHA256 (e462419e348a.patch) = d86ee30bef9e6bdb5d2997bceaf19f83ca3c4393107db1302587b16679c96b35 +SIZE (e462419e348a.patch) = 897 +SHA256 (6626ef5807a6.patch) = 693cd1c2ebe69692ee27407844649dce88721a1ed78cc25ca7fb4b57114efe11 +SIZE (6626ef5807a6.patch) = 788 +SHA256 (93fd77e01b25.patch) = dba0bd8064a9129cf5e0f7b3cda9792f2f581b2a91bba7351528d06685d6056d +SIZE (93fd77e01b25.patch) = 3619 +SHA256 (fcf3f124d626.patch) = 6e233cbe839dbc417ea90b3a619fe07c5f7f28b794543eeb0e591d7f72d1f30f +SIZE (fcf3f124d626.patch) = 5142 +SHA256 (9b09049c1ccf.patch) = 2af33983ef9057b09ac4d3570c37b3ad29541fb5145ebf3b3bc1cd8209d719cf +SIZE (9b09049c1ccf.patch) = 1998 +SHA256 (909938b83c7f.patch) = 5fc7ee520ff4c312a4c8768fbc921d556dd1de8b330db7a707b5f521d79486ab +SIZE (909938b83c7f.patch) = 12214 +SHA256 (796301f2281f.patch) = 1417e865e4c45dd962e3e0dbd549e87ea04192c9306b243178d7868f34cb9353 +SIZE (796301f2281f.patch) = 2037 +SHA256 (3ac107ce821f.patch) = 4433934e4885474e17c37b49f6af65238e6ccb82058658119caa0d9e6c54ef36 +SIZE (3ac107ce821f.patch) = 4104 +SHA256 (0b07bf78f055.patch) = 0b3b63c6da4c1e82f846c20e28895370c970774d75b5759adeacf90eb6b8fb0e +SIZE (0b07bf78f055.patch) = 1995 +SHA256 (8b092256d1ce.patch) = 977adc475694550bf5e3be58733de7df3abaa3012fe9886f530e2df3ec31b6b1 +SIZE (8b092256d1ce.patch) = 3581 +SHA256 (ab040d0d6f5c.patch) = e2adcad9865abc2732f0e75bd2d8df5693a4a09003a8f818372f06b350e8957c +SIZE (ab040d0d6f5c.patch) = 1172 +SHA256 (c70694bd8f40.patch) = 3a27e32d497b8cb03ae4b4091b8f4f3cd4fa00237daf95bb4fde4a0eeab49752 +SIZE (c70694bd8f40.patch) = 1153 +SHA256 (1f745655ac98.patch) = 33ac4b9af211f024d678ad9e171c00667a587e0bd095ec76af739fea728f7ac9 +SIZE (1f745655ac98.patch) = 2879