View | Details | Raw Unified | Return to bug 198733
Collapse All | Expand All

(-)./rofi/Makefile (-6 / +6 lines)
Lines 1-9 Link Here
1
# $FreeBSD: head/x11/rofi/Makefile 381618 2015-03-19 16:44:57Z bdrewery $
1
# $FreeBSD: head/x11/rofi/Makefile 381618 2015-03-19 16:44:57Z bdrewery $
2
2
3
PORTNAME=	rofi
3
PORTNAME=	rofi
4
PORTVERSION=	0.14.12
4
PORTVERSION=	0.15.2
5
CATEGORIES=	x11
5
CATEGORIES=	x11
6
MASTER_SITES=	GHL
6
MASTER_SITES=	GH
7
7
8
MAINTAINER=	nomoo@nomoo.ru
8
MAINTAINER=	nomoo@nomoo.ru
9
COMMENT=	Window switcher, run dialog and dmenu replacement
9
COMMENT=	Window switcher, run dialog and dmenu replacement
Lines 12-23 Link Here
12
12
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	DaveDavenport
14
GH_ACCOUNT=	DaveDavenport
15
GH_COMMIT=	9b33197
15
GH_TAGNAME=	0.15.2
16
GH_TAGNAME=	0.14.12
17
16
17
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USES=		autoreconf pkgconfig
19
USES=		autoreconf pkgconfig gmake
20
USE_XORG=	x11 xinerama
20
USE_XORG=	x11 xinerama xft
21
USE_GNOME=	pango
21
USE_GNOME=	pango
22
22
23
PLIST_FILES=	bin/rofi man/man1/rofi.1.gz
23
PLIST_FILES=	bin/rofi man/man1/rofi.1.gz
(-)./rofi/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rofi-0.14.12.tar.gz) = 7298098b8d49a5922e3f9cf9154c12f93be3249adba0475d47ff1a4e96ad859f
1
SHA256 (rofi-0.15.2_GH0.tar.gz) = f666398a85d1809fe482bf97ca929105e40319d2c496a849facaf127082b01a2
2
SIZE (rofi-0.14.12.tar.gz) = 52356
2
SIZE (rofi-0.15.2_GH0.tar.gz) = 63627
(-)./rofi/files/patch-source_helper.c (+10 lines)
Line 0 Link Here
1
--- source/helper.c.orig	2015-02-27 14:12:52 UTC
2
+++ source/helper.c
3
@@ -35,6 +35,7 @@
4
 #include <fcntl.h>
5
 #include <sys/types.h>
6
 #include <sys/file.h>
7
+#include <sys/stat.h>
8
 #include "helper.h"
9
 #include "rofi.h"
10
 
(-)./rofi/files/patch-source_i3-support.c (+11 lines)
Line 0 Link Here
1
--- source/i3-support.c.orig	2015-02-27 14:12:52 UTC
2
+++ source/i3-support.c
3
@@ -36,7 +36,7 @@
4
 #include <X11/X.h>
5
 #include <X11/Xlib.h>
6
 #include <sys/socket.h>
7
-#include <linux/un.h>
8
+#include <sys/un.h>
9
 
10
 #include "rofi.h"
11
 #include "x11-helper.h"

Return to bug 198733