Bug 3701 - Update to jdk-1.0.2
Summary: Update to jdk-1.0.2
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-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-05-28 07:00 UTC by pgiffuni
Modified: 1997-05-30 15:22 UTC (History)
0 users

See Also:


Attachments
file.diff (464 bytes, patch)
1997-05-28 07:00 UTC, pgiffuni
no flags Details | Diff
file.diff (166 bytes, patch)
1997-05-28 07:00 UTC, pgiffuni
no flags Details | Diff
file.diff (3.09 KB, patch)
1997-05-28 07:00 UTC, pgiffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pgiffuni 1997-05-28 07:00:00 UTC
Although jdk-1.0.2 was ported once, it was never distributed in any form
on WC CDs. I found no reason for this, so I include the patch to include
it in a form that seems to be acceptable with the licensing.
The unsupported JDK will be in distfiles only, and will not collide with 
kaffe. The package only contains the class libraries.

Fix: -DISTNAME=       jdk
+DISTNAME=	jdk102.11-26
 PKGNAME=	jdk-1.0.2
 CATEGORIES=	lang devel
-MASTER_SITES=   ftp://ftp.javasoft.com/pub/ \
-		ftp://www.blackdown.org/pub/Java/pub/
-DISTFILES=      JDK-1_0_2-solaris2-sparc.tar.Z
+MASTER_SITES=	ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/LOCAL_PORTS/

-MAINTAINER=	smpatel@freebsd.org
+MAINTAINER=	ports@freebsd.org
+
+# Note: the distfile contains the complete JDK, but is not pkg'd
+#	because kaffe's update and jdklib-1.1.1 must be prepared first.
+# This distribution also seems CDROMable ....
+# NO_CDROM=	"Put copyright on packaging, etc"

-NO_CDROM=	"Put copyright on packaging, etc"
 NO_WRKSUBDIR=	yes

 post-install:
install:
 	-test -d ${LIBDIR}/lib || mkdir -p ${LIBDIR}/lib
-	${BSD_INSTALL_MAN} java/COPYRIGHT ${LIBDIR}
-	${BSD_INSTALL_DATA} java/lib/javac.properties  ${LIBDIR}/lib
-	${BSD_INSTALL_DATA} java/lib/appletviewer.properties ${LIBDIR}/lib
-	${BSD_INSTALL_DATA} java/lib/classes.zip ${LIBDIR}
+	${BSD_INSTALL_MAN} COPYRIGHT ${LIBDIR}
+	${BSD_INSTALL_DATA} lib/javac.properties  ${LIBDIR}/lib
+	${BSD_INSTALL_DATA} lib/appletviewer.properties ${LIBDIR}/lib
+	${BSD_INSTALL_DATA} classes.zip ${LIBDIR}
How-To-Repeat: There is officially no maintainer (no sources, no maintainer).
Comment 1 Satoshi Asami freebsd_committer freebsd_triage 1997-05-30 15:18:08 UTC
State Changed
From-To: open->closed


Committed, thanks.  I made some little changes (including putting 
back NO_CDROM and moving the message to pkg/MESSAGE so it will be seen