ports/53778: Patch to java/jmp 0.30 and/or 0.31.
Ronald Klop
ronald at cs.vu.nl
Thu Jun 26 14:50:09 UTC 2003
>Number: 53778
>Category: ports
>Synopsis: Patch to java/jmp 0.30 and/or 0.31.
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Jun 26 07:50:05 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Ronald Klop
>Release: FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD thuis.klop.ws 4.8-STABLE FreeBSD 4.8-STABLE #0: Wed Jun 18 00:37:58 CEST 2003 root at henk.boetzelaer.nl:/usr/obj/usr/src/sys/HENK i386
>Description:
Port java/jmp is using malloc.h, which doesn't work on FBSD 5.x.
This adds a patch for it.
>How-To-Repeat:
>Fix:
Add this patch file in the java/jmp/files directory.
--- patch-hash.c begins here ---
$FreeBSD$
--- hash.c Thu Jun 26 16:23:50 2003
+++ hash.c Thu Jun 26 16:23:20 2003
@@ -1,7 +1,7 @@
/* Handle a hash table.
*/
-#include <malloc.h>
+#include <stdlib.h>
#include <jmp.h>
struct hashnode
--- patch-hash.c ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list