Hello ports@,
Attached is a diff to bring weechat to its recently released version
1.4. Changes include fixes for memleaks, better tmux support, character
set decoding, improved UTF-8 support.
Additionally, new features are listed at
https://weechat.org/files/changelog/ChangeLog-1.4.html
I've left javascript disabled in the CONFIGURE_ARGS definition to avoid
intermittent failures on bulk builds. Not sure if the v8 build issues
were resolved or not.
I am currently running this on amd64, seems to work well.
- Eric
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/weechat/Makefile,v
retrieving revision 1.22
diff -u -p -u -p -r1.22 Makefile
--- Makefile 5 Oct 2015 08:46:21 -0000 1.22
+++ Makefile 10 Jan 2016 21:34:25 -0000
@@ -6,7 +6,7 @@ COMMENT-python= Python bindings for weec
COMMENT-ruby= Ruby bindings for weechat
COMMENT-tcl= Tcl bindings for weechat
-V= 1.3
+V= 1.4
DISTNAME= weechat-${V}
PKGNAME-main= weechat-${V}
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/weechat/distinfo,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 distinfo
--- distinfo 3 Sep 2015 17:44:13 -0000 1.9
+++ distinfo 10 Jan 2016 21:34:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (weechat-1.3.tar.gz) = XGyPIfSDUDTHjJ+G9wyN92r6c4l0gehCYeFYPbRrZ40=
-SIZE (weechat-1.3.tar.gz) = 3402449
+SHA256 (weechat-1.4.tar.gz) = UYWb87Jv/u2VwKM5kWfmZw6CQFQsUnckOfucreBoV6U=
+SIZE (weechat-1.4.tar.gz) = 3443798
Index: patches/patch-doc_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/net/weechat/patches/patch-doc_CMakeLists_txt,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 patch-doc_CMakeLists_txt
--- patches/patch-doc_CMakeLists_txt 18 Jul 2015 23:10:37 -0000 1.5
+++ patches/patch-doc_CMakeLists_txt 10 Jan 2016 21:34:25 -0000
@@ -1,7 +1,6 @@
-$OpenBSD: patch-doc_CMakeLists_txt,v 1.5 2015/07/18 23:10:37 ajacoutot Exp $
---- doc/CMakeLists.txt.orig Sun May 10 09:24:50 2015
-+++ doc/CMakeLists.txt Sun Jul 19 01:03:00 2015
-@@ -45,13 +45,13 @@ if(ENABLE_MAN OR ENABLE_DOC)
+--- doc/CMakeLists.txt.orig Sun Jan 10 00:17:50 2016
++++ doc/CMakeLists.txt Sun Jan 10 06:09:03 2016
+@@ -45,14 +45,14 @@ if(ENABLE_MAN OR ENABLE_DOC)
set(ASCIIDOC_ARGS_DEV ${ASCIIDOC_ARGS} ${CSS_TOC2} )
add_subdirectory(en)
@@ -12,6 +11,7 @@ $OpenBSD: patch-doc_CMakeLists_txt,v 1.5
- add_subdirectory(es)
- add_subdirectory(ru)
- add_subdirectory(ja)
+- add_subdirectory(cs)
+# add_subdirectory(fr)
+# add_subdirectory(it)
+# add_subdirectory(de)
@@ -19,6 +19,7 @@ $OpenBSD: patch-doc_CMakeLists_txt,v 1.5
+# add_subdirectory(es)
+# add_subdirectory(ru)
+# add_subdirectory(ja)
++# add_subdirectory(cs)
endif()