diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
commit | b2a96c6df1c8809216eced623ec37a8372b3216e (patch) | |
tree | 0c994bc87e8a2f221a7e2be76b9aafc16eab32bb /net-p2p | |
parent | 87b685f5d4325ba771e96b0ef49c71f903fb3ae0 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dctc/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/mldonkey/Makefile | 7 | ||||
-rw-r--r-- | net-p2p/mute-net/Makefile | 5 | ||||
-rw-r--r-- | net-p2p/rblibtorrent-devel/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/rblibtorrent/Makefile | 8 |
6 files changed, 6 insertions, 34 deletions
diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile index 08fef5b6f2a8..114343b07744 100644 --- a/net-p2p/dctc/Makefile +++ b/net-p2p/dctc/Makefile @@ -56,10 +56,6 @@ DOC_FILES= COPYING ChangeLog INSTALL README \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502000 && ${OSVERSION} < 502105 -BROKEN= "Does not compile" -.endif - post-extract: @${CP} ${FILESDIR}/lp_mutex.c ${WRKSRC}/src diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile index 95ad4d06e585..ef4b91173cb9 100644 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ b/net-p2p/libtorrent-rasterbar-14/Makefile @@ -27,14 +27,8 @@ CONFLICTS= libtorrent-[0-9]* \ libtorrent-devel-[0-9]* \ rblibtorrent-[0-9]* -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -BROKEN= does not build on FreeBSD 5.x -.endif - post-install: @cd ${PREFIX}/lib && ${LN} -sf libtorrent-0.13.so libtorrent.so.2 && \ ${LN} -sf libtorrent.so.2 libtorrent.so -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 5f516d873f96..0f9e59b82f97 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -37,6 +37,8 @@ CONFIGURE_ENV+= \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" +# FreeBSD has reentrant dns code +PTHREAD_CFLAGS+= -D_REENTRANT ### ## Library dependency handling @@ -109,11 +111,6 @@ ALL_TARGET+= \ .include <bsd.port.pre.mk> -# FreeBSD has reentrant dns code -.if ( ((${OSVERSION} >= 504102) && (${OSVERSION} < 600000)) || (${OSVERSION} >= 600029) ) -PTHREAD_CFLAGS+= -D_REENTRANT -.endif - ### Development version ## Thus, we will use non standard threading library ## We will switch from libpthread to libthr which should produce diff --git a/net-p2p/mute-net/Makefile b/net-p2p/mute-net/Makefile index 861d80aca336..88f29f638036 100644 --- a/net-p2p/mute-net/Makefile +++ b/net-p2p/mute-net/Makefile @@ -19,6 +19,7 @@ COMMENT?= Peer-to-peer client with privacy protection and easy search/download USE_GMAKE= yes HAS_CONFIGURE= yes +USE_GCC= 3.3 USE_PERL5_BUILD=yes @@ -136,10 +137,6 @@ post-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -USE_GCC= 3.3 -.endif - # we cannot install if either a slave or master port is already # installed CONFLICTS+= mute-net-[0-9]* diff --git a/net-p2p/rblibtorrent-devel/Makefile b/net-p2p/rblibtorrent-devel/Makefile index 95ad4d06e585..ef4b91173cb9 100644 --- a/net-p2p/rblibtorrent-devel/Makefile +++ b/net-p2p/rblibtorrent-devel/Makefile @@ -27,14 +27,8 @@ CONFLICTS= libtorrent-[0-9]* \ libtorrent-devel-[0-9]* \ rblibtorrent-[0-9]* -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -BROKEN= does not build on FreeBSD 5.x -.endif - post-install: @cd ${PREFIX}/lib && ${LN} -sf libtorrent-0.13.so libtorrent.so.2 && \ ${LN} -sf libtorrent.so.2 libtorrent.so -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-p2p/rblibtorrent/Makefile b/net-p2p/rblibtorrent/Makefile index 25a199a8f733..a559ae476cf5 100644 --- a/net-p2p/rblibtorrent/Makefile +++ b/net-p2p/rblibtorrent/Makefile @@ -26,14 +26,8 @@ CONFLICTS= libtorrent-[0-9]* \ libtorrent-devel-[0-9]* \ rblibtorrent-devel-[0-9]* -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -BROKEN= does not build on FreeBSD 5.x -.endif - post-install: @cd ${PREFIX}/lib && ${LN} -sf libtorrent-0.13.so libtorrent.so.1 && \ ${LN} -sf libtorrent.so.1 libtorrent.so -.include <bsd.port.post.mk> +.include <bsd.port.mk> |