Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4b41fc7a40c8
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 01644ad39454
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 9, 2021

  1. Copy the full SHA
    01644ad View commit details
Showing with 12 additions and 15 deletions.
  1. +12 −15 net-irc/weechat/{weechat-2.8.recipe → weechat-3.3.recipe}
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://github.com/weechat/weechat/archive/v$portVersion.tar.gz"
SOURCE_FILENAME="weechat-$portVersion.tar.gz"
CHECKSUM_SHA256="69da6874e2d583b4a4666b166f520ee45b6ac84544a4a9434030f82989893c88"
CHECKSUM_SHA256="a9834f84d8b6b37bcea107fe5a283699f1312da6df9dd70d675e70df65cee7c9"

ARCHITECTURES="all !x86_gcc2"
if [ "$targetArchitecture" = x86_gcc2 ]; then
@@ -61,32 +61,29 @@ BUILD_PREREQUIRES="

BUILD()
{
mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$prefix \
cmake -B build -S . -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=$prefix \
-DLIBDIR=$libDir \
-DINCLUDEDIR=$includeDir \
-DDATAROOTDIR=$dataDir \
-DWEECHAT_HOME=~/config/settings/weechat \
-DSHAREDIR=$dataDir \
-DENABLE_GUILE=OFF \
-DENABLE_JAVASCRIPT=OFF \
-DENABLE_MAN=OFF \
-DENABLE_PERL=OFF \
-DENABLE_PHP=OFF \
-DENABLE_PYTHON=OFF \
-DENABLE_SPELL=OFF \
-DENABLE_JAVASCRIPT=OFF \
-DENABLE_TCL=OFF \
-DENABLE_GUILE=OFF \
-DENABLE_RUBY=OFF \
..
make $jobArgs
-DENABLE_SPELL=OFF \
-DENABLE_TCL=OFF -L
make -C build $jobArgs
}

INSTALL()
{
cd build

make install
make -C build install

rm -rf "$dataDir"/icons
rm -rf "$dataDir"/{applications,icons}

fixPkgconfig