From owner-freebsd-java@FreeBSD.ORG Wed Mar 19 02:42:47 2008 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35D6A106564A for ; Wed, 19 Mar 2008 02:42:47 +0000 (UTC) (envelope-from d@cyb.fr) Received: from cyb.fr (cyb.fr [82.66.245.132]) by mx1.freebsd.org (Postfix) with SMTP id 9D11E8FC1B for ; Wed, 19 Mar 2008 02:42:46 +0000 (UTC) (envelope-from d@cyb.fr) Received: (qmail 23996 invoked from network); 19 Mar 2008 03:16:04 +0100 Received: from bloup.cyb.fr (HELO ?192.168.4.42?) (192.168.4.42) by ns1.cyb.fr with SMTP; 19 Mar 2008 03:16:04 +0100 Message-ID: <47E07763.5020806@cyb.fr> Date: Wed, 19 Mar 2008 03:16:03 +0100 From: Cybil User-Agent: Thunderbird 2.0.0.12 (X11/20080312) MIME-Version: 1.0 To: java@FreeBSD.org Content-Type: multipart/mixed; boundary="------------070704020500040704060103" Cc: Subject: [ports] linux-sun-jre16 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@cyb.fr List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2008 02:42:47 -0000 This is a multi-part message in MIME format. --------------070704020500040704060103 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, as Sun updates to u05 its binary files, I did some changes to distinfo (name, sha256, md5, cksum) and to Makefile ( s/+403/+444/ and JRE_REVISION= 05 ). Those are attached. It works fine. Best regards, -- Cybil Courraud --------------070704020500040704060103 Content-Type: text/plain; name="Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile" # New ports collection makefile for: Sun Linux JRE 1.6.x # Date created: 5 October 2007 # Whom: Jung-uk Kim # # $FreeBSD: ports/java/linux-sun-jre16/Makefile,v 1.1 2007/10/26 20:49:42 jkim Exp $ # PORTNAME= jre PORTVERSION= ${DL_JRE_VERSION:S/_/./g} CATEGORIES= java MASTER_SITES= # PKGNAMEPREFIX= linux-sun- DISTNAME= jre-6u${JRE_REVISION:S/^0//}-linux-i586 EXTRACT_SUFX= .bin MAINTAINER= java@FreeBSD.org COMMENT= Sun Java Runtime Environment 1.6 for Linux EXTRACT_DEPENDS=${LINUX_BASE_PORT} RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper NO_CDROM= License does not allow distribution with fee RESTRICTED= Redistribution of repackaged binaries not permitted LATEST_LINK= linux-sun-jre16 WRKSRC= ${WRKDIR}/jre${DL_JRE_VERSION} PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION} PKGINSTALL= ${WRKDIR}/pkg-install NO_BUILD= yes USE_LINUX= yes USE_XLIB= yes JRE_VERSION= 1.6.0 JRE_REVISION= 05 DL_JRE_VERSION= ${JRE_VERSION}_${JRE_REVISION} ONLY_FOR_ARCHS= i386 amd64 DOWNLOAD_URL?= http://java.sun.com/javase/downloads/index.jsp APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JRE_VERSION} PACKED_JARS= lib/charsets.jar lib/deploy.jar lib/ext/localedata.jar lib/javaws.jar lib/jsse.jar lib/plugin.jar lib/rt.jar UNPACK_CMD= ${APP_HOME}/bin/unpack200 .include .if ${OSVERSION} < 504000 IGNORE= does not run (core dumps: Bad System Call) .endif .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) IGNORE?=You must manually fetch the JRE self-extracting file for the Linux platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again .endif pre-everything:: @${CAT} ${PKGMESSAGE} do-extract: @${MKDIR} ${WRKDIR} @cd ${WRKDIR} \ && ${TAIL} -n +444 ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/install.sfx \ && ${CHMOD} +x ${WRKDIR}/install.sfx \ && ${WRKDIR}/install.sfx > /dev/null post-patch: ${REINPLACE_CMD} -i.orig -e 's:^#!/bin/bash:#!/bin/sh:' ${WRKSRC}/bin/jcontrol @${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f # XXX: This is missing a "${BRANDELF} -t Linux ". do-install: ${MKDIR} ${APP_HOME} cd ${WRKSRC} && ${FIND} . -print \ | ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${APP_HOME} for i in ${PACKED_JARS}; do \ if [ -f ${APP_HOME}/`dirname $$i`/`basename $$i .jar`.pack ]; then \ ${UNPACK_CMD} ${APP_HOME}/`dirname $$i`/`basename $$i .jar`.pack ${APP_HOME}/$$i; \ ${RM} -f ${APP_HOME}/`dirname $$i`/`basename $$i .jar`.pack; \ fi \ done post-install: ${LOCALBASE}/bin/registervm "${APP_HOME}/bin/java # Linux-Sun-JRE${PORTVERSION}" ${SED} -e "s:%%JRE_HOME%%:${APP_HOME}:g" \ < ${FILESDIR}/pkg-install.in > ${PKGINSTALL} ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include --------------070704020500040704060103 Content-Type: text/plain; name="distinfo" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="distinfo" MD5 (jre-6u5-linux-i586.bin) = 5198dd2a95a87587b0d9824d68f577cf SHA256 (jre-6u5-linux-i586.bin) = ab2811c5c4db2e61a94ca69ce6fe13ba22cc2a511fdedb94f81ebde46b796692 SIZE (jre-6u5-linux-i586.bin) = 19745768 --------------070704020500040704060103--