Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 01:04:41 GMT
From:      Justin Head <ports@encarnate.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181855: Port: sysutils/heartbeat: FreeBSD 10 Fixes
Message-ID:  <201309060104.r8614f6p032142@oldred.freebsd.org>
Resent-Message-ID: <201309060110.r861A0ql032516@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181855
>Category:       ports
>Synopsis:       Port: sysutils/heartbeat: FreeBSD 10 Fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 06 01:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Justin Head
>Release:        10
>Organization:
Encarnate LLC
>Environment:
FreeBSD fbsd10 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r255108: Sun Sep  1 01:31:28 UTC 2013     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Updates for pkg-fallout build errors on FreeBSD 10.

>How-To-Repeat:

>Fix:
New dependancy on devel/bison for building.

New patch file: files/patch-telecom-recoverymgrd-conf_lex.l


Patch attached with submission follows:

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);
+ %}


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309060104.r8614f6p032142>