ports/159148: [PATCH] x11-wm/i3: Update to 3.e-bf3

Raphael Kubo da Costa kubito at gmail.com
Sat Jul 23 21:00:22 UTC 2011


>Number:         159148
>Category:       ports
>Synopsis:       [PATCH] x11-wm/i3: Update to 3.e-bf3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 23 21:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Raphael Kubo da Costa
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD gibbon 8.2-STABLE FreeBSD 8.2-STABLE #32: Sat Jul  9 17:15:08 BRT
>Description:
Update port to 3.e-bf3.

The patch added in the previous version has been integrated upstream and is not needed anymore.

The check for FreeBSD < 7 has been removed, as we do not support these versions anymore.

Removed file(s):
- files/patch-src__cfgparse.l

Port maintainer (dhn at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- i3-3.e.b3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11-wm/i3/Makefile /usr/home/rakuco/dev/ports/i3/x11-wm/i3/Makefile
--- /usr/ports/x11-wm/i3/Makefile	2011-01-22 18:08:01.000000000 -0200
+++ /usr/home/rakuco/dev/ports/i3/x11-wm/i3/Makefile	2011-07-23 17:52:47.000000000 -0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	i3
-DISTVERSION=	3.e-bf2
+DISTVERSION=	3.e-bf3
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://i3.zekjur.net/downloads/ \
 		${MASTER_SITE_LOCAL}
@@ -41,10 +41,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 700000
-BROKEN=	Does not compile on FreeBSD 6.X
-.endif
-
 post-extract:
 	@cd ${WRKSRC} && ${CP} i3.config config.sample
 	@cd ${WRKSRC} && ${CP} i3.welcome welcome
diff -ruN --exclude=CVS /usr/ports/x11-wm/i3/distinfo /usr/home/rakuco/dev/ports/i3/x11-wm/i3/distinfo
--- /usr/ports/x11-wm/i3/distinfo	2011-01-22 18:08:01.000000000 -0200
+++ /usr/home/rakuco/dev/ports/i3/x11-wm/i3/distinfo	2011-07-23 17:49:39.000000000 -0300
@@ -1,2 +1,2 @@
-SHA256 (i3-3.e-bf2.tar.bz2) = 4439d20694b116acc0ae40acee2c22473ce1cc6b6f16593e8002f21bb092eb20
-SIZE (i3-3.e-bf2.tar.bz2) = 291392
+SHA256 (i3-3.e-bf3.tar.bz2) = e0a7b030ebbad0ebf2ac39f235dd5e0ad34ef0ff5b83e31501a361f92e85c68f
+SIZE (i3-3.e-bf3.tar.bz2) = 360704
diff -ruN --exclude=CVS /usr/ports/x11-wm/i3/files/patch-src__cfgparse.l /usr/home/rakuco/dev/ports/i3/x11-wm/i3/files/patch-src__cfgparse.l
--- /usr/ports/x11-wm/i3/files/patch-src__cfgparse.l	2011-01-22 18:08:01.000000000 -0200
+++ /usr/home/rakuco/dev/ports/i3/x11-wm/i3/files/patch-src__cfgparse.l	1969-12-31 21:00:00.000000000 -0300
@@ -1,10 +0,0 @@
---- ./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>
- 
--- i3-3.e.b3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list