Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2001 14:47:10 -0700 (PDT)
From:      Hye-Shik Chang <perky@python.or.kr>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/29817: Update port: java/linux-ibm-jdk13
Message-ID:  <200108172147.f7HLlAV33898@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         29817
>Category:       ports
>Synopsis:       Update port: java/linux-ibm-jdk13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 17 14:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Hye-Shik Chang
>Release:        FreeBSD 4.3
>Organization:
Yonsei University
>Environment:
FreeBSD akaraka.yonsei.ac.kr 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 25 14:51:22 KST 2001     root@akaraka.yonsei.ac.kr:/usr/src/sys/compile/RYOKO  i386
>Description:
IBM updates their distfile with same filename.
patched for release 9 cx130-20010626

Notified by: Palle Girgensohn <girgen@partitur.se>
(I'm sorry that I'm too late :)

>How-To-Repeat:

>Fix:
diff -ruN linux-ibm-jdk13.orig/Makefile linux-ibm-jdk13/Makefile
--- linux-ibm-jdk13.orig/Makefile	Mon Jun 25 06:53:43 2001
+++ linux-ibm-jdk13/Makefile	Sat Aug 18 06:31:38 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=	jdk
 PORTVERSION=	${JDK_VERSION}
+PORTREVISION=	1 # Service Release 9 : cx130-20010626 
 CATEGORIES=	java
 MASTER_SITES=	#
 PKGNAMEPREFIX=	linux-ibm-
@@ -41,7 +42,7 @@
 .include <bsd.port.pre.mk>
 
 .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE=You must manually fetch the IBM Java SDK ${JDK_VERSION} for Linux archive (${DISTNAME}${EXTRACT_SUFX}) from http://www6.software.ibm.com/dl/dklx130/dklx130-p or http://www.ibm.com/developerworks/java/jdk/linux130/, place it in ${DISTDIR} and then run make again.
+IGNORE=You must manually fetch the IBM Java SDK ${JDK_VERSION} for Linux archive (${DISTNAME}${EXTRACT_SUFX}) from http://www6.software.ibm.com/dl/dklx130/dklx130-p, place it in ${DISTDIR} and then run make again.
 .endif
 
 post-patch:
@@ -56,7 +57,7 @@
 do-install:
 	${MKDIR} ${TARGET_PREFIX}
 	${TAR} -C ${WRKSRC} -cf- . | ${TAR} -C ${TARGET_PREFIX} -xpf-
-	${LOCALBASE}/bin/registervm "${TARGET_PREFIX}/bin/java # IBM-JDK${PORTVERSION}"
+	${LOCALBASE}/bin/registervm "${TARGET_PREFIX}/bin/java # IBM-JDK${PORTVERSION}_${PORTREVISION}"
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
diff -ruN linux-ibm-jdk13.orig/distinfo linux-ibm-jdk13/distinfo
--- linux-ibm-jdk13.orig/distinfo	Mon Jun 25 06:53:43 2001
+++ linux-ibm-jdk13/distinfo	Sat Aug 18 06:32:41 2001
@@ -1 +1 @@
-MD5 (IBMJava2-SDK-13.tgz) = a09bc346874d88ac9b596be13269cc99
+MD5 (IBMJava2-SDK-13.tgz) = 84ebb04b9346a4a5dc88f1a9ef919f3b
diff -ruN linux-ibm-jdk13.orig/pkg-message linux-ibm-jdk13/pkg-message
--- linux-ibm-jdk13.orig/pkg-message	Mon Jun 25 06:53:43 2001
+++ linux-ibm-jdk13/pkg-message	Sat Aug 18 06:38:13 2001
@@ -1,8 +1,8 @@
-=============================================================
+======================================================================
 This Java VM will attempt to detect the number of processors by taking
 cpuinfo from linux's procfs. You may want to install the Linux
 emulation procfs filesystem. You may do so by adding the following
 line to your /etc/fstab file:
 
  linprocfs   /compat/linux/proc   linprocfs   rw   0  0
-=============================================================
+======================================================================


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108172147.f7HLlAV33898>