Bug 96401 - [PATCH] devel/glib-java: fix build with Jikes
Summary: [PATCH] devel/glib-java: fix build with Jikes
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-27 09:10 UTC by Herve Quiroz
Modified: 2006-05-01 01:17 UTC (History)
1 user (show)

See Also:


Attachments
glib-java-0.2.4_1.patch (770 bytes, patch)
2006-04-27 09:10 UTC, Herve Quiroz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!