From ab10ab30442ad511e8435535879a084dcef7d3c9 Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Sun, 3 Dec 2017 16:12:42 +0000 Subject: irc/weechat: Update to 2.0 --- irc/weechat/Makefile | 5 +++-- irc/weechat/distinfo | 6 +++--- irc/weechat/files/patch-CMakeLists.txt | 11 ++++++----- irc/weechat/pkg-plist | 1 + 4 files changed, 13 insertions(+), 10 deletions(-) (limited to 'irc') diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index 4c5e07d2fe92..5d9224ff6c9c 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= weechat -PORTVERSION= 1.9.1 +PORTVERSION= 2.0 CATEGORIES= irc MASTER_SITES= https://weechat.org/files/src/ @@ -16,8 +16,9 @@ LIB_DEPENDS+= libcurl.so:ftp/curl \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error -USES= cmake:outsource,noninja ncurses tar:xz +USES= cmake:outsource,noninja autoreconf ncurses libtool tar:xz USE_LDCONFIG= yes +GNU_CONFIGURE= yes CMAKE_ARGS+= -DENABLE_GUILE=no \ -DLIBDATADIR=${LOCALBASE}/libdata diff --git a/irc/weechat/distinfo b/irc/weechat/distinfo index 12d2bbcf1cf7..6f628f2df832 100644 --- a/irc/weechat/distinfo +++ b/irc/weechat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1506337543 -SHA256 (weechat-1.9.1.tar.xz) = c2991fc616a9b1ac155e7f2591922421b49924ea45e4e5b64622dcb7f38522fd -SIZE (weechat-1.9.1.tar.xz) = 1877428 +TIMESTAMP = 1512301125 +SHA256 (weechat-2.0.tar.xz) = a9172dbacfd9c96e3e9bddc7134dae09b3b3e292e9cf44e82e5d964cf38fa2c7 +SIZE (weechat-2.0.tar.xz) = 1967636 diff --git a/irc/weechat/files/patch-CMakeLists.txt b/irc/weechat/files/patch-CMakeLists.txt index fcbd4ed972cf..08267f59814b 100644 --- a/irc/weechat/files/patch-CMakeLists.txt +++ b/irc/weechat/files/patch-CMakeLists.txt @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2017-05-13 05:07:57 UTC +--- CMakeLists.txt.orig 2017-12-03 10:55:08 UTC +++ CMakeLists.txt @@ -64,6 +64,10 @@ else() set(LIBDIR ${CMAKE_INSTALL_PREFIX}/lib/${PROJECT_NAME}) @@ -11,7 +11,7 @@ if(NOT DEFINED SHAREDIR) set(SHAREDIR ${CMAKE_INSTALL_PREFIX}/share) endif() -@@ -88,11 +92,13 @@ option(ENABLE_GNUTLS "Enable SSLv3/T +@@ -88,12 +92,14 @@ option(ENABLE_GNUTLS "Enable SSLv3/T option(ENABLE_LARGEFILE "Enable Large File Support" ON) option(ENABLE_ALIAS "Enable Alias plugin" ON) option(ENABLE_ASPELL "Enable Aspell plugin" ON) @@ -21,11 +21,12 @@ option(ENABLE_CHARSET "Enable Charset plugin" ON) option(ENABLE_EXEC "Enable Exec plugin" ON) option(ENABLE_FIFO "Enable FIFO plugin" ON) + option(ENABLE_FSET "Enable Fast Set plugin" ON) +option(ENABLE_ICONV "Enable character conversion support" ON) option(ENABLE_IRC "Enable IRC plugin" ON) option(ENABLE_LOGGER "Enable Logger plugin" ON) option(ENABLE_RELAY "Enable Relay plugin" ON) -@@ -168,6 +174,7 @@ endif() +@@ -170,6 +176,7 @@ endif() # Check for libgcrypt find_package(GCRYPT REQUIRED) add_definitions(-DHAVE_GCRYPT) @@ -33,7 +34,7 @@ list(APPEND EXTRA_LIBS ${GCRYPT_LDFLAGS}) # Check for GnuTLS -@@ -186,10 +193,12 @@ endif() +@@ -188,10 +195,12 @@ endif() find_package(ZLIB REQUIRED) add_definitions(-DHAVE_ZLIB) @@ -50,7 +51,7 @@ endif() # Check for CURL -@@ -248,7 +257,7 @@ set(exec_prefix "\${prefix}") +@@ -250,7 +259,7 @@ set(exec_prefix "\${prefix}") set(libdir "\${exec_prefix}/lib") set(includedir "\${prefix}/include") configure_file(${CMAKE_CURRENT_SOURCE_DIR}/weechat.pc.in ${CMAKE_CURRENT_BINARY_DIR}/weechat.pc @ONLY) diff --git a/irc/weechat/pkg-plist b/irc/weechat/pkg-plist index 9b4091eab2c6..7e22c5140672 100644 --- a/irc/weechat/pkg-plist +++ b/irc/weechat/pkg-plist @@ -5,6 +5,7 @@ lib/weechat/plugins/alias.so lib/weechat/plugins/buflist.so lib/weechat/plugins/exec.so lib/weechat/plugins/fifo.so +lib/weechat/plugins/fset.so lib/weechat/plugins/irc.so lib/weechat/plugins/logger.so lib/weechat/plugins/relay.so -- cgit v1.2.3