- Mark BROKEN: does not compile
Reported by: pointyhat
This commit is contained in:
parent
e1f907bc92
commit
45eddd17c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280137
1 changed files with 3 additions and 7 deletions
|
@ -19,6 +19,8 @@ COMMENT= The Facebook Bassline
|
|||
LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \
|
||||
thrift:${PORTSDIR}/devel/thrift
|
||||
|
||||
BROKEN= does not compile
|
||||
|
||||
ACLOCAL_ARGS= -I ./aclocal
|
||||
AUTOMAKE_ARGS= -a
|
||||
CONFIGURE_ARGS= PY_PREFIX="${PREFIX}"
|
||||
|
@ -31,12 +33,6 @@ USE_PERL5_RUN= yes
|
|||
USE_PYTHON= yes
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/fb303
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not compile on 6.X
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
(cd ${WRKSRC} && ${LOCALBASE}/bin/thrift --gen perl ${WRKSRC}/if/fb303.thrift)
|
||||
|
||||
|
@ -46,4 +42,4 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/gen-perl/Facebook/FB303/${FILE} ${PREFIX}/${SITE_PERL_REL}/Facebook/FB303
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue