Skip to content

Commit

Permalink
ktorrent4: non-functional: portfile clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and reneeotten committed May 30, 2024
1 parent b93bcf6 commit 002adba
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions kde/ktorrent4/Portfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup kde4 1.1
PortGroup boost 1.0
PortGroup github 1.0
PortGroup boost 1.0
PortGroup kde4 1.1

github.setup KDE ktorrent 4.3.1
name ktorrent4
Expand All @@ -16,22 +16,25 @@ maintainers nomaintainer
description KDE4 bittorrent client, version 4.
long_description Bittorrent client for KDE4 supporting a variety of \
features such as uPNP.
platforms darwin
homepage https://www.kde.org/applications/internet/ktorrent/
master_sites https://github.com/KDE/ktorrent/archive/

checksums rmd160 29a3bea31c787ce6bf22a705830f57119c888ab3 \
sha256 b88a9cd5f0bad5a53fc50396e5e6a5c2f0ca9f02ccf3ffb93ff42484abccee91
sha256 b88a9cd5f0bad5a53fc50396e5e6a5c2f0ca9f02ccf3ffb93ff42484abccee91 \
size 1260444

distfiles v${version}${extract.suffix}

#Deactivating ipfilter plugin, which has linking problems (QHostAddress)
configure.args-append -DENABLE_IPFILTER_PLUGIN=false

depends_lib-append port:kde4-runtime port:kdepimlibs4 \
port:libktorrent port:taglib
depends_lib-append port:kde4-runtime \
port:kdepimlibs4 \
port:libktorrent \
port:taglib

depends_build-append bin:perl:perl5
depends_build-append \
bin:perl:perl5

# error: cinttypes: No such file or directory
compiler.cxx_standard 2011
Expand Down

0 comments on commit 002adba

Please sign in to comment.