Index: head/graphics/hdf/files/hdf/src/Makefile =================================================================== --- head/graphics/hdf/files/hdf/src/Makefile (revision 43272) +++ head/graphics/hdf/files/hdf/src/Makefile (revision 43273) @@ -1,56 +1,56 @@ # $FreeBSD$ LIB=df # uncomment the line below to avoid building static libraries #INTERNALLIB=YES LIBDIR=${PREFIX}/lib # comment out the line below to build the profile libs NOPROFILE=yes SHLIB_MAJOR=1 SHLIB_MINOR=0 SRCS=atom.c bitvect.c cdeflate.c cnbit.c cnone.c crle.c cskphuff.c \ df24.c df24f.c dfan.c dfanf.c dfcomp.c dfconv.c dff.c dfgr.c \ dfgroup.c dfimcomp.c dfjpeg.c dfkconv.c dfkcray.c dfkfuji.c \ dfknat.c dfkswap.c dfkvms.c dfp.c dfpf.c dfr8.c dfr8f.c dfrle.c \ dfsd.c dfsdf.c dfstubs.c dfufp2i.c dfunjpeg.c dfutil.c dfutilf.c \ dir_mac.c dynarray.c glist.c hbitio.c hblocks.c hbuffer.c \ hchunks.c hcomp.c hcompri.c hdfalloc.c herr.c herrf.c hextelt.c \ hfile.c hfiledd.c hfilef.c hkit.c linklist.c mcache.c \ mfan.c mfanf.c mfgr.c mfgrf.c mstdio.c tbbt.c vattr.c vattrf.c \ vconv.c vg.c vgf.c vgp.c vhi.c vio.c vparse.c vrw.c vsfld.c \ df24ff.f dfanff.f dfff.f dfpff.f dfr8ff.f dfsdff.f dfufp2if.f \ hfileff.f mfgrff.f vattrff.f vgff.f CFLAGS += -I${PREFIX}/include FFLAGS += ${CFLAGS} .if !defined(OSVERSION) .if exists(/sbin/sysctl) OSVERSION!= /sbin/sysctl -n kern.osreldate .else OSVERSION!= /usr/sbin/sysctl -n kern.osreldate .endif .endif .if ${OSVERSION} >= 400004 LDADD += -L${PREFIX}/lib -ljpeg -lg2c -lz -lm .else LDADD += -L${PREFIX}/lib -ljpeg -lf2c -lz .endif afterinstall: install -c -o root -g wheel -m 444 \ atom.h bitvect.h cdeflate.h cnbit.h cnone.h crle.h \ cskphuff.h df.h dfan.h dfconvrt.h dfgr.h dfi.h dfivms.h \ dfrig.h dfsd.h dfstubs.h dfufp2i.h dir_mac.h dynarray.h \ glist.h hbitio.h hchunks.h hcomp.h hcompi.h hconv.h \ hdf.h hdfi.h herr.h hfile.h hkit.h hlimits.h hntdefs.h \ hproto.h hqueue.h htags.h linklist.h maldebug.h mcache.h \ - mfan.h mfgr.h mstdio.h patchlevel.h sys_dir_mac.h tbbt.h \ - trace.h vattr.h vg.h vgint.h hdf.inc dffunc.inc \ + mfan.h mfgr.h mstdio.h sys_dir_mac.h tbbt.h trace.h \ + vattr.h vg.h vgint.h hdf.inc dffunc.inc \ ${PREFIX}/include .include Property changes on: head/graphics/hdf/files/hdf/src/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/graphics/hdf/pkg-plist =================================================================== --- head/graphics/hdf/pkg-plist (revision 43272) +++ head/graphics/hdf/pkg-plist (revision 43273) @@ -1,82 +1,81 @@ bin/fp2hdf bin/hdf24to8 bin/hdf2jpeg bin/hdf8to24 bin/hdfcomp bin/hdfed bin/hdfls bin/hdfpack bin/hdftopal bin/hdftor8 bin/hdfunpac bin/hdp bin/jpeg2hdf bin/ncdump bin/ncgen bin/paltohdf bin/r8tohdf bin/ristosds bin/vcompat bin/vmake bin/vshow include/atom.h include/bitvect.h include/cdeflate.h include/cnbit.h include/cnone.h include/crle.h include/cskphuff.h include/df.h include/dfan.h include/dfconvrt.h include/dffunc.inc include/dfgr.h include/dfi.h include/dfivms.h include/dfrig.h include/dfsd.h include/dfstubs.h include/dfufp2i.h include/dir_mac.h include/dynarray.h include/glist.h include/hbitio.h include/hchunks.h include/hcomp.h include/hcompi.h include/hconv.h include/hdf.h include/hdf.inc include/hdf2netcdf.h include/hdfi.h include/herr.h include/hfile.h include/hkit.h include/hlimits.h include/hntdefs.h include/hproto.h include/hqueue.h include/htags.h include/linklist.h include/local_nc.h include/maldebug.h include/mcache.h include/mfan.h include/mfgr.h include/mfhdf.h include/mstdio.h include/netcdf.h include/netcdf.inc -include/patchlevel.h include/sys_dir_mac.h include/tbbt.h include/trace.h include/vattr.h include/vg.h include/vgint.h lib/libdf.a lib/libdf.so lib/libdf.so.1 lib/libmfhdf.a lib/libmfhdf.so lib/libmfhdf.so.2 Property changes on: head/graphics/hdf/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/graphics/hdf5/files/hdf/src/Makefile =================================================================== --- head/graphics/hdf5/files/hdf/src/Makefile (revision 43272) +++ head/graphics/hdf5/files/hdf/src/Makefile (revision 43273) @@ -1,56 +1,56 @@ # $FreeBSD$ LIB=df # uncomment the line below to avoid building static libraries #INTERNALLIB=YES LIBDIR=${PREFIX}/lib # comment out the line below to build the profile libs NOPROFILE=yes SHLIB_MAJOR=1 SHLIB_MINOR=0 SRCS=atom.c bitvect.c cdeflate.c cnbit.c cnone.c crle.c cskphuff.c \ df24.c df24f.c dfan.c dfanf.c dfcomp.c dfconv.c dff.c dfgr.c \ dfgroup.c dfimcomp.c dfjpeg.c dfkconv.c dfkcray.c dfkfuji.c \ dfknat.c dfkswap.c dfkvms.c dfp.c dfpf.c dfr8.c dfr8f.c dfrle.c \ dfsd.c dfsdf.c dfstubs.c dfufp2i.c dfunjpeg.c dfutil.c dfutilf.c \ dir_mac.c dynarray.c glist.c hbitio.c hblocks.c hbuffer.c \ hchunks.c hcomp.c hcompri.c hdfalloc.c herr.c herrf.c hextelt.c \ hfile.c hfiledd.c hfilef.c hkit.c linklist.c mcache.c \ mfan.c mfanf.c mfgr.c mfgrf.c mstdio.c tbbt.c vattr.c vattrf.c \ vconv.c vg.c vgf.c vgp.c vhi.c vio.c vparse.c vrw.c vsfld.c \ df24ff.f dfanff.f dfff.f dfpff.f dfr8ff.f dfsdff.f dfufp2if.f \ hfileff.f mfgrff.f vattrff.f vgff.f CFLAGS += -I${PREFIX}/include FFLAGS += ${CFLAGS} .if !defined(OSVERSION) .if exists(/sbin/sysctl) OSVERSION!= /sbin/sysctl -n kern.osreldate .else OSVERSION!= /usr/sbin/sysctl -n kern.osreldate .endif .endif .if ${OSVERSION} >= 400004 LDADD += -L${PREFIX}/lib -ljpeg -lg2c -lz -lm .else LDADD += -L${PREFIX}/lib -ljpeg -lf2c -lz .endif afterinstall: install -c -o root -g wheel -m 444 \ atom.h bitvect.h cdeflate.h cnbit.h cnone.h crle.h \ cskphuff.h df.h dfan.h dfconvrt.h dfgr.h dfi.h dfivms.h \ dfrig.h dfsd.h dfstubs.h dfufp2i.h dir_mac.h dynarray.h \ glist.h hbitio.h hchunks.h hcomp.h hcompi.h hconv.h \ hdf.h hdfi.h herr.h hfile.h hkit.h hlimits.h hntdefs.h \ hproto.h hqueue.h htags.h linklist.h maldebug.h mcache.h \ - mfan.h mfgr.h mstdio.h patchlevel.h sys_dir_mac.h tbbt.h \ - trace.h vattr.h vg.h vgint.h hdf.inc dffunc.inc \ + mfan.h mfgr.h mstdio.h sys_dir_mac.h tbbt.h trace.h \ + vattr.h vg.h vgint.h hdf.inc dffunc.inc \ ${PREFIX}/include .include Property changes on: head/graphics/hdf5/files/hdf/src/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/graphics/hdf5/pkg-plist =================================================================== --- head/graphics/hdf5/pkg-plist (revision 43272) +++ head/graphics/hdf5/pkg-plist (revision 43273) @@ -1,82 +1,81 @@ bin/fp2hdf bin/hdf24to8 bin/hdf2jpeg bin/hdf8to24 bin/hdfcomp bin/hdfed bin/hdfls bin/hdfpack bin/hdftopal bin/hdftor8 bin/hdfunpac bin/hdp bin/jpeg2hdf bin/ncdump bin/ncgen bin/paltohdf bin/r8tohdf bin/ristosds bin/vcompat bin/vmake bin/vshow include/atom.h include/bitvect.h include/cdeflate.h include/cnbit.h include/cnone.h include/crle.h include/cskphuff.h include/df.h include/dfan.h include/dfconvrt.h include/dffunc.inc include/dfgr.h include/dfi.h include/dfivms.h include/dfrig.h include/dfsd.h include/dfstubs.h include/dfufp2i.h include/dir_mac.h include/dynarray.h include/glist.h include/hbitio.h include/hchunks.h include/hcomp.h include/hcompi.h include/hconv.h include/hdf.h include/hdf.inc include/hdf2netcdf.h include/hdfi.h include/herr.h include/hfile.h include/hkit.h include/hlimits.h include/hntdefs.h include/hproto.h include/hqueue.h include/htags.h include/linklist.h include/local_nc.h include/maldebug.h include/mcache.h include/mfan.h include/mfgr.h include/mfhdf.h include/mstdio.h include/netcdf.h include/netcdf.inc -include/patchlevel.h include/sys_dir_mac.h include/tbbt.h include/trace.h include/vattr.h include/vg.h include/vgint.h lib/libdf.a lib/libdf.so lib/libdf.so.1 lib/libmfhdf.a lib/libmfhdf.so lib/libmfhdf.so.2 Property changes on: head/graphics/hdf5/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/science/hdf/files/hdf/src/Makefile =================================================================== --- head/science/hdf/files/hdf/src/Makefile (revision 43272) +++ head/science/hdf/files/hdf/src/Makefile (revision 43273) @@ -1,56 +1,56 @@ # $FreeBSD$ LIB=df # uncomment the line below to avoid building static libraries #INTERNALLIB=YES LIBDIR=${PREFIX}/lib # comment out the line below to build the profile libs NOPROFILE=yes SHLIB_MAJOR=1 SHLIB_MINOR=0 SRCS=atom.c bitvect.c cdeflate.c cnbit.c cnone.c crle.c cskphuff.c \ df24.c df24f.c dfan.c dfanf.c dfcomp.c dfconv.c dff.c dfgr.c \ dfgroup.c dfimcomp.c dfjpeg.c dfkconv.c dfkcray.c dfkfuji.c \ dfknat.c dfkswap.c dfkvms.c dfp.c dfpf.c dfr8.c dfr8f.c dfrle.c \ dfsd.c dfsdf.c dfstubs.c dfufp2i.c dfunjpeg.c dfutil.c dfutilf.c \ dir_mac.c dynarray.c glist.c hbitio.c hblocks.c hbuffer.c \ hchunks.c hcomp.c hcompri.c hdfalloc.c herr.c herrf.c hextelt.c \ hfile.c hfiledd.c hfilef.c hkit.c linklist.c mcache.c \ mfan.c mfanf.c mfgr.c mfgrf.c mstdio.c tbbt.c vattr.c vattrf.c \ vconv.c vg.c vgf.c vgp.c vhi.c vio.c vparse.c vrw.c vsfld.c \ df24ff.f dfanff.f dfff.f dfpff.f dfr8ff.f dfsdff.f dfufp2if.f \ hfileff.f mfgrff.f vattrff.f vgff.f CFLAGS += -I${PREFIX}/include FFLAGS += ${CFLAGS} .if !defined(OSVERSION) .if exists(/sbin/sysctl) OSVERSION!= /sbin/sysctl -n kern.osreldate .else OSVERSION!= /usr/sbin/sysctl -n kern.osreldate .endif .endif .if ${OSVERSION} >= 400004 LDADD += -L${PREFIX}/lib -ljpeg -lg2c -lz -lm .else LDADD += -L${PREFIX}/lib -ljpeg -lf2c -lz .endif afterinstall: install -c -o root -g wheel -m 444 \ atom.h bitvect.h cdeflate.h cnbit.h cnone.h crle.h \ cskphuff.h df.h dfan.h dfconvrt.h dfgr.h dfi.h dfivms.h \ dfrig.h dfsd.h dfstubs.h dfufp2i.h dir_mac.h dynarray.h \ glist.h hbitio.h hchunks.h hcomp.h hcompi.h hconv.h \ hdf.h hdfi.h herr.h hfile.h hkit.h hlimits.h hntdefs.h \ hproto.h hqueue.h htags.h linklist.h maldebug.h mcache.h \ - mfan.h mfgr.h mstdio.h patchlevel.h sys_dir_mac.h tbbt.h \ - trace.h vattr.h vg.h vgint.h hdf.inc dffunc.inc \ + mfan.h mfgr.h mstdio.h sys_dir_mac.h tbbt.h trace.h \ + vattr.h vg.h vgint.h hdf.inc dffunc.inc \ ${PREFIX}/include .include Property changes on: head/science/hdf/files/hdf/src/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/science/hdf/pkg-plist =================================================================== --- head/science/hdf/pkg-plist (revision 43272) +++ head/science/hdf/pkg-plist (revision 43273) @@ -1,82 +1,81 @@ bin/fp2hdf bin/hdf24to8 bin/hdf2jpeg bin/hdf8to24 bin/hdfcomp bin/hdfed bin/hdfls bin/hdfpack bin/hdftopal bin/hdftor8 bin/hdfunpac bin/hdp bin/jpeg2hdf bin/ncdump bin/ncgen bin/paltohdf bin/r8tohdf bin/ristosds bin/vcompat bin/vmake bin/vshow include/atom.h include/bitvect.h include/cdeflate.h include/cnbit.h include/cnone.h include/crle.h include/cskphuff.h include/df.h include/dfan.h include/dfconvrt.h include/dffunc.inc include/dfgr.h include/dfi.h include/dfivms.h include/dfrig.h include/dfsd.h include/dfstubs.h include/dfufp2i.h include/dir_mac.h include/dynarray.h include/glist.h include/hbitio.h include/hchunks.h include/hcomp.h include/hcompi.h include/hconv.h include/hdf.h include/hdf.inc include/hdf2netcdf.h include/hdfi.h include/herr.h include/hfile.h include/hkit.h include/hlimits.h include/hntdefs.h include/hproto.h include/hqueue.h include/htags.h include/linklist.h include/local_nc.h include/maldebug.h include/mcache.h include/mfan.h include/mfgr.h include/mfhdf.h include/mstdio.h include/netcdf.h include/netcdf.inc -include/patchlevel.h include/sys_dir_mac.h include/tbbt.h include/trace.h include/vattr.h include/vg.h include/vgint.h lib/libdf.a lib/libdf.so lib/libdf.so.1 lib/libmfhdf.a lib/libmfhdf.so lib/libmfhdf.so.2 Property changes on: head/science/hdf/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/science/hdf5/files/hdf/src/Makefile =================================================================== --- head/science/hdf5/files/hdf/src/Makefile (revision 43272) +++ head/science/hdf5/files/hdf/src/Makefile (revision 43273) @@ -1,56 +1,56 @@ # $FreeBSD$ LIB=df # uncomment the line below to avoid building static libraries #INTERNALLIB=YES LIBDIR=${PREFIX}/lib # comment out the line below to build the profile libs NOPROFILE=yes SHLIB_MAJOR=1 SHLIB_MINOR=0 SRCS=atom.c bitvect.c cdeflate.c cnbit.c cnone.c crle.c cskphuff.c \ df24.c df24f.c dfan.c dfanf.c dfcomp.c dfconv.c dff.c dfgr.c \ dfgroup.c dfimcomp.c dfjpeg.c dfkconv.c dfkcray.c dfkfuji.c \ dfknat.c dfkswap.c dfkvms.c dfp.c dfpf.c dfr8.c dfr8f.c dfrle.c \ dfsd.c dfsdf.c dfstubs.c dfufp2i.c dfunjpeg.c dfutil.c dfutilf.c \ dir_mac.c dynarray.c glist.c hbitio.c hblocks.c hbuffer.c \ hchunks.c hcomp.c hcompri.c hdfalloc.c herr.c herrf.c hextelt.c \ hfile.c hfiledd.c hfilef.c hkit.c linklist.c mcache.c \ mfan.c mfanf.c mfgr.c mfgrf.c mstdio.c tbbt.c vattr.c vattrf.c \ vconv.c vg.c vgf.c vgp.c vhi.c vio.c vparse.c vrw.c vsfld.c \ df24ff.f dfanff.f dfff.f dfpff.f dfr8ff.f dfsdff.f dfufp2if.f \ hfileff.f mfgrff.f vattrff.f vgff.f CFLAGS += -I${PREFIX}/include FFLAGS += ${CFLAGS} .if !defined(OSVERSION) .if exists(/sbin/sysctl) OSVERSION!= /sbin/sysctl -n kern.osreldate .else OSVERSION!= /usr/sbin/sysctl -n kern.osreldate .endif .endif .if ${OSVERSION} >= 400004 LDADD += -L${PREFIX}/lib -ljpeg -lg2c -lz -lm .else LDADD += -L${PREFIX}/lib -ljpeg -lf2c -lz .endif afterinstall: install -c -o root -g wheel -m 444 \ atom.h bitvect.h cdeflate.h cnbit.h cnone.h crle.h \ cskphuff.h df.h dfan.h dfconvrt.h dfgr.h dfi.h dfivms.h \ dfrig.h dfsd.h dfstubs.h dfufp2i.h dir_mac.h dynarray.h \ glist.h hbitio.h hchunks.h hcomp.h hcompi.h hconv.h \ hdf.h hdfi.h herr.h hfile.h hkit.h hlimits.h hntdefs.h \ hproto.h hqueue.h htags.h linklist.h maldebug.h mcache.h \ - mfan.h mfgr.h mstdio.h patchlevel.h sys_dir_mac.h tbbt.h \ - trace.h vattr.h vg.h vgint.h hdf.inc dffunc.inc \ + mfan.h mfgr.h mstdio.h sys_dir_mac.h tbbt.h trace.h \ + vattr.h vg.h vgint.h hdf.inc dffunc.inc \ ${PREFIX}/include .include Property changes on: head/science/hdf5/files/hdf/src/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/science/hdf5/pkg-plist =================================================================== --- head/science/hdf5/pkg-plist (revision 43272) +++ head/science/hdf5/pkg-plist (revision 43273) @@ -1,82 +1,81 @@ bin/fp2hdf bin/hdf24to8 bin/hdf2jpeg bin/hdf8to24 bin/hdfcomp bin/hdfed bin/hdfls bin/hdfpack bin/hdftopal bin/hdftor8 bin/hdfunpac bin/hdp bin/jpeg2hdf bin/ncdump bin/ncgen bin/paltohdf bin/r8tohdf bin/ristosds bin/vcompat bin/vmake bin/vshow include/atom.h include/bitvect.h include/cdeflate.h include/cnbit.h include/cnone.h include/crle.h include/cskphuff.h include/df.h include/dfan.h include/dfconvrt.h include/dffunc.inc include/dfgr.h include/dfi.h include/dfivms.h include/dfrig.h include/dfsd.h include/dfstubs.h include/dfufp2i.h include/dir_mac.h include/dynarray.h include/glist.h include/hbitio.h include/hchunks.h include/hcomp.h include/hcompi.h include/hconv.h include/hdf.h include/hdf.inc include/hdf2netcdf.h include/hdfi.h include/herr.h include/hfile.h include/hkit.h include/hlimits.h include/hntdefs.h include/hproto.h include/hqueue.h include/htags.h include/linklist.h include/local_nc.h include/maldebug.h include/mcache.h include/mfan.h include/mfgr.h include/mfhdf.h include/mstdio.h include/netcdf.h include/netcdf.inc -include/patchlevel.h include/sys_dir_mac.h include/tbbt.h include/trace.h include/vattr.h include/vg.h include/vgint.h lib/libdf.a lib/libdf.so lib/libdf.so.1 lib/libmfhdf.a lib/libmfhdf.so lib/libmfhdf.so.2 Property changes on: head/science/hdf5/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/science/hdf5-18/files/hdf/src/Makefile =================================================================== --- head/science/hdf5-18/files/hdf/src/Makefile (revision 43272) +++ head/science/hdf5-18/files/hdf/src/Makefile (revision 43273) @@ -1,56 +1,56 @@ # $FreeBSD$ LIB=df # uncomment the line below to avoid building static libraries #INTERNALLIB=YES LIBDIR=${PREFIX}/lib # comment out the line below to build the profile libs NOPROFILE=yes SHLIB_MAJOR=1 SHLIB_MINOR=0 SRCS=atom.c bitvect.c cdeflate.c cnbit.c cnone.c crle.c cskphuff.c \ df24.c df24f.c dfan.c dfanf.c dfcomp.c dfconv.c dff.c dfgr.c \ dfgroup.c dfimcomp.c dfjpeg.c dfkconv.c dfkcray.c dfkfuji.c \ dfknat.c dfkswap.c dfkvms.c dfp.c dfpf.c dfr8.c dfr8f.c dfrle.c \ dfsd.c dfsdf.c dfstubs.c dfufp2i.c dfunjpeg.c dfutil.c dfutilf.c \ dir_mac.c dynarray.c glist.c hbitio.c hblocks.c hbuffer.c \ hchunks.c hcomp.c hcompri.c hdfalloc.c herr.c herrf.c hextelt.c \ hfile.c hfiledd.c hfilef.c hkit.c linklist.c mcache.c \ mfan.c mfanf.c mfgr.c mfgrf.c mstdio.c tbbt.c vattr.c vattrf.c \ vconv.c vg.c vgf.c vgp.c vhi.c vio.c vparse.c vrw.c vsfld.c \ df24ff.f dfanff.f dfff.f dfpff.f dfr8ff.f dfsdff.f dfufp2if.f \ hfileff.f mfgrff.f vattrff.f vgff.f CFLAGS += -I${PREFIX}/include FFLAGS += ${CFLAGS} .if !defined(OSVERSION) .if exists(/sbin/sysctl) OSVERSION!= /sbin/sysctl -n kern.osreldate .else OSVERSION!= /usr/sbin/sysctl -n kern.osreldate .endif .endif .if ${OSVERSION} >= 400004 LDADD += -L${PREFIX}/lib -ljpeg -lg2c -lz -lm .else LDADD += -L${PREFIX}/lib -ljpeg -lf2c -lz .endif afterinstall: install -c -o root -g wheel -m 444 \ atom.h bitvect.h cdeflate.h cnbit.h cnone.h crle.h \ cskphuff.h df.h dfan.h dfconvrt.h dfgr.h dfi.h dfivms.h \ dfrig.h dfsd.h dfstubs.h dfufp2i.h dir_mac.h dynarray.h \ glist.h hbitio.h hchunks.h hcomp.h hcompi.h hconv.h \ hdf.h hdfi.h herr.h hfile.h hkit.h hlimits.h hntdefs.h \ hproto.h hqueue.h htags.h linklist.h maldebug.h mcache.h \ - mfan.h mfgr.h mstdio.h patchlevel.h sys_dir_mac.h tbbt.h \ - trace.h vattr.h vg.h vgint.h hdf.inc dffunc.inc \ + mfan.h mfgr.h mstdio.h sys_dir_mac.h tbbt.h trace.h \ + vattr.h vg.h vgint.h hdf.inc dffunc.inc \ ${PREFIX}/include .include Property changes on: head/science/hdf5-18/files/hdf/src/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/science/hdf5-18/pkg-plist =================================================================== --- head/science/hdf5-18/pkg-plist (revision 43272) +++ head/science/hdf5-18/pkg-plist (revision 43273) @@ -1,82 +1,81 @@ bin/fp2hdf bin/hdf24to8 bin/hdf2jpeg bin/hdf8to24 bin/hdfcomp bin/hdfed bin/hdfls bin/hdfpack bin/hdftopal bin/hdftor8 bin/hdfunpac bin/hdp bin/jpeg2hdf bin/ncdump bin/ncgen bin/paltohdf bin/r8tohdf bin/ristosds bin/vcompat bin/vmake bin/vshow include/atom.h include/bitvect.h include/cdeflate.h include/cnbit.h include/cnone.h include/crle.h include/cskphuff.h include/df.h include/dfan.h include/dfconvrt.h include/dffunc.inc include/dfgr.h include/dfi.h include/dfivms.h include/dfrig.h include/dfsd.h include/dfstubs.h include/dfufp2i.h include/dir_mac.h include/dynarray.h include/glist.h include/hbitio.h include/hchunks.h include/hcomp.h include/hcompi.h include/hconv.h include/hdf.h include/hdf.inc include/hdf2netcdf.h include/hdfi.h include/herr.h include/hfile.h include/hkit.h include/hlimits.h include/hntdefs.h include/hproto.h include/hqueue.h include/htags.h include/linklist.h include/local_nc.h include/maldebug.h include/mcache.h include/mfan.h include/mfgr.h include/mfhdf.h include/mstdio.h include/netcdf.h include/netcdf.inc -include/patchlevel.h include/sys_dir_mac.h include/tbbt.h include/trace.h include/vattr.h include/vg.h include/vgint.h lib/libdf.a lib/libdf.so lib/libdf.so.1 lib/libmfhdf.a lib/libmfhdf.so lib/libmfhdf.so.2 Property changes on: head/science/hdf5-18/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property