mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Apply the same solution for COMPILETIME_OPTIONS+= as in -15
Future-proof CONFLICTS
This commit is contained in:
parent
d31085f8ae
commit
12e411df1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279295
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user