mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Update to 3.e-bf2
PR: ports/154222 Submitted by: Raphael Kubo da Costa <kubito@gmail.com> Feature safe: yes
This commit is contained in:
parent
3b87a2740b
commit
46f23676e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268116
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= i3
|
||||
DISTVERSION= 3.e-bf1
|
||||
DISTVERSION= 3.e-bf2
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://i3.zekjur.net/downloads/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (i3-3.e-bf1.tar.bz2) = e13be1a4c6f3ba5180c7264194f57e38
|
||||
SHA256 (i3-3.e-bf1.tar.bz2) = 68b9058e23263a409421c39ad2ecc53c28b743aa09a687eb04413aa2a96051c7
|
||||
SIZE (i3-3.e-bf1.tar.bz2) = 291172
|
||||
SHA256 (i3-3.e-bf2.tar.bz2) = 4439d20694b116acc0ae40acee2c22473ce1cc6b6f16593e8002f21bb092eb20
|
||||
SIZE (i3-3.e-bf2.tar.bz2) = 291392
|
||||
|
10
x11-wm/i3/files/patch-src__cfgparse.l
Normal file
10
x11-wm/i3/files/patch-src__cfgparse.l
Normal file
@ -0,0 +1,10 @@
|
||||
--- ./src/cfgparse.l.orig 2011-01-19 21:26:37.000000000 +0100
|
||||
+++ ./src/cfgparse.l 2011-01-22 20:43:13.000000000 +0100
|
||||
@@ -10,6 +10,7 @@
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
+#include <stdint.h> /* Defines uint32_t, required by cfgparse.tab.h */
|
||||
#include "cfgparse.tab.h"
|
||||
#include <xcb/xcb.h>
|
||||
|
Loading…
Reference in New Issue
Block a user