From owner-svn-ports-all@FreeBSD.ORG Sat Oct 19 20:49:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B22F244F; Sat, 19 Oct 2013 20:49:38 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D7CA2FE7; Sat, 19 Oct 2013 20:49:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9JKncRr085663; Sat, 19 Oct 2013 20:49:38 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9JKncrQ085658; Sat, 19 Oct 2013 20:49:38 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201310192049.r9JKncrQ085658@svn.freebsd.org> From: Tijl Coosemans Date: Sat, 19 Oct 2013 20:49:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330935 - in head/sysutils/heartbeat: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2013 20:49:38 -0000 Author: tijl Date: Sat Oct 19 20:49:37 2013 New Revision: 330935 URL: http://svnweb.freebsd.org/changeset/ports/330935 Log: Fix build on FreeBSD 10. PR: ports/181855 Submitted by: Justin Head (maintainer) Added: head/sysutils/heartbeat/files/patch-telecom-recoverymgrd-conf_lex.l (contents, props changed) Modified: head/sysutils/heartbeat/Makefile Modified: head/sysutils/heartbeat/Makefile ============================================================================== --- head/sysutils/heartbeat/Makefile Sat Oct 19 20:32:54 2013 (r330934) +++ head/sysutils/heartbeat/Makefile Sat Oct 19 20:49:37 2013 (r330935) @@ -3,7 +3,7 @@ PORTNAME= heartbeat PORTVERSION= 2.1.4 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= sysutils #MASTER_SITES= http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2 MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -14,6 +14,8 @@ DIST_SUBDIR= heartbeat 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 \ Added: head/sysutils/heartbeat/files/patch-telecom-recoverymgrd-conf_lex.l ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/heartbeat/files/patch-telecom-recoverymgrd-conf_lex.l Sat Oct 19 20:49:37 2013 (r330935) @@ -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); + %}