diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-28 12:06:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-28 12:06:41 +0000 |
commit | f60233ccc6f7dac83df6c406a908cb0095b1605c (patch) | |
tree | a9dec9479dc4b1755c2ac3aed919395de377c55b | |
parent | 7f20f6a8ee1cbb077d8d212e8600cfaaf6754337 (diff) | |
download | ports-f60233ccc6f7dac83df6c406a908cb0095b1605c.tar.gz ports-f60233ccc6f7dac83df6c406a908cb0095b1605c.zip |
Notes
-rw-r--r-- | net-p2p/ktorrent/Makefile | 12 | ||||
-rw-r--r-- | net-p2p/libktorrent/Makefile | 9 |
2 files changed, 15 insertions, 6 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index 9dfcb82548ec..327e5dc1bc59 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -3,19 +3,23 @@ PORTNAME= ktorrent DISTVERSION= 4.3.1 +PORTREVISION= 1 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/ MAINTAINER= makc@FreeBSD.org COMMENT= BitTorrent client for KDE +BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ + gmp:${PORTSDIR}/math/gmp \ ktorrent.5:${PORTSDIR}/net-p2p/libktorrent USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 pimlibs workspace -USE_QT4= qmake_build moc_build rcc_build uic_build -USES= cmake +USE_QT4= corelib gui network qt3support qtestlib webkit \ + qmake_build moc_build rcc_build uic_build +USES= cmake:outsource USE_GETTEXT= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes @@ -28,4 +32,8 @@ PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \ CMAKE_ARGS+= -DENABLE_KIO_MAGNET=1 +post-patch: + ${REINPLACE_CMD} -e 's,ktorrent,$${LIBKTORRENT_LIBRARIES},' \ + ${WRKSRC}/plugins/ipfilter/tests/CMakeLists.txt + .include <bsd.port.mk> diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile index 29e7b0a46a2d..ce4d972addf9 100644 --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -2,21 +2,22 @@ PORTNAME= libktorrent DISTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/ MAINTAINER= makc@FreeBSD.org COMMENT= Torrent library split from KTorrent +BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ gmp:${PORTSDIR}/math/gmp \ - qca:${PORTSDIR}/devel/qca \ - boost_thread:${PORTSDIR}/devel/boost-libs + qca:${PORTSDIR}/devel/qca USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 -USE_QT4= qmake_build moc_build rcc_build uic_build -USES= cmake +USE_QT4= qtestlib_build qmake_build moc_build rcc_build uic_build +USES= cmake:outsource USE_GETTEXT= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes |