diff --git a/net-irc/weechat/weechat-3.6.recipe b/net-irc/weechat/weechat-3.8.recipe similarity index 86% rename from net-irc/weechat/weechat-3.6.recipe rename to net-irc/weechat/weechat-3.8.recipe index e5033a897..c33a22f98 100644 --- a/net-irc/weechat/weechat-3.6.recipe +++ b/net-irc/weechat/weechat-3.8.recipe @@ -3,11 +3,11 @@ DESCRIPTION="WeeChat (Wee Enhanced Environment for Chat) is a free chat \ client, fast and light, designed for many operating systems. \ It is highly customizable and extensible with scripts." HOMEPAGE="https://weechat.org/" -COPYRIGHT="2003-2022 Sébastien Helleu" +COPYRIGHT="2003-2023 Sébastien Helleu" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://weechat.org/files/src/weechat-$portVersion.tar.xz" -CHECKSUM_SHA256="9d85d71b3b7d04c03bd35ab6501afa8b5b3c609dce7691709ec740fecc31f2de" +CHECKSUM_SHA256="f7cb65c200f8c090c56f2cf98c0b184051e516e5f7099a4308cacf86f174bf28" ADDITIONAL_FILES="weechat.rdef.in" ARCHITECTURES="all !x86_gcc2" @@ -45,12 +45,18 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libcurl$secondaryArchSuffix +# devel:libgc$secondaryArchSuffix devel:libgcrypt$secondaryArchSuffix +# devel:libgmp$secondaryArchSuffix devel:libgnutls$secondaryArchSuffix +# devel:libguile_2.2$secondaryArchSuffix devel:libiconv$secondaryArchSuffix devel:libintl$secondaryArchSuffix devel:liblua$secondaryArchSuffix >= 5.3 devel:libncurses$secondaryArchSuffix + devel:libpython3.9$secondaryArchSuffix +# devel:libtclstub8.6$secondaryArchSuffix +# devel:libtk8.6$secondaryArchSuffix devel:libz$secondaryArchSuffix devel:libzstd$secondaryArchSuffix " @@ -58,6 +64,7 @@ BUILD_PREREQUIRES=" cmd:cmake cmd:g++$secondaryArchSuffix cmd:make + cmd:perl cmd:pkg_config$secondaryArchSuffix " @@ -72,12 +79,12 @@ BUILD() -DENABLE_GUILE=OFF \ -DENABLE_JAVASCRIPT=OFF \ -DENABLE_MAN=OFF \ - -DENABLE_PERL=OFF \ + -DENABLE_PERL=ON \ -DENABLE_PHP=OFF \ - -DENABLE_PYTHON=OFF \ + -DENABLE_PYTHON=ON \ -DENABLE_RUBY=OFF \ -DENABLE_SPELL=OFF \ - -DENABLE_TCL=OFF -L + -DENABLE_TCL=OFF -Wno-Dev make -C build $jobArgs }