Date: Thu, 3 Feb 2005 11:50:29 GMT From: Mykola Khotyaintsev <ko@irfu.se> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77040: Port update: science/ovt Message-ID: <200502031150.j13BoTZ9059222@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/77040; it has been noted by GNATS. From: Mykola Khotyaintsev <ko@irfu.se> To: freebsd-gnats-submit@freebsd.org, ko@irfu.se Cc: Subject: Re: ports/77040: Port update: science/ovt Date: Thu, 3 Feb 2005 12:46:45 +0100 --Boundary-00=_m8gACT1RayT7GBT Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Sorry, here comes the diff. --Boundary-00=_m8gACT1RayT7GBT Content-Type: text/x-diff; charset="us-ascii"; name="diff_ovt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="diff_ovt" diff -ruN ovt.bak/Makefile ovt/Makefile --- ovt.bak/Makefile Sun Apr 11 02:22:47 2004 +++ ovt/Makefile Thu Feb 3 12:44:03 2005 @@ -7,16 +7,17 @@ PORTNAME= ovt PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= science astro MASTER_SITES= # http://ovt.irfu.se/download/ -DISTNAME= ${PKGNAME}_${OVTBUILD}-src +DISTNAME= ${PORTNAME}-${PORTVERSION}_${OVTBUILD}-src MAINTAINER= ko@nest.irfu.se COMMENT= The Orbit Visualization Tool LIB_DEPENDS= vtkCommonJava:${PORTSDIR}/math/vtk-java -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OVTBUILD= 3 USE_BZIP2= yes USE_GMAKE= yes @@ -25,11 +26,13 @@ GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 -USE_JAVA= 1.4 -NEED_JAVAC= yes -USE_JIKES= no +USE_JAVA= yes +JAVA_VERSION= 1.4+ +JAVA_OS= native +JAVA_BUILD= jdk +JAVA_RUN= jre -CONFIGURE_ARGS= --with-jdk=${_JAVA_HOME_FREEBSD_1_4} --without-jikes +CONFIGURE_ARGS= --with-jdk=${JAVA_HOME} PLIST_SUB+= PORTVERSION=${PORTVERSION} @@ -38,7 +41,7 @@ .include <bsd.port.pre.mk> # Check for OVT distfile -.if !exists(${DISTDIR}/${DISTFILES}) && !defined(PACKAGE_BUILDING) +.if !exists(${DISTDIR}/${DISTNAME}.tar.bz2) && !defined(PACKAGE_BUILDING) ECHO_MSG=/usr/bin/printf IGNORE= :\n\ Because of licensing restrictions, you must fetch the source distribution\n\ --Boundary-00=_m8gACT1RayT7GBT--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502031150.j13BoTZ9059222>