svn commit: r520800 - head/x11-wm/picom
Jan Beich
jbeich at FreeBSD.org
Tue Dec 24 12:11:32 UTC 2019
Author: jbeich
Date: Tue Dec 24 12:11:32 2019
New Revision: 520800
URL: https://svnweb.freebsd.org/changeset/ports/520800
Log:
x11-wm/picom: unbreak on DragonFly
In file included from ../src/log.h:8,
from ../src/backend/gl/glx.h:18,
from ../src/common.h:42,
from ../src/c2.c:35:
../src/compiler.h:98:11: fatal error: threads.h: No such file or directory
# include <threads.h>
^~~~~~~~~~~
Reported by: DPorts
Modified:
head/x11-wm/picom/Makefile (contents, props changed)
head/x11-wm/picom/distinfo (contents, props changed)
Modified: head/x11-wm/picom/Makefile
==============================================================================
--- head/x11-wm/picom/Makefile Tue Dec 24 11:55:51 2019 (r520799)
+++ head/x11-wm/picom/Makefile Tue Dec 24 12:11:32 2019 (r520800)
@@ -8,6 +8,7 @@ CATEGORIES= x11-wm
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= bd5a5fb56812.patch:-p1 065f9ffd4d35.patch:-p1
PATCHFILES+= 9657d52cd709.patch:-p1 de3db23e23be.patch:-p1
+PATCHFILES+= e54058fcc740.patch:-p1
MAINTAINER= jbeich at FreeBSD.org
COMMENT= Lightweight X11 compositor
Modified: head/x11-wm/picom/distinfo
==============================================================================
--- head/x11-wm/picom/distinfo Tue Dec 24 11:55:51 2019 (r520799)
+++ head/x11-wm/picom/distinfo Tue Dec 24 12:11:32 2019 (r520800)
@@ -9,3 +9,5 @@ SHA256 (9657d52cd709.patch) = 23b11ce269e385560e240bf6
SIZE (9657d52cd709.patch) = 761
SHA256 (de3db23e23be.patch) = cd8acbfcd4a4a368e665aab78533cd660409a3316541a846d678fa3aef702fae
SIZE (de3db23e23be.patch) = 877
+SHA256 (e54058fcc740.patch) = 61cd841768e632c4af403788e13f6b062eec5a8fb3410635332e6af25730195e
+SIZE (e54058fcc740.patch) = 1026
More information about the svn-ports-head
mailing list