Bug 36988 - java/jdk13 build fails on 5-current
Summary: java/jdk13 build fails on 5-current
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: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-11 07:30 UTC by motoyuki
Modified: 2002-04-16 20:38 UTC (History)
0 users

See Also:


Attachments
file.diff (875 bytes, patch)
2002-04-11 07:30 UTC, motoyuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description motoyuki 2002-04-11 07:30:01 UTC
	java/jdk13 build fails on 5-current because latest 5-current lacks
	<machine/soundcard.h>.  use <sys/soundcard.h> instead.

	Please refer commitlog of src/include/Makefile 1.165.

Fix: Add following patches.
--------
How-To-Repeat: 	build java/jdk13 port on 5-current (after Mar 26 2002).
Comment 1 motoyuki freebsd_committer freebsd_triage 2002-04-11 07:33:22 UTC
Responsible Changed
From-To: freebsd-ports->java

Over to maintainer.
Comment 2 Ernst de Haan freebsd_committer freebsd_triage 2002-04-11 08:26:04 UTC
Responsible Changed
From-To: java->glewis

Over to the actual responsible. Greg Lewis is main 
responsible for the JDK 1.3 porting effort.
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2002-04-16 20:37:32 UTC
State Changed
From-To: open->closed

Committed, thanks!