This is a simple update of the port java/jmp. It depends on PR/66965. PR/66965 updates java/jmp to the latest bsd.java.mk file.
Responsible Changed From-To: freebsd-ports-bugs->znerd Over to maintainer.
Responsible Changed From-To: znerd->freebsd-port-bugs I think you were thinking of java/jump, the submitter is actually the maintainer here :).
State Changed From-To: open->feedback Ronald, I get the following compile error on 4.10: cc -DHAVE_CONFIG_H -I. -I. -I. -DLOCALEDIR="/usr/local/share/locale" -I/usr/local/diablo-jdk1.3.1/include -I/usr/local/include -I/usr/local/diablo-jdk1.3.1/include -I/usr/local/diablo-jdk1.3.1/include/freebsd -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -O -pipe -c instance_owners.c -fPIC -DPIC -o .libs/instance_owners.o instance_owners.c: In function `build_menu': instance_owners.c:211: syntax error before `*' instance_owners.c:212: `menuitem' undeclared (first use in this function) instance_owners.c:212: (Each undeclared identifier is reported only once instance_owners.c:212: for each function it appears in.) Looks like a genuine error to me. Comments?
Responsible Changed From-To: freebsd-port-bugs->glewis I'll follow up with this.
State Changed From-To: feedback->closed Committed, thanks! I also explicitly set USE_JIKES to no since bsd.java.mk tries to use jikes if its installed and that broke the build on my machine.