Bug 89512 - jdk15 depends on iconv also when building WITHOUT_WEB
Summary: jdk15 depends on iconv also when building WITHOUT_WEB
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: Alexey Zelkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-24 23:20 UTC by Palle Girgensohn
Modified: 2005-12-17 16:16 UTC (History)
0 users

See Also:


Attachments
file.diff (621 bytes, patch)
2005-11-24 23:20 UTC, Palle Girgensohn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Palle Girgensohn freebsd_committer freebsd_triage 2005-11-24 23:20:10 UTC
When building jdk15 WITHOUT_WEB=yes (default on amd64), it fails
missing iconv.h (see below). It seem obvious to me that libiconv is
needed when building the jdk, even if WITHOUT_WEB=YES. installing
libiconv fixes the problem.

I built jdk by getting a package from another amd64 machine (running
FreeBSD-5.4pX), installing the package and also the compat5x
port. Then cd /usr/ports/java/jdk15 && make WITHOUT_WEB=YES :


gmake[4]: Leaving directory `/opt/ports/usr/ports/java/jdk15/work/j2se/make/java/management'
gmake[3]: Leaving directory `/opt/ports/usr/ports/java/jdk15/work/j2se/make/java/management'
<<<Finished Recursively making management all @ Thu Nov 24 23:57:46 CET 2005.

Fix: Simple fix (works for me):
Comment 1 Palle Girgensohn freebsd_committer freebsd_triage 2005-11-24 23:51:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->phantom

Over to MAINTAINER.
Comment 2 Greg Lewis freebsd_committer freebsd_triage 2005-12-17 16:15:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!