ports/77036: Fix build port java/jmp on fbsd 4.x (patch incl.)
Ronald Klop
ronald at cs.vu.nl
Wed Feb 2 22:00:41 UTC 2005
>Number: 77036
>Category: ports
>Synopsis: Fix build port java/jmp on fbsd 4.x (patch incl.)
>Confidential: no
>Severity: non-critical
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 02 22:00:40 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Ronald Klop
>Release: FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD 5.3-STABLE #63: Mon Jan 17 23:18:50 CET 2005
root at guido.thuis.klop.ws:/usr/obj/usr/src/sys/LAPTOP
>Description:
This fixes the build with the gcc-2 compiler in FreeBSD 4.x.
>How-To-Repeat:
>Fix:
--- jmp-0.46.diff begins here ---
diff -ruN0 /usr/ports/java/jmp/files/patch-code_usage_dump.c jmp/files/patch-code_usage_dump.c
--- /usr/ports/java/jmp/files/patch-code_usage_dump.c Thu Jan 1 01:00:00 1970
+++ jmp/files/patch-code_usage_dump.c Wed Feb 2 22:52:21 2005
@@ -0,0 +1,14 @@
+$FreeBSD$
+
+--- code_usage_dump.c.orig Wed Dec 15 22:07:02 2004
++++ code_usage_dump.c Wed Feb 2 22:49:15 2005
+@@ -43,0 +44,2 @@
++
++ hashtab* methods;
+@@ -53 +55 @@
+- hashtab* methods = get_methods();
++ methods = get_methods();
+@@ -61 +62,0 @@
+- methods_count = 0;
+@@ -62,0 +64 @@
++ methods_count = 0;
--- jmp-0.46.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list