Bug 36988

Summary: java/jdk13 build fails on 5-current
Product: Ports & Packages Reporter: motoyuki
Component: Individual Port(s)Assignee: Greg Lewis <glewis>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!