FreeBSD Bugzilla – Attachment 184530 Details for
Bug 220848
www/vimb-gtk2: Update to 2.12
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch v2
vimb-gtk2-212v2.diff (text/plain), 2.55 KB, created by
Oleh Hushchenkov
on 2017-07-20 06:43:37 UTC
(
hide
)
Description:
Patch v2
Filename:
MIME Type:
Creator:
Oleh Hushchenkov
Created:
2017-07-20 06:43:37 UTC
Size:
2.55 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 446242) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME?= vimb-gtk2 >-PORTVERSION= 2.11 >+PORTVERSION= 2.12 > CATEGORIES= www > > MAINTAINER= mike.d.ft402@gmail.com >@@ -22,6 +22,18 @@ > > CONFLICTS?= vimb-gtk3-* > >+OPTIONS_DEFINE= HTML5 NOSCROLLBARS >+HTML5_DESC= HTML5 support >+NOSCROLLBARS_DESC= Disable scrollbars >+OPTIONS_DEFAULT= HTML5 >+ >+HTML5_RUN_DEPENDS= gstreamer1-libav>=1.6.3:multimedia/gstreamer1-libav\ >+ gstreamer1-plugins-good>=1.6.3:multimedia/gstreamer1-plugins-good >+ >+NOSCROLLBARS_CFLAGS+= -DFEATURE_NO_SCROLLBARS >+ >+.include <bsd.port.pre.mk> >+ > post-extract: > ${MV} ${WRKSRC}/src/config.def.h ${WRKSRC}/src/config.h > >Index: distinfo >=================================================================== >--- distinfo (revision 446242) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (fanglingsu-vimb-2.11_GH0.tar.gz) = 2ec583e6e425f8d620b54db6bcc56483770c7c5fd3f93b0429ddd6f7a7553935 >-SIZE (fanglingsu-vimb-2.11_GH0.tar.gz) = 130722 >+TIMESTAMP = 1500383944 >+SHA256 (fanglingsu-vimb-2.12_GH0.tar.gz) = 2443a27d625ff2a7aa7e7b694ec853e25dbdcb33b7c681c98c8fe81b1833b0b7 >+SIZE (fanglingsu-vimb-2.12_GH0.tar.gz) = 132958 >Index: files/patch-config.mk >=================================================================== >--- files/patch-config.mk (revision 446243) >+++ files/patch-config.mk (working copy) >@@ -1,6 +1,6 @@ >---- config.mk.orig 2015-12-17 19:21:00 UTC >+--- config.mk.orig 2017-04-11 19:31:27 UTC > +++ config.mk >-@@ -33,8 +33,6 @@ PROJECT_UCFIRST = $(shell echo '${PROJEC >+@@ -34,8 +34,6 @@ PROJECT_UCFIRST = $(shell echo '${PROJEC > > CPPFLAGS = -DVERSION=\"${VERSION}\" > CPPFLAGS += -DPROJECT=\"${PROJECT}\" -DPROJECT_UCFIRST=\"${PROJECT_UCFIRST}\" >Index: files/patch-src_config.h >=================================================================== >--- files/patch-src_config.h (revision 446243) >+++ files/patch-src_config.h (working copy) >@@ -1,4 +1,4 @@ >---- src/config.h.orig 2015-12-17 19:21:00 UTC >+--- src/config.h.orig 2017-04-11 19:31:27 UTC > +++ src/config.h > @@ -27,7 +27,7 @@ > /* highlight search results */ >@@ -6,10 +6,10 @@ > /* disable scrollbars */ > -#define FEATURE_NO_SCROLLBARS > +/*#define FEATURE_NO_SCROLLBARS*/ >+ /* disable X window embedding */ >+ /* #define FEATURE_NO_XEMBED */ > /* show page title in url completions */ >- #define FEATURE_TITLE_IN_COMPLETION >- /* enable the read it later queue */ >-@@ -65,7 +65,7 @@ >+@@ -69,7 +69,7 @@ > #define SHOWCMD_LEN 10 > > /* parh to crt file for the certificate validation */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 220848
:
184495
|
184530
|
184544
|
184545
|
184546
|
184626
|
184697