ports/55957: [patch] java/jlint: Fix GCC33 issue
Volker Stolz
stolz at i2.informatik.rwth-aachen.de
Mon Aug 25 13:30:23 UTC 2003
>Number: 55957
>Category: ports
>Synopsis: [patch] java/jlint: Fix GCC33 issue
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Aug 25 06:30:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Volker Stolz
>Release: FreeBSD 4.8-STABLE i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.8-STABLE FreeBSD 4.8-STABLE #8: Fri Aug 22 12:08:19 CEST 2003 root at menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386
>Description:
Fix build-issue with GCC33. Now compiles on -STABLE with
CC=gcc33 CXX=g++33 make
Patch obtained from: Debian package
>How-To-Repeat:
>Fix:
Add 1 new patch file:
--- jlint begins here ---
diff -urN /usr/ports/java/jlint/files/patch-jlint.cc jlint/files/patch-jlint.cc
--- /usr/ports/java/jlint/files/patch-jlint.cc Thu Jan 1 01:00:00 1970
+++ jlint/files/patch-jlint.cc Mon Aug 25 15:17:16 2003
@@ -0,0 +1,11 @@
+--- jlint.cc.orig Mon Aug 25 15:15:32 2003
++++ jlint.cc Mon Aug 25 15:16:24 2003
+@@ -37,7 +37,7 @@
+
+ message_descriptor msg_table[] = {
+ #define MSG(category, code, position_dependent, format) \
+-{cat_##category, MSG_LOCATION_PREFIX##format, #code, position_dependent, true},
++{cat_##category, MSG_LOCATION_PREFIX format, #code, position_dependent, true},
+ #include "jlint.msg"
+ {cat_all}
+ };
--- jlint ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list