ports/181855: Port: sysutils/heartbeat: FreeBSD 10 Fixes

Justin Head ports at encarnate.com
Fri Sep 6 01:10:00 UTC 2013


>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 at 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 at 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:


More information about the freebsd-ports-bugs mailing list