Bug 81753 - [PATCH] java/eclipse: add support for other mozilla's to eclipse
Summary: [PATCH] java/eclipse: add support for other mozilla's to eclipse
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-java (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-01 10:20 UTC by Andreas Kohn
Modified: 2005-06-18 20:09 UTC (History)
0 users

See Also:


Attachments
eclipse-mozilla-devel.patch (476 bytes, patch)
2005-06-01 10:20 UTC, Andreas Kohn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kohn 2005-06-01 10:20:01 UTC

java/eclipse requires firefox or mozilla to build, although it would also work with mozila-devel IFF java/eclipse/Makefile knew about "mozilla-devel" as a valid value for WITH_MOZILLA. 
Depending on the system, eclipse would either install www/mozilla, or fail to build at all if only mozilla-devel is installed.

How-To-Repeat: 

# cd /usr/ports/java/eclipse
# make WITH_MOZILLA=mozilla-devel
[watch it building www/mozilla or failing]

[apply patch to java/eclipse/Makefile]

# make WITH_MOZILLA=mozilla-devel
[ watch it build with your installed mozilla-devel headers/libs]
Comment 1 Simon Barner freebsd_committer freebsd_triage 2005-06-01 12:04:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->java

Over to maintainers.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2005-06-06 12:24:40 UTC
Responsible Changed
From-To: java->freebsd-java

Canonicalize assignment.
Comment 3 Norikatsu Shigemura freebsd_committer freebsd_triage 2005-06-18 20:09:02 UTC
State Changed
From-To: open->closed

Committed, thanks!