From owner-freebsd-ports Thu Mar 22 0:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 714BD37B71C for ; Thu, 22 Mar 2001 00:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2M8A3D14088; Thu, 22 Mar 2001 00:10:03 -0800 (PST) (envelope-from gnats) Date: Thu, 22 Mar 2001 00:10:03 -0800 (PST) Message-Id: <200103220810.f2M8A3D14088@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ernst de Haan Subject: Re: ports/25975: Update port: java/xalan-j Reply-To: Ernst de Haan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25975; it has been noted by GNATS. From: Ernst de Haan To: Jun Kuriyama Cc: Ernst de Haan , FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/25975: Update port: java/xalan-j Date: Thu, 22 Mar 2001 09:05:43 +0100 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Jun Kuriyama wrote: > > Can you re-submit diff instead of whole port? Sure :) I've attached the diffs for Makefile and for the pkg-plist file. I haven't included the diff for the pkg-plist, since it's a lot bigger than the new pkg-plist file (it's around 200K !). Please use the supplied shar file to get the pkg-plist file. Oh, and one modification I forgot to mention: This new version of xalan-j depends on javavmwrapper, so if the system already has one JDK installed, then the install will succeed. -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Makefile.diff" --- Makefile.orig Fri Mar 16 04:48:25 2001 +++ Makefile Thu Mar 22 08:59:42 2001 @@ -6,14 +6,19 @@ # PORTNAME= xalan-j -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= java textproc -MASTER_SITES= http://xml.apache.org/dist/${PORTNAME}/ -DISTNAME= ${PORTNAME}_2_0_0 +MASTER_SITES= http://xml.apache.org/dist/${PORTNAME}/ \ + http://xml.apache.org/dist/old/${PORTNAME}/ \ + http://www.jollem.com/~ernst/ +DISTNAME= ${PORTNAME}_2_0_1 MAINTAINER= ernst@jollem.com -RUN_DEPENDS= ${LOCALBASE}/linux-jdk1.3.0/bin/java:${PORTSDIR}/java/linux-jdk13 +RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper +JAVAVM?= ${LOCALBASE}/bin/javavm + +#RUN_DEPENDS= ${LOCALBASE}/linux-jdk1.3.0/bin/java:${PORTSDIR}/java/linux-jdk13 NO_BUILD= YES PORTDESTDIR= ${PREFIX}/${PORTNAME}${PORTVERSION} --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="distinfo.diff" --- distinfo.orig Fri Mar 16 04:48:25 2001 +++ distinfo Thu Mar 22 08:59:42 2001 @@ -1 +1 @@ -MD5 (xalan-j_2_0_0.tar.gz) = 837ae944161edeacc34e0b4469fcdad1 +MD5 (xalan-j_2_0_1.tar.gz) = bdcdec6c61918dadd0cefa3b6ee63610 --gBBFr7Ir9EOA20Yy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message