View | Details | Raw Unified | Return to bug 205842 | Differences between
and this patch

Collapse All | Expand All

(-)www/vimb-gtk3/Makefile (-3 / +14 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	vimb-gtk3
3
PORTNAME=	vimb-gtk3
4
4
5
VIMB_GTK3=	yes
5
LIB_DEPENDS=	libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3
6
6
7
.include "${.CURDIR}/../vimb-gtk2/Makefile.common"
7
MAKE_ENV=	GTK="3"
8
.include <bsd.port.post.mk>
8
USE_GNOME=	gtk30
9
10
CONFLICTS=	vimb-gtk2-*
11
12
MASTERDIR=	${.CURDIR}/../vimb-gtk2
13
14
DESCR=	${MASTERDIR}/pkg-descr
15
DISTINFO_FILE=	${MASTERDIR}/distinfo
16
PKGMESSAGE=	${MASTERDIR}/pkg-message
17
FILESDIR=	${MASTERDIR}/files
18
19
.include "${MASTERDIR}/Makefile"
(-)www/vimb-gtk3/distinfo (-2 lines)
Lines 1-2 Link Here
1
SHA256 (fanglingsu-vimb-2.10_GH0.tar.gz) = a46ee9530ec8da62feb3972a80e270c216bc6fb363bb729ceaae1c892513df58
2
SIZE (fanglingsu-vimb-2.10_GH0.tar.gz) = 127502
(-)www/vimb-gtk3/files/patch-src_config.h (-20 lines)
Lines 1-20 Link Here
1
--- src/config.h.orig	2015-06-13 15:29:55 UTC
2
+++ src/config.h
3
@@ -27,7 +27,7 @@
4
 /* highlight search results */
5
 #define FEATURE_SEARCH_HIGHLIGHT
6
 /* disable scrollbars */
7
-#define FEATURE_NO_SCROLLBARS
8
+/*#define FEATURE_NO_SCROLLBARS*/
9
 /* show page title in url completions */
10
 #define FEATURE_TITLE_IN_COMPLETION
11
 /* enable the read it later queue */
12
@@ -63,7 +63,7 @@
13
 #define SHOWCMD_LEN                 10
14
 
15
 /* parh to crt file for the certificate validation */
16
-#define SETTING_CA_BUNDLE           "/etc/ssl/certs/ca-certificates.crt"
17
+#define SETTING_CA_BUNDLE           "/usr/local/share/certs/ca-root-nss.crt"
18
 #define SETTING_MAX_CONNS           25
19
 #define SETTING_MAX_CONNS_PER_HOST   5
20
 /* default font size for fonts in webview */
(-)www/vimb-gtk3/pkg-descr (-6 lines)
Lines 1-6 Link Here
1
Vimb is a web browser that behaves like Vimprobable, but with some
2
paradigms from dwb and hopefully a cleaner code base. The goal of Vimb is
3
to build a completely keyboard-driven, efficient and pleasurable browsing
4
experience with low memory and cpu usage.
5
6
WWW: http://fanglingsu.github.io/vimb/

Return to bug 205842