Summary: | port java/sablevm installs jni.h in /usr/local/include that messes up other JVM builds. | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | areilly | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
areilly
2008-05-13 07:50:01 UTC
Maintainer of java/sablevm, Please note that PR ports/123624 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/123624 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Thanks. I can reproduce this problem and I'm working on a solution. Björn Here's a patch. Now the port installs the headers to ${PREFIX}/include/sablevm. This should avoid conflicts. miwi 2008-06-21 09:20:11 UTC FreeBSD ports repository Modified files: java/sablevm Makefile pkg-plist Log: - Fix build with jdk16 PR: 123624 Submitted by: Andrew Reilly <areilly@bigpond.net.au> Approved by: maintainer Revision Changes Path 1.45 +2 -1 ports/java/sablevm/Makefile 1.10 +3 -2 ports/java/sablevm/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed Committed. Thanks! |