Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2002 22:54:25 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dwcjr@FreeBSD.org
Subject:   ports/37938: Fix build on -current editors/axe
Message-ID:  <20020510205425.9DAD05A547@nemesis.informatik.unibw-muenchen.de>

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

>Number:         37938
>Category:       ports
>Synopsis:       Fix build on -current editors/axe
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 10 14:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Thu May 2 11:59:09 CEST 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386


>Description:

Added: files/patch-Help::axinfo.c
       files/patch-coaxe.c

bento reported build error on -current. A fix was already submitted in
PR ports/37671. But after fixing Help/axinfo.c the build fails with the same
problem on coaxe.c.

Regards,
         Olli
>How-To-Repeat:
>Fix:

diff -ruN axe.old/files/patch-Help::axinfo.c axe/files/patch-Help::axinfo.c
--- axe.old/files/patch-Help::axinfo.c	Thu Jan  1 00:00:00 1970
+++ axe/files/patch-Help::axinfo.c	Fri May 10 22:27:45 2002
@@ -0,0 +1,11 @@
+--- Help/axinfo.c.orig	Fri May 10 22:26:46 2002
++++ Help/axinfo.c	Fri May 10 22:27:13 2002
+@@ -45,7 +45,7 @@
+ #include <stdio.h>
+ 
+ extern char *getenv();
+-extern char *malloc(), *realloc();
++extern void *malloc(), *realloc();
+ 
+ #include "Confirmer.h"
+ #include "Hyper.h"
diff -ruN axe.old/files/patch-coaxe.c axe/files/patch-coaxe.c
--- axe.old/files/patch-coaxe.c	Thu Jan  1 00:00:00 1970
+++ axe/files/patch-coaxe.c	Fri May 10 22:29:18 2002
@@ -0,0 +1,11 @@
+--- coaxe.c.orig	Fri May 10 22:28:40 2002
++++ coaxe.c	Fri May 10 22:28:53 2002
+@@ -38,7 +38,7 @@
+ #endif
+ #include <stdio.h>
+ extern char *getenv();
+-extern char *malloc(), *realloc();
++extern void *malloc(), *realloc();
+ 
+ #include "util.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?20020510205425.9DAD05A547>