Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2001 00:10:03 -0800 (PST)
From:      Ernst de Haan <ernst@jollem.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/25975: Update port: java/xalan-j
Message-ID:  <200103220810.f2M8A3D14088@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/25975; it has been noted by GNATS.

From: Ernst de Haan <ernst@jollem.com>
To: Jun Kuriyama <kuriyama@imgsrc.co.jp>
Cc: Ernst de Haan <ernst@heinz.jollem.com>,
	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




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