From owner-freebsd-ports Fri May 10 14:10:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E1BD37B406 for ; Fri, 10 May 2002 14:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ALA2509389; Fri, 10 May 2002 14:10:02 -0700 (PDT) (envelope-from gnats) Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBw-Muenchen.de [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id 0377237B404; Fri, 10 May 2002 14:00:35 -0700 (PDT) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g4AKsSt01561; Fri, 10 May 2002 22:54:28 +0200 (MEST) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id D353F5A548; Fri, 10 May 2002 22:54:26 +0200 (CEST) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id 9DAD05A547; Fri, 10 May 2002 22:54:25 +0200 (CEST) Message-Id: <20020510205425.9DAD05A547@nemesis.informatik.unibw-muenchen.de> Date: Fri, 10 May 2002 22:54:25 +0200 (CEST) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org Cc: dwcjr@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37938: Fix build on -current editors/axe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 + + 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 + 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