ports/147743: [MAINTAINER] [PATCH] science/hdf-java Update to 2.6.1

Rob Farmer rfarmer at predatorlabs.net
Thu Jun 10 01:10:05 UTC 2010


>Number:         147743
>Category:       ports
>Synopsis:       [MAINTAINER] [PATCH] science/hdf-java Update to 2.6.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 10 01:10:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD thinkpad.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Jun  8 21:46:22 PDT 2010     rfarmer at thinkpad.predatorlabs.net:/usr/obj/usr/src/sys/THINKPAD  amd64
>Description:
Update to 2.6.1

Changelog:

No major change in hdf-java since hdf-java 2.6. Some minor changes include:

* Use better memory allocation in HDF4 JNI to avoid crash on OutOfMemory error on large dataset.
* Show some HDF-EOS attributes stored in HDF4 vdata.
* Fix a problem of displaying information for HDF4 vdata without name.
* Add HDF-Java logging levels to HDF5 JNI and set default level to "SEVERE".
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/science/hdf-java/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	13 Feb 2010 11:21:53 -0000	1.1
+++ Makefile	10 Jun 2010 00:33:19 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	hdf-java
-PORTVERSION=	2.6
+PORTVERSION=	2.6.1
 CATEGORIES=	science java
 MASTER_SITES=	http://www.hdfgroup.org/ftp/HDF5/hdf-java/src/ \
 		http://www.predatorlabs.net/dl/
@@ -34,7 +34,6 @@
 	${REINPLACE_CMD} -e 's|$$z_lib"/libz."$$LLEXT|"/lib/libz.so.*"|' ${WRKSRC}/configure
 	${REINPLACE_CMD} -e 's|LLEXT="a"|LLEXT="so"|g' ${WRKSRC}/configure
 	${REINPLACE_CMD} -e 's|COPT="-shared"|COPT="-fPIC"|g' ${WRKSRC}/configure
-	#${REINPLACE_CMD} -e 's|$$(JH45INSTALLDIR)/UsersGuide|${DOCSDIR}/UsersGuide|' ${WRKSRC}/Makefile.in
 	${REINPLACE_CMD} -e 's|$$(JH45INSTALLDIR)/lib|${JAVAJARDIR}|' ${WRKSRC}/Makefile.in
 	${REINPLACE_CMD} -e 's|$$(LIBDIR)/@JAVATARG@|${PREFIX}/lib|g' ${WRKSRC}/Makefile.in
 	${REINPLACE_CMD} -e 's|cp -R|#|' ${WRKSRC}/Makefile.in
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/science/hdf-java/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	13 Feb 2010 11:21:53 -0000	1.1
+++ distinfo	10 Jun 2010 00:33:48 -0000
@@ -1,3 +1,3 @@
-MD5 (hdf-java-2.6-src.tar) = f0be0c568d7f308c72ccb63c87e8e32d
-SHA256 (hdf-java-2.6-src.tar) = d2756ab58449a11cf765276d19bb8b804e809ca702b569fd4d4d94794f359481
-SIZE (hdf-java-2.6-src.tar) = 10383360
+MD5 (hdf-java-2.6.1-src.tar) = c3cd791560291c659b493d97e63a9e8e
+SHA256 (hdf-java-2.6.1-src.tar) = 14abf95abe9a863b03d396e87da463da4746e54f05f5c63aef583461ef1401ea
+SIZE (hdf-java-2.6.1-src.tar) = 10393600


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list