mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
irc/weechat: Update to 1.8
- Bugfix and new features release
This commit is contained in:
parent
86479bf740
commit
c64be2313b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440880
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= weechat
|
||||
PORTVERSION= 1.7.1
|
||||
PORTVERSION= 1.8
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= https://weechat.org/files/src/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1493064823
|
||||
SHA256 (weechat-1.7.1.tar.xz) = 3f7e04793ce21796369199573d84a04ea23313942af880d2c9600bdc73571c30
|
||||
SIZE (weechat-1.7.1.tar.xz) = 1836844
|
||||
TIMESTAMP = 1494767076
|
||||
SHA256 (weechat-1.8.tar.xz) = b65fc54e965399e31a30448b5f6c8067fcd6ad369e9908ff7c1fd45669c5e017
|
||||
SIZE (weechat-1.8.tar.xz) = 1871964
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- CMakeLists.txt.orig 2016-05-01 10:50:12 UTC
|
||||
--- CMakeLists.txt.orig 2017-05-13 05:07:57 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -64,6 +64,10 @@ else()
|
||||
set(LIBDIR ${CMAKE_INSTALL_PREFIX}/lib/${PROJECT_NAME})
|
||||
@ -11,12 +11,13 @@
|
||||
if(NOT DEFINED SHAREDIR)
|
||||
set(SHAREDIR ${CMAKE_INSTALL_PREFIX}/share)
|
||||
endif()
|
||||
@@ -88,10 +92,12 @@ option(ENABLE_GNUTLS "Enable SSLv3/T
|
||||
@@ -88,11 +92,13 @@ 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)
|
||||
+option(ENABLE_BACKTRACE "Enable backtraces (via libexecinfo)" ON)
|
||||
option(ENABLE_ENCHANT "Enable Enchant lib for Aspell plugin" OFF)
|
||||
option(ENABLE_BUFLIST "Enable Buflist plugin" ON)
|
||||
option(ENABLE_CHARSET "Enable Charset plugin" ON)
|
||||
option(ENABLE_EXEC "Enable Exec plugin" ON)
|
||||
option(ENABLE_FIFO "Enable FIFO plugin" ON)
|
||||
@ -24,7 +25,7 @@
|
||||
option(ENABLE_IRC "Enable IRC plugin" ON)
|
||||
option(ENABLE_LOGGER "Enable Logger plugin" ON)
|
||||
option(ENABLE_RELAY "Enable Relay plugin" ON)
|
||||
@@ -167,6 +173,7 @@ endif()
|
||||
@@ -168,6 +174,7 @@ endif()
|
||||
# Check for libgcrypt
|
||||
find_package(GCRYPT REQUIRED)
|
||||
add_definitions(-DHAVE_GCRYPT)
|
||||
@ -32,7 +33,7 @@
|
||||
list(APPEND EXTRA_LIBS ${GCRYPT_LDFLAGS})
|
||||
|
||||
# Check for GnuTLS
|
||||
@@ -185,10 +192,12 @@ endif()
|
||||
@@ -186,10 +193,12 @@ endif()
|
||||
find_package(ZLIB REQUIRED)
|
||||
add_definitions(-DHAVE_ZLIB)
|
||||
|
||||
@ -49,7 +50,7 @@
|
||||
endif()
|
||||
|
||||
# Check for CURL
|
||||
@@ -247,7 +256,7 @@ set(exec_prefix "\${prefix}")
|
||||
@@ -248,7 +257,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)
|
||||
|
@ -2,6 +2,7 @@ bin/weechat
|
||||
bin/weechat-curses
|
||||
include/weechat/weechat-plugin.h
|
||||
lib/weechat/plugins/alias.so
|
||||
lib/weechat/plugins/buflist.so
|
||||
lib/weechat/plugins/exec.so
|
||||
lib/weechat/plugins/fifo.so
|
||||
lib/weechat/plugins/irc.so
|
||||
|
Loading…
Reference in New Issue
Block a user