diff options
author | dougb <dougb@FreeBSD.org> | 2011-08-09 13:48:29 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-08-09 13:48:29 +0800 |
commit | 07b568f46f9629c8688af9d57363a2dbf4893199 (patch) | |
tree | 1a711ddbe2e9db6366434f33840aec14a0541ef7 /net-p2p | |
parent | dfed5b2e7a2fc992d797f43d7c54213515fa65cf (diff) | |
download | freebsd-ports-gnome-07b568f46f9629c8688af9d57363a2dbf4893199.tar.gz freebsd-ports-gnome-07b568f46f9629c8688af9d57363a2dbf4893199.tar.zst freebsd-ports-gnome-07b568f46f9629c8688af9d57363a2dbf4893199.zip |
Apply the same solution for COMPILETIME_OPTIONS+= as in -15
Future-proof CONFLICTS
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile index def498ce1ecf..eac58c9f99bf 100644 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ b/net-p2p/libtorrent-rasterbar-14/Makefile @@ -7,6 +7,7 @@ PORTNAME= libtorrent-rasterbar PORTVERSION= 0.14.12 +PORTREVISION= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= libtorrent @@ -19,7 +20,7 @@ LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs \ MAKE_JOBS_SAFE= yes -CONFLICTS= libtorrent-rasterbar-0.15.* +CONFLICTS= libtorrent-rasterbar-0.1[2356789].* USE_GNOME= gnomehack USE_OPENSSL= yes @@ -54,6 +55,9 @@ post-patch: ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|^AM_CFLAGS|AM_CPPFLAGS|g' \ ${WRKSRC}/src/Makefile.am + @${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Dist + @${SED} -e 's#COMPILETIME_OPTIONS+="#COMPILETIME_OPTIONS="$$COMPILETIME_OPTIONS #g' \ + ${WRKSRC}/configure.Dist > ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) |