Bug 68174 - Upgrade java/jmp from 0.41 -> 0.42. (patch incl.)
Summary: Upgrade java/jmp from 0.41 -> 0.42. (patch incl.)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-21 19:10 UTC by Ronald Klop
Modified: 2004-06-25 05:35 UTC (History)
1 user (show)

See Also:


Attachments
jmp-0.42.diff (528 bytes, patch)
2004-06-21 19:10 UTC, Ronald Klop
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ronald Klop 2004-06-21 19:10:21 UTC

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.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-06-21 21:42:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->znerd

Over to maintainer.
Comment 2 Greg Lewis freebsd_committer freebsd_triage 2004-06-21 21:54:49 UTC
Responsible Changed
From-To: znerd->freebsd-port-bugs

I think you were thinking of java/jump, the submitter is actually 
the maintainer here :).
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2004-06-21 21:56:49 UTC
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? 


Comment 4 Greg Lewis freebsd_committer freebsd_triage 2004-06-21 21:56:49 UTC
Responsible Changed
From-To: freebsd-port-bugs->glewis

I'll follow up with this.
Comment 5 Greg Lewis freebsd_committer freebsd_triage 2004-06-25 05:34:48 UTC
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.