diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-02-11 22:44:25 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-02-11 22:44:25 +0000 |
commit | 7274cc1ced5749a0d6f19ad294f94b133520d9a6 (patch) | |
tree | 9152851c5d0e167deacdaeac7c58fbaea1bfcb77 | |
parent | 9b9c1fdb35736f4823d2d6c126a440309f96d95c (diff) | |
download | ports-7274cc1ced5749a0d6f19ad294f94b133520d9a6.tar.gz ports-7274cc1ced5749a0d6f19ad294f94b133520d9a6.zip |
Notes
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/Makefile | 7 | ||||
-rw-r--r-- | net-p2p/qbittorrent-22/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/rblibtorrent-devel/Makefile | 7 |
4 files changed, 14 insertions, 8 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile index df698da0cbf1..39ab8974ed85 100644 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ b/net-p2p/libtorrent-rasterbar-14/Makefile @@ -7,6 +7,7 @@ PORTNAME= libtorrent PORTVERSION= 0.14.8 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.googlecode.com/files/ PKGNAMEPREFIX= rb @@ -16,6 +17,8 @@ DISTNAME= ${PORTNAME}-rasterbar-${PORTVERSION} MAINTAINER= dougb@FreeBSD.org COMMENT= A C++ library implementing a BitTorrent client (devel version) +MAKE_JOBS_SAFE= yes + LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs CONFLICTS= rblibtorrent-[0-9]* @@ -50,4 +53,8 @@ post-patch: @${REINPLACE_CMD} -e 's|^AM_CFLAGS|AM_CPPFLAGS|g ; \ s|@BOOST_SYSTEM_LIB@||g' ${WRKSRC}/src/Makefile.am +post-configure: + @${REINPLACE_CMD} -e 's|@BOOST_SYSTEM_LIB@|-lboost_system|' \ + ${WRKSRC}/libtorrent-rasterbar.pc + .include <bsd.port.post.mk> diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile index 2de4cde6c015..bde921d754ea 100644 --- a/net-p2p/qbittorrent-22/Makefile +++ b/net-p2p/qbittorrent-22/Makefile @@ -47,10 +47,6 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/configure -post-configure: - @${REINPLACE_CMD} -e 's|@BOOST_SYSTEM_LIB@|-lboost_system|' \ - ${WRKSRC}/conf.pri - post-install: @${STRIP_CMD} ${PREFIX}/bin/qbittorrent diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 2de4cde6c015..bde921d754ea 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -47,10 +47,6 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/configure -post-configure: - @${REINPLACE_CMD} -e 's|@BOOST_SYSTEM_LIB@|-lboost_system|' \ - ${WRKSRC}/conf.pri - post-install: @${STRIP_CMD} ${PREFIX}/bin/qbittorrent diff --git a/net-p2p/rblibtorrent-devel/Makefile b/net-p2p/rblibtorrent-devel/Makefile index df698da0cbf1..39ab8974ed85 100644 --- a/net-p2p/rblibtorrent-devel/Makefile +++ b/net-p2p/rblibtorrent-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= libtorrent PORTVERSION= 0.14.8 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.googlecode.com/files/ PKGNAMEPREFIX= rb @@ -16,6 +17,8 @@ DISTNAME= ${PORTNAME}-rasterbar-${PORTVERSION} MAINTAINER= dougb@FreeBSD.org COMMENT= A C++ library implementing a BitTorrent client (devel version) +MAKE_JOBS_SAFE= yes + LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs CONFLICTS= rblibtorrent-[0-9]* @@ -50,4 +53,8 @@ post-patch: @${REINPLACE_CMD} -e 's|^AM_CFLAGS|AM_CPPFLAGS|g ; \ s|@BOOST_SYSTEM_LIB@||g' ${WRKSRC}/src/Makefile.am +post-configure: + @${REINPLACE_CMD} -e 's|@BOOST_SYSTEM_LIB@|-lboost_system|' \ + ${WRKSRC}/libtorrent-rasterbar.pc + .include <bsd.port.post.mk> |