Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2002 08:36:05 -0800 (PST)
From:      Erik Greenwald <erik@smluc.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/35144: openh323 won't compile on -stable (fix included)
Message-ID:  <200202201636.g1KGa5P90051@freefall.freebsd.org>

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

>Number:         35144
>Category:       ports
>Synopsis:       openh323 won't compile on -stable (fix included)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 20 08:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        -stable
>Organization:
>Environment:
FreeBSD fenris 4.5-STABLE FreeBSD 4.5-STABLE #1: Sat Feb 16 23:39:28 CST 2002     erik@fenris:/usr/tmp/FENRIS  i386

>Description:
One of the yacc files lacks a cpp include (stdio), fails with EOF being undefined. Added files/patch-ac to add the include line.
>How-To-Repeat:
cd /usr/ports/net/openh323 && make clean build
>Fix:
--- openh323.orig/files/patch-ac	Wed Dec 31 18:00:00 1969
+++ openh323/files/patch-ac	Wed Feb 20 10:17:43 2002
@@ -0,0 +1,10 @@
+--- ../pwlib/src/ptlib/common/getdate.y.orig	Wed Feb 20 10:17:21 2002
++++ ../pwlib/src/ptlib/common/getdate.y	Wed Feb 20 09:52:37 2002
+@@ -19,6 +19,7 @@
+ 
+ 
+ #include <time.h>
++#include <stdio.h>
+ #include <string.h>
+ #include <ctype.h>
+ #include <stdlib.h>

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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