Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2019 22:08:52 +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: r517287 - head/x11-wm/compton-yshui
Message-ID:  <201911112208.xABM8qEf060208@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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