aboutsummaryrefslogtreecommitdiff
path: root/devel/fb303
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-08-21 21:39:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-08-21 21:39:34 +0000
commit45eddd17c9165cbf63fb8bf49aaaea2594bdafc0 (patch)
tree2b2314bc2cf0ea04a1e3d5fa9436bd7716d90a43 /devel/fb303
parente1f907bc92fd009a50a4d72d49c7f561c0f1436c (diff)
- Mark BROKEN: does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=280137
Diffstat (limited to 'devel/fb303')
-rw-r--r--devel/fb303/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/fb303/Makefile b/devel/fb303/Makefile
index 9c00ff5ec1f1..e1042ba46712 100644
--- a/devel/fb303/Makefile
+++ b/devel/fb303/Makefile
@@ -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>