From owner-freebsd-java@FreeBSD.ORG Sat Feb 19 11:39:40 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B631216A4CE; Sat, 19 Feb 2005 11:39:40 +0000 (GMT) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34CB843D3F; Sat, 19 Feb 2005 11:39:40 +0000 (GMT) (envelope-from mike@reifenberger.com) Received: from fwd00.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1D2SxX-0008Hv-00; Sat, 19 Feb 2005 12:39:39 +0100 Received: from fw.reifenberger.com (Efr7XsZ-weF4d8CwQ5skg3Cf7vCPKxFrvtifsDWK2losYnTzCNlaoc@[62.158.172.51]) by fmrl00.sul.t-online.com with esmtp id 1D2SxM-2JinqK0; Sat, 19 Feb 2005 12:39:28 +0100 Received: from localhost (mike@localhost)j1JBdGDn063420; Sat, 19 Feb 2005 12:39:16 +0100 (CET) (envelope-from mike@reifenberger.com) X-Authentication-Warning: fw.reifenberger.com: mike owned process doing -bs Date: Sat, 19 Feb 2005 12:39:15 +0100 (CET) From: Michael Reifenberger To: phantom@FreeBSD.org Message-ID: <20050219123658.F63417@fw.reifenberger.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-ID: Efr7XsZ-weF4d8CwQ5skg3Cf7vCPKxFrvtifsDWK2losYnTzCNlaoc@t-dialin.net X-TOI-MSGID: 25f0eedc-4796-489c-986c-ef23bbddb1fc cc: java@FreeBSD.org Subject: Adding cacerts to jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2005 11:39:40 -0000 Hi, I'd like to commit the following patch (in conjunction with a files/cacerts) to java/jdk15: ... totum# cvs diff -u Password for mr@FREEBSD.ORG: cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/pcvs/ports/java/jdk15/Makefile,v retrieving revision 1.87 diff -u -r1.87 Makefile --- Makefile 18 Feb 2005 17:21:52 -0000 1.87 +++ Makefile 19 Feb 2005 11:36:24 -0000 @@ -267,6 +267,8 @@ @${FIND} -s ${JDKIMAGEDIR_G} -not -type d | \ ${SED} -ne 's#^${JDKIMAGEDIR}#jdk${JDK_VERSION}#p' >> ${TMPPLIST} .endif + ${INSTALL_DATA} ${FILESDIR}/cacerts \ + ${PREFIX}/jdk${JDK_VERSION}/jre/lib/security/cacerts @${FIND} -s -d ${PREFIX}/jdk${JDK_VERSION} -type d | \ ${SED} -ne 's#^${PREFIX}/#@dirrm #p' >> ${TMPPLIST} @${ECHO_MSG} "@exec ${LOCALBASE}/bin/registervm ${PREFIX}/jdk${JDK_VERSION}/bin/java # FREEBSD-JDK${JDK_VERSION}" >> ${TMPPLIST} cvs diff: Diffing files cvs diff: files/cacerts is a new entry, no comparison available ... Any objections? Bye/2 --- Michael Reifenberger, Business Development Manager SAP-Basis, Plaut Consulting Comp: Michael.Reifenberger@plaut.de | Priv: Michael@Reifenberger.com http://www.plaut.de | http://www.Reifenberger.com