From owner-svn-ports-all@freebsd.org Mon Nov 11 22:08:53 2019 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 97C301BF9BF; Mon, 11 Nov 2019 22:08:53 +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) server-signature RSA-PSS (4096 bits) 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 47BlQF3Yyqz3FK7; Mon, 11 Nov 2019 22:08:53 +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 44B601DE88; Mon, 11 Nov 2019 22:08:53 +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 xABM8ru5060209; Mon, 11 Nov 2019 22:08:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xABM8qEf060208; Mon, 11 Nov 2019 22:08:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201911112208.xABM8qEf060208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 11 Nov 2019 22:08:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517287 - head/x11-wm/compton-yshui X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11-wm/compton-yshui X-SVN-Commit-Revision: 517287 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.29 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, 11 Nov 2019 22:08:53 -0000 Author: jbeich Date: Mon Nov 11 22:08:52 2019 New Revision: 517287 URL: https://svnweb.freebsd.org/changeset/ports/517287 Log: x11-wm/compton-yshui: unbreak build with GCC In file included from ../subprojects/test.h/test.h:14, from ../src/string_utils.c:6: /usr/include/sys/sysctl.h:1101:25: error: unknown type name 'u_int'; did you mean 'int'? 1101 | int sysctl(const int *, u_int, void *, size_t *, const void *, size_t); | ^~~~~ | int PR: 241724 Submitted by: pkubaj Obtained from: upstream Modified: head/x11-wm/compton-yshui/Makefile (contents, props changed) head/x11-wm/compton-yshui/distinfo (contents, props changed) Modified: head/x11-wm/compton-yshui/Makefile ============================================================================== --- head/x11-wm/compton-yshui/Makefile Mon Nov 11 21:50:04 2019 (r517286) +++ head/x11-wm/compton-yshui/Makefile Mon Nov 11 22:08:52 2019 (r517287) @@ -8,6 +8,7 @@ PKGNAMESUFFIX= -yshui PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= bd5a5fb56812.patch:-p1 065f9ffd4d35.patch:-p1 +PATCHFILES+= 9657d52cd709.patch:-p1 de3db23e23be.patch:-p1 MAINTAINER= jbeich@FreeBSD.org COMMENT= Lightweight X11 compositor Modified: head/x11-wm/compton-yshui/distinfo ============================================================================== --- head/x11-wm/compton-yshui/distinfo Mon Nov 11 21:50:04 2019 (r517286) +++ head/x11-wm/compton-yshui/distinfo Mon Nov 11 22:08:52 2019 (r517287) @@ -5,3 +5,7 @@ SHA256 (bd5a5fb56812.patch) = a7e29d526517f05fb90f3a64 SIZE (bd5a5fb56812.patch) = 680 SHA256 (065f9ffd4d35.patch) = 5d6d687c9ee1eb6ab7a9d39636bb85c4aac7d36ad13433ac66885914ff2e2944 SIZE (065f9ffd4d35.patch) = 10209 +SHA256 (9657d52cd709.patch) = 23b11ce269e385560e240bf68bd11ce8df1afa4d73dc6ee0ac995541a0817ea2 +SIZE (9657d52cd709.patch) = 761 +SHA256 (de3db23e23be.patch) = cd8acbfcd4a4a368e665aab78533cd660409a3316541a846d678fa3aef702fae +SIZE (de3db23e23be.patch) = 877