diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-19 21:19:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-19 21:19:33 +0000 |
commit | 6a964e8dece9829ee06a6a2638684194cd315e84 (patch) | |
tree | dcb24d1fdf67d3ed787a1ea803ecf11864b4ad05 /net-p2p/libtorrent/Makefile | |
parent | [Maintainer patch] Update textproc/xml2rfc to version 1.28 (diff) |
Update port: net/libtorrent - update to version 0.4.7.
Update port to version 0.4.7.
The port now installs libtorrent.pc in the proper directory and
doesn't attempt to remove ${PREFIX}/libdata/pkgconfig anymore.
PR: ports/76465
Submitted by: Florent Thoumie <flz@xbsd.org>
Diffstat (limited to 'net-p2p/libtorrent/Makefile')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 71c238f82794..18feee634983 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent -PORTVERSION= 0.4.5 +PORTVERSION= 0.4.7 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ @@ -18,7 +18,7 @@ LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \ USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 +USE_INC_LIBTOOL_VER= 13 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} .include <bsd.port.pre.mk> @@ -35,7 +35,7 @@ pre-everything:: .endif post-patch: - @${REINPLACE_CMD} -e "s#\(pkgconfigdir =\).*#\1 ${PREFIX}/libexec/pkgconfig#" \ + @${REINPLACE_CMD} -e "s#\(pkgconfigdir =\).*#\1 ${PREFIX}/libdata/pkgconfig#" \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s#-Wall -O3 -g#${CFLAGS} -fpermissive#" \ ${WRKSRC}/client/Makefile2 @@ -47,7 +47,7 @@ post-patch: .if defined(WITH_CLIENT) .if ${OSVERSION} < 500000 -BROKEN= "Client doesn't compile on 4.x" +BROKEN= "Client doesn't compile on 4.x" .endif PLIST_FILES= bin/rtorrent |