Bug 96401

Summary: [PATCH] devel/glib-java: fix build with Jikes
Product: Ports & Packages Reporter: Herve Quiroz <hq>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me CC: gnome
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
glib-java-0.2.4_1.patch none

Description Herve Quiroz freebsd_committer freebsd_triage 2006-04-27 09:10:12 UTC
When Jikes is installed on the system, the 'configure' stage fails:

  checking for jikes... jikes
  checking if jikes works... configure: error: The Java compiler jikes failed (see config.log, check the CLASSPATH?)

I would prefer to have BOOTCLASSPATH set only when Jikes is present on the
system but there seem to be some trouble with HAVE_JIKES in bsd.java.mk.

I believe this is the same reason why other gnome/java ports (e.g.
libgnome-java, libgtk-java) don't build on my system so I'll handle them next.

While I was there, I just removed USE_REINPLACE (reported by portlint).

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-27 09:16:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2006-05-01 01:16:49 UTC
State Changed
From-To: open->closed

Committed, thanks!