Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Sep 2008 23:06:16 +0800
From:      "Wen Heping" <wenheping@gmail.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/127678: [Update]science/hdf5:update to 1.8.1
Message-ID:  <1222527976.4581@fb8.wenjing.com>
Resent-Message-ID: <200809270840.m8R8e116087519@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127678
>Category:       ports
>Synopsis:       [Update]science/hdf5:update to 1.8.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 27 08:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
ChangAn Midlle School 
>Environment:


System: FreeBSD 8.0-CURRENT #0: Sun Sep 21 18:56:51 HKT 2008
    root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC



>Description:


update to 1.8.1 from 1.6.5


>How-To-Repeat:





>Fix:


--- hdf181.diff.txt begins here ---
diff -curN hdf5/Makefile hdf5.new/Makefile
--- hdf5/Makefile	2008-06-21 17:17:06.000000000 +0800
+++ hdf5.new/Makefile	2008-09-24 22:46:40.000000000 +0800
@@ -7,13 +7,11 @@
 #
 
 PORTNAME=	hdf5
-PORTVERSION=	1.6.7
+PORTVERSION=	1.8.1
 PORTREVISION=	1
 CATEGORIES=	science archivers graphics
-MASTER_SITES=	ftp://ftp.hdfgroup.org/HDF5/current16/src/ \
-		ftp://ftp.hdfgroup.org/HDF5/prev-releases/ \
-		ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${PORTVERSION}/src/ \
-		LOCAL/chinsan
+MASTER_SITES=	ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots/v18/
+DISTNAME=	${PORTNAME}-${PORTVERSION}-snap4
 
 MAINTAINER=	koziol@hdfgroup.org
 COMMENT=	Hierarchical Data Format library (from NCSA)
@@ -21,13 +19,12 @@
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool:15
 GNU_CONFIGURE=	yes
-LIBTOOLFILES=	configure c++/configure
+#LIBTOOLFILES=	configure c++/configure
 CONFIGURE_ARGS=	--disable-debug \
 		--enable-cxx \
 		--enable-instrument \
 		--enable-production \
 		--enable-strict-format-checks \
-		--enable-threadsafe \
 		--with-pthread=/usr \
 		--with-ssl=/usr \
 		--with-zlib=/usr
@@ -51,22 +48,20 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g' \
-		-e 's|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g'  \
-			${WRKSRC}/config/freebsd ${WRKSRC}/c++/config/freebsd
+#	@${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g' \
+#		-e 's|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g'  \
+#			${WRKSRC}/config/freebsd ${WRKSRC}/c++/config/freebsd
 	@${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/config/gnu-flags
-	@${REINPLACE_CMD} -e 's|objformat=|#objformat=|g' \
-		-e 's|\(version_type=freebsd\)-.*|\1-elf|g' \
-			${WRKSRC}/aclocal.m4 ${WRKSRC}/configure
-.if defined(NOPORTEXAMPLES)
-.for i in . c++ hl fortran
-	@${REINPLACE_CMD} \
-		-e 's,\((cd examples && $$(MAKE) $$@) || exit 1;\),#\1,g' \
-			${WRKSRC}/${i}/Makefile.in
-.endfor
-.endif
+#	@${REINPLACE_CMD} -e 's|objformat=|#objformat=|g' \
+#		-e 's|\(version_type=freebsd\)-.*|\1-elf|g' \
+#			${WRKSRC}/aclocal.m4 ${WRKSRC}/configure
 
 post-install:
+.if !defined(NOPORTEXAMPLES)
+	@${MKDIR} ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
+.endif
+
 .for i in gif2h5 h52gif h5debug h5diff h5dump h5import h5jam h5ls h5repack h5repart h5unjam
 	@${STRIP_CMD} ${PREFIX}/bin/${i}
 .endfor
diff -curN hdf5/distinfo hdf5.new/distinfo
--- hdf5/distinfo	2008-03-01 00:59:01.000000000 +0800
+++ hdf5.new/distinfo	2008-09-24 18:34:30.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (hdf5-1.6.7.tar.gz) = 79027c67188e2e4131c5573771f477ce
-SHA256 (hdf5-1.6.7.tar.gz) = 9d9a98204f8c7d82f767f27f84db2520c04f5c73a4a6348c781a0d91a296e9a2
-SIZE (hdf5-1.6.7.tar.gz) = 5299219
+MD5 (hdf5-1.8.1-snap4.tar.gz) = 3c053d0f8285088a720e4633ed99c949
+SHA256 (hdf5-1.8.1-snap4.tar.gz) = 4fd7e87dff73072d242a3c2af9a0458685520453ba53e0bebcde9d8cb4f42e2c
+SIZE (hdf5-1.8.1-snap4.tar.gz) = 7016192
diff -curN hdf5/files/patch-c++::commence.in hdf5.new/files/patch-c++::commence.in
--- hdf5/files/patch-c++::commence.in	2003-11-13 13:33:55.000000000 +0800
+++ hdf5.new/files/patch-c++::commence.in	1970-01-01 08:00:00.000000000 +0800
@@ -1,31 +0,0 @@
---- c++/config/commence.in.orig	Mon Jun 30 16:19:35 2003
-+++ c++/config/commence.in	Mon Oct 20 23:44:08 2003
-@@ -27,7 +27,7 @@
- RM=rm -f
- CP=cp
- INSTALL=@INSTALL@
--INSTALL_PROGRAM=@INSTALL_PROGRAM@
-+INSTALL_PROGRAM=@INSTALL_SCRIPT@
- INSTALL_DATA=@INSTALL_DATA@
- TRACE=:
- 
-@@ -37,7 +37,7 @@
- bindir=@bindir@
- libdir=@libdir@
- includedir=@includedir@
--docdir=@exec_prefix@/doc
-+docdir=@exec_prefix@/share
- PUB_LIB=$(LIB)
- 
- ## Obtain default library; the current version of libtool does not fully
-@@ -60,8 +60,8 @@
- ## Optional variables. We must declare them here because Irix pmake
- ## complains if it sees a reference to a variable which has never been
- ## defined. The main makefile is free to redefine these to something else.
--DOCDIR=$(docdir)
--EXAMPLEDIR=$(docdir)/hdf5/examples/c++
-+DOCDIR=$(docdir)/doc/hdf5
-+EXAMPLEDIR=$(docdir)/examples/hdf5/c++
- LIB=
- LIB_SRC=
- LIB_OBJ=
diff -curN hdf5/files/patch-commence.in hdf5.new/files/patch-commence.in
--- hdf5/files/patch-commence.in	2003-11-13 13:33:55.000000000 +0800
+++ hdf5.new/files/patch-commence.in	1970-01-01 08:00:00.000000000 +0800
@@ -1,32 +0,0 @@
---- config/commence.in.orig	Tue Jul 22 23:39:43 2003
-+++ config/commence.in	Mon Oct 20 23:45:00 2003
-@@ -26,7 +26,7 @@
- RM=rm -f
- CP=cp
- INSTALL=@INSTALL@
--INSTALL_PROGRAM=@INSTALL_PROGRAM@
-+INSTALL_PROGRAM=@INSTALL_SCRIPT@
- INSTALL_DATA=@INSTALL_DATA@
- RUNSERIAL=@RUNSERIAL@
- RUNPARALLEL=@RUNPARALLEL@
-@@ -39,7 +39,7 @@
- bindir=@bindir@
- libdir=@libdir@
- includedir=@includedir@
--docdir=@exec_prefix@/doc
-+docdir=@exec_prefix@/share
- PUB_LIB=$(LIB)
- 
- ## Shared libraries
-@@ -57,9 +57,9 @@
- ## Optional variables. We must declare them here because Irix pmake
- ## complains if it sees a reference to a variable which has never been
- ## defined. The main makefile is free to redefine these to something else.
--DOCDIR=$(docdir)
-+DOCDIR=$(docdir)/doc/hdf5
- SUBDOCDIR=
--EXAMPLEDIR=$(docdir)/hdf5/examples/c
-+EXAMPLEDIR=$(docdir)/examples/hdf5/c
- LIB=
- LIB_SRC=
- LIB_OBJ=
diff -curN hdf5/files/patch-fortran_H5f90i.h hdf5.new/files/patch-fortran_H5f90i.h
--- hdf5/files/patch-fortran_H5f90i.h	2008-06-01 06:42:50.000000000 +0800
+++ hdf5.new/files/patch-fortran_H5f90i.h	1970-01-01 08:00:00.000000000 +0800
@@ -1,11 +0,0 @@
---- fortran/src/H5f90i.h.orig	Thu Jul 12 21:26:46 2007
-+++ fortran/src/H5f90i.h	Thu Jul 12 21:27:18 2007
-@@ -71,7 +71,7 @@
- #endif /*APPLE*/
- 
- /* LINUX definitions */
--#if (defined(linux) || defined(__gnu_linux__) || defined(__linux__))
-+#if (defined(linux) || defined(__gnu_linux__) || defined(__linux__) || defined(__FreeBSD__))
- 
- /* Common definitions */
- typedef char              *_fcd;
diff -curN hdf5/files/patch-fortran_commence.in hdf5.new/files/patch-fortran_commence.in
--- hdf5/files/patch-fortran_commence.in	2008-06-01 06:42:50.000000000 +0800
+++ hdf5.new/files/patch-fortran_commence.in	1970-01-01 08:00:00.000000000 +0800
@@ -1,31 +0,0 @@
---- fortran/config/commence.in.orig	Thu Jul 12 21:28:40 2007
-+++ fortran/config/commence.in	Thu Jul 12 21:33:56 2007
-@@ -47,7 +47,7 @@
- RM=rm -f
- CP=cp
- INSTALL=@INSTALL@
--INSTALL_PROGRAM=@INSTALL_PROGRAM@
-+INSTALL_PROGRAM=@INSTALL_SCRIPT@
- INSTALL_DATA=@INSTALL_DATA@
- PARALLEL=@PARALLEL@
- RUNSERIAL=@RUNSERIAL@
-@@ -62,7 +62,7 @@
- bindir=@bindir@
- libdir=@libdir@
- includedir=@includedir@
--docdir=@exec_prefix@/doc
-+docdir=@exec_prefix@/share
- PUB_LIB=$(LIB)
- 
- ## Shared libraries
-@@ -85,8 +85,8 @@
- ## Optional variables. We must declare them here because Irix pmake
- ## complains if it sees a reference to a variable which has never been
- ## defined. The main makefile is free to redefine these to something else.
--DOCDIR=$(docdir)
--EXAMPLEDIR=$(docdir)/hdf5/examples/fortran
-+DOCDIR=$(docdir)/doc/hdf5
-+EXAMPLEDIR=$(docdir)/examples/hdf5/fortran
- LIB=
- LIB_SRC=
- LIB_OBJ=
diff -curN hdf5/files/patch-fortran_configure hdf5.new/files/patch-fortran_configure
--- hdf5/files/patch-fortran_configure	2008-06-01 06:42:50.000000000 +0800
+++ hdf5.new/files/patch-fortran_configure	1970-01-01 08:00:00.000000000 +0800
@@ -1,10 +0,0 @@
---- fortran/configure.orig	Thu Jul 12 21:36:24 2007
-+++ fortran/configure	Thu Jul 12 21:36:49 2007
-@@ -7602,6 +7602,7 @@
- 
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
- 
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff -curN hdf5/files/patch-fortran_freebsd hdf5.new/files/patch-fortran_freebsd
--- hdf5/files/patch-fortran_freebsd	2008-06-01 06:42:50.000000000 +0800
+++ hdf5.new/files/patch-fortran_freebsd	1970-01-01 08:00:00.000000000 +0800
@@ -1,23 +0,0 @@
---- fortran/config/freebsd.orig	Thu Jul 12 21:23:06 2007
-+++ fortran/config/freebsd	Thu Jul 12 21:25:09 2007
-@@ -27,3 +27,20 @@
- 
- # Figure out compiler flags
- . $srcdir/config/gnu-flags
-+
-+#
-+# HDF5 integers
-+#
-+# 	R_LARGE is the number of digits for the bigest integer supported.
-+#	R_INTEGER is the number of digits in INTEGER
-+#
-+# (for the Linux architechture)
-+#
-+R_LARGE=18
-+R_INTEGER=9
-+HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-+HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-+HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-+HID_T='SELECTED_INT_KIND(R_INTEGER)'
-+SIZE_T='SELECTED_INT_KIND(R_INTEGER)'
-+OBJECT_NAMELEN_DEFAULT_F=-1
diff -curN hdf5/files/patch-src-H5FDdirect.c hdf5.new/files/patch-src-H5FDdirect.c
--- hdf5/files/patch-src-H5FDdirect.c	1970-01-01 08:00:00.000000000 +0800
+++ hdf5.new/files/patch-src-H5FDdirect.c	2008-09-24 22:03:36.000000000 +0800
@@ -0,0 +1,11 @@
+--- src/H5FDdirect.c.orig	2008-09-24 22:02:07.000000000 +0800
++++ src/H5FDdirect.c	2008-09-24 22:02:38.000000000 +0800
+@@ -29,6 +29,8 @@
+  * this file. */
+ /* #define _XOPEN_SOURCE 600 */
+ 
++#define O_DIRECT        0x00010000
++
+ #include "H5private.h"		/* Generic Functions			*/
+ #include "H5Eprivate.h"		/* Error handling		  	*/
+ #include "H5Fprivate.h"		/* File access				*/
diff -curN hdf5/pkg-plist hdf5.new/pkg-plist
--- hdf5/pkg-plist	2008-06-01 06:42:49.000000000 +0800
+++ hdf5.new/pkg-plist	2008-09-24 22:31:51.000000000 +0800
@@ -19,7 +19,6 @@
 include/H5ArrayType.h
 include/H5AtomType.h
 include/H5Attribute.h
-include/H5Bpublic.h
 include/H5Classes.h
 include/H5CommonFG.h
 include/H5CompType.h
@@ -31,13 +30,15 @@
 include/H5DataType.h
 include/H5DcreatProp.h
 include/H5Dpublic.h
+include/H5DSpublic.h
 include/H5DxferProp.h
 include/H5EnumType.h
+include/H5Epubgen.h
 include/H5Epublic.h
 include/H5Exception.h
 include/H5FDcore.h
+include/H5FDdirect.h
 include/H5FDfamily.h
-include/H5FDgass.h
 include/H5FDlog.h
 include/H5FDmpi.h
 include/H5FDmpio.h
@@ -45,7 +46,6 @@
 include/H5FDmulti.h
 include/H5FDpublic.h
 include/H5FDsec2.h
-include/H5FDsrb.h
 include/H5FDstdio.h
 include/H5FaccProp.h
 include/H5FcreatProp.h
@@ -54,33 +54,34 @@
 include/H5Fpublic.h
 include/H5Gpublic.h
 include/H5Group.h
-include/H5HGpublic.h
-include/H5HLpublic.h
-include/H5IM.h
 include/H5IdComponent.h
+include/H5IMpublic.h
 include/H5Include.h
 include/H5IntType.h
 include/H5Ipublic.h
-include/H5LT.h
 include/H5Library.h
+include/H5LTpublic.h
+include/H5Lpublic.h
 include/H5MMpublic.h
 include/H5Object.h
 include/H5Opublic.h
+include/H5PTpublic.h
+include/H5PacketTable.h
 include/H5Ppublic.h
 include/H5PredType.h
 include/H5PropList.h
 include/H5Rpublic.h
 include/H5Spublic.h
 include/H5StrType.h
-include/H5TA.h
+include/H5TBpublic.h
 include/H5Tpublic.h
 include/H5VarLenType.h
 include/H5Zpublic.h
 include/H5api_adpt.h
-include/H5cxx_pubconf.h
 include/H5pubconf.h
 %%FORTRAN%%include/H5pubconf_fortran.h
 include/H5public.h
+include/H5version.h
 include/hdf5.h
 %%FORTRAN%%lib/h5a.mod
 %%FORTRAN%%lib/h5d.mod
@@ -102,7 +103,7 @@
 lib/libhdf5.la
 lib/libhdf5.settings
 lib/libhdf5.so
-lib/libhdf5.so.0
+lib/libhdf5.so.6
 lib/libhdf5_cpp.a
 lib/libhdf5_cpp.la
 %%FORTRAN%%lib/libhdf5_fortran.a
@@ -112,43 +113,30 @@
 lib/libhdf5_hl.la
 lib/libhdf5_hl.so
 lib/libhdf5_hl.so.0
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/chunks.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/compound.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/create.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/extend_ds.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/h5group.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/readdata.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/strtype.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/writedata.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_image1.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_image2.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_lite1.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_lite2.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_lite3.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_table_01.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_table_02.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_table_03.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_table_04.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_table_05.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_table_06.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_table_07.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_table_08.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_table_09.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_table_10.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_table_11.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ex_table_12.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_attribute.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_chunk_read.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_compound.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_drivers.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_extend_write.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_group.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_mount.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_read.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_reference.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_select.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_write.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ph5example.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Attributes.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.am
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_attribute.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_chunk_read.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_compound.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_drivers.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_dtransform.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_elink_unix2win.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_extend_write.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_extlink.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_group.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_interm_group.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_mount.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_read.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_ref2reg.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_reference.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_select.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_shared_mesg.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h5_write.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ph5example.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testh5cc.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testh5cc.sh.in
 %%FORTRAN%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fortran/attrexample.f90
 %%FORTRAN%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fortran/compound.f90
 %%FORTRAN%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fortran/dsetexample.f90
@@ -164,6 +152,4 @@
 %%FORTRAN%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fortran/rwdsetexample.f90
 %%FORTRAN%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fortran/selectele.f90
 %%FORTRAN%%%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/fortran
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/c++
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/c
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
--- hdf181.diff.txt ends here ---



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



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