Index: Makefile =================================================================== --- Makefile (revision 326456) +++ Makefile (working copy) @@ -14,6 +14,8 @@ MAINTAINER= ports@encarnate.com COMMENT= Subsystem for High-Availability Clustering +BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison + LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ net:${PORTSDIR}/net/libnet \ uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ Index: files/patch-telecom-recoverymgrd-conf_lex.l =================================================================== --- files/patch-telecom-recoverymgrd-conf_lex.l (revision 0) +++ files/patch-telecom-recoverymgrd-conf_lex.l (working copy) @@ -0,0 +1,14 @@ +--- telecom/recoverymgrd/conf_lex.l.orig 2008-08-18 07:32:19.000000000 -0500 ++++ telecom/recoverymgrd/conf_lex.l 2013-09-05 19:11:32.000000000 -0500 +@@ -56,9 +56,11 @@ + %{ + FILE *yyget_out(void); + %} ++/* + %{ + int yyget_leng(void); + %} ++*/ + %{ + char *yyget_text(void); + %}