Date: Sat, 22 Aug 2020 20:45:26 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r545784 - in branches/2020Q3/science/hdf: . files Message-ID: <202008222045.07MKjQdf027704@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sat Aug 22 20:45:25 2020 New Revision: 545784 URL: https://svnweb.freebsd.org/changeset/ports/545784 Log: MFH: r545783 science/hdf: update to 4.2.15 to fix build on powerpc64 Newest version builds on powerpc64 just fine. Approved by: portmgr (fix build blanket) Deleted: branches/2020Q3/science/hdf/files/patch-hdf-examples-Makefile.in branches/2020Q3/science/hdf/files/patch-hdf-fortran-examples-Makefile.in branches/2020Q3/science/hdf/files/patch-mfhdf-examples-Makefile.in branches/2020Q3/science/hdf/files/patch-mfhdf-fortran-examples-Makefile.in Modified: branches/2020Q3/science/hdf/Makefile branches/2020Q3/science/hdf/distinfo branches/2020Q3/science/hdf/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/science/hdf/Makefile ============================================================================== --- branches/2020Q3/science/hdf/Makefile Sat Aug 22 20:43:44 2020 (r545783) +++ branches/2020Q3/science/hdf/Makefile Sat Aug 22 20:45:25 2020 (r545784) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= hdf -PORTVERSION= 4.2.11 -PORTREVISION= 8 +PORTVERSION= 4.2.15 PORTEPOCH= 1 CATEGORIES= science archivers graphics MASTER_SITES= http://www.hdfgroup.org/ftp/HDF/releases/HDF${PORTVERSION}/src/ \ @@ -14,13 +13,12 @@ COMMENT= Hierarchical Data Format library (from NCSA) LIB_DEPENDS= libsz.so:science/szip -BROKEN_powerpc64= Does not build: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'you' NOT_FOR_ARCHS= aarch64 armv6 armv7 NOT_FOR_ARCHS_REASON= fails to compile: no machine type has been defined CONFLICTS_INSTALL= netcdf-4.[0-9]* -USES= fortran jpeg libtool tar:bzip2 +USES= fortran jpeg libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-jpeg=${LOCALBASE} \ --with-szlib=${LOCALBASE} @@ -35,9 +33,6 @@ OPTIONS_DEFINE= EXAMPLES post-patch: @${REINPLACE_CMD} -e '/PROD_/ s|=.*|=""|' ${WRKSRC}/config/freebsd -# Allow to build on PowerPC - @${REINPLACE_CMD} -e '/if defined (__APPLE__)/ \ - s,),) || defined(__powerpc__),' ${WRKSRC}/hdf/src/hdfi.h @${REINPLACE_CMD} -e 's/ || (__APPLE__.*//' \ ${WRKSRC}/hdf/test/fortest.c Modified: branches/2020Q3/science/hdf/distinfo ============================================================================== --- branches/2020Q3/science/hdf/distinfo Sat Aug 22 20:43:44 2020 (r545783) +++ branches/2020Q3/science/hdf/distinfo Sat Aug 22 20:45:25 2020 (r545784) @@ -1,2 +1,3 @@ -SHA256 (hdf-4.2.11.tar.bz2) = bb0e900b8cc6bc89a5730abc97e654e7705e8e1fbc4e0d4477f417822428d99b -SIZE (hdf-4.2.11.tar.bz2) = 3173535 +TIMESTAMP = 1598126512 +SHA256 (hdf-4.2.15.tar.gz) = dbeeef525af7c2d01539906c28953f0fdab7dba603d1bc1ec4a5af60d002c459 +SIZE (hdf-4.2.15.tar.gz) = 4461869 Modified: branches/2020Q3/science/hdf/pkg-plist ============================================================================== --- branches/2020Q3/science/hdf/pkg-plist Sat Aug 22 20:43:44 2020 (r545783) +++ branches/2020Q3/science/hdf/pkg-plist Sat Aug 22 20:45:25 2020 (r545784) @@ -95,3 +95,93 @@ man/man1/hdfunpac.1.gz man/man1/ncdump.1.gz man/man1/ncgen.1.gz man/man3/gr_chunk.3.gz +%%DATADIR%%4_examples/README +%%DATADIR%%4_examples/c/AN_create_annotation.c +%%DATADIR%%4_examples/c/AN_get_annotation_info.c +%%DATADIR%%4_examples/c/AN_read_annotation.c +%%DATADIR%%4_examples/c/GR_create_and_write_image.c +%%DATADIR%%4_examples/c/GR_get_attribute.c +%%DATADIR%%4_examples/c/GR_image_info.c +%%DATADIR%%4_examples/c/GR_modify_image.c +%%DATADIR%%4_examples/c/GR_read_chunks.c +%%DATADIR%%4_examples/c/GR_read_image.c +%%DATADIR%%4_examples/c/GR_read_palette.c +%%DATADIR%%4_examples/c/GR_set_attribute.c +%%DATADIR%%4_examples/c/GR_write_chunks.c +%%DATADIR%%4_examples/c/GR_write_palette.c +%%DATADIR%%4_examples/c/SD_alter_sds_values.c +%%DATADIR%%4_examples/c/SD_chunking_example.c +%%DATADIR%%4_examples/c/SD_compress_sds.c +%%DATADIR%%4_examples/c/SD_create_sds.c +%%DATADIR%%4_examples/c/SD_dimscale_vs_sds.c +%%DATADIR%%4_examples/c/SD_find_sds_by_name.c +%%DATADIR%%4_examples/c/SD_get_attr.c +%%DATADIR%%4_examples/c/SD_get_info.c +%%DATADIR%%4_examples/c/SD_mv_sds_to_external.c +%%DATADIR%%4_examples/c/SD_read_from_sds.c +%%DATADIR%%4_examples/c/SD_read_subsets.c +%%DATADIR%%4_examples/c/SD_set_attr.c +%%DATADIR%%4_examples/c/SD_set_get_dim_info.c +%%DATADIR%%4_examples/c/SD_unlimited_sds.c +%%DATADIR%%4_examples/c/SD_write_slab.c +%%DATADIR%%4_examples/c/SD_write_to_sds.c +%%DATADIR%%4_examples/c/VD_create_onefield_vdatas.c +%%DATADIR%%4_examples/c/VD_create_vdatas.c +%%DATADIR%%4_examples/c/VD_get_vdata_info.c +%%DATADIR%%4_examples/c/VD_locate_vdata.c +%%DATADIR%%4_examples/c/VD_read_from_vdata.c +%%DATADIR%%4_examples/c/VD_read_mixed_vdata.c +%%DATADIR%%4_examples/c/VD_set_get_vdata_attr.c +%%DATADIR%%4_examples/c/VD_write_mixed_vdata.c +%%DATADIR%%4_examples/c/VD_write_mixed_vdata_struct.c +%%DATADIR%%4_examples/c/VD_write_to_vdata.c +%%DATADIR%%4_examples/c/VG_add_sds_to_vgroup.c +%%DATADIR%%4_examples/c/VG_create_vgroup.c +%%DATADIR%%4_examples/c/VG_get_vgroup_info.c +%%DATADIR%%4_examples/c/VG_insert_vdatas_to_vgroup.c +%%DATADIR%%4_examples/c/VG_set_get_vgroup_attr.c +%%DATADIR%%4_examples/c/VG_vgroup_contents.c +%%DATADIR%%4_examples/c/run-c-ex.sh +%%DATADIR%%4_examples/fortran/AN_create_annotation.f +%%DATADIR%%4_examples/fortran/AN_get_annotation_info.f +%%DATADIR%%4_examples/fortran/AN_read_annotation.f +%%DATADIR%%4_examples/fortran/GR_create_and_write_image.f +%%DATADIR%%4_examples/fortran/GR_get_attribute.f +%%DATADIR%%4_examples/fortran/GR_image_info.f +%%DATADIR%%4_examples/fortran/GR_modify_image.f +%%DATADIR%%4_examples/fortran/GR_read_image.f +%%DATADIR%%4_examples/fortran/GR_read_palette.f +%%DATADIR%%4_examples/fortran/GR_set_attribute.f +%%DATADIR%%4_examples/fortran/GR_write_palette.f +%%DATADIR%%4_examples/fortran/SD_alter_sds_values.f +%%DATADIR%%4_examples/fortran/SD_chunking_example.f +%%DATADIR%%4_examples/fortran/SD_compress_sds.f +%%DATADIR%%4_examples/fortran/SD_create_sds.f +%%DATADIR%%4_examples/fortran/SD_dimscale_vs_sds.f +%%DATADIR%%4_examples/fortran/SD_find_sds_by_name.f +%%DATADIR%%4_examples/fortran/SD_get_attr.f +%%DATADIR%%4_examples/fortran/SD_get_info.f +%%DATADIR%%4_examples/fortran/SD_mv_sds_to_external.f +%%DATADIR%%4_examples/fortran/SD_read_from_sds.f +%%DATADIR%%4_examples/fortran/SD_read_subsets.f +%%DATADIR%%4_examples/fortran/SD_set_attr.f +%%DATADIR%%4_examples/fortran/SD_set_get_dim_info.f +%%DATADIR%%4_examples/fortran/SD_unlimited_sds.f +%%DATADIR%%4_examples/fortran/SD_write_slab.f +%%DATADIR%%4_examples/fortran/SD_write_to_sds.f +%%DATADIR%%4_examples/fortran/VD_create_onefield_vdatas.f +%%DATADIR%%4_examples/fortran/VD_create_vdatas.f +%%DATADIR%%4_examples/fortran/VD_get_vdata_info.f +%%DATADIR%%4_examples/fortran/VD_locate_vdata.f +%%DATADIR%%4_examples/fortran/VD_read_from_vdata.f +%%DATADIR%%4_examples/fortran/VD_read_mixed_vdata.f +%%DATADIR%%4_examples/fortran/VD_write_mixed_vdata.f +%%DATADIR%%4_examples/fortran/VD_write_to_vdata.f +%%DATADIR%%4_examples/fortran/VG_add_sds_to_vgroup.f +%%DATADIR%%4_examples/fortran/VG_create_vgroup.f +%%DATADIR%%4_examples/fortran/VG_get_vgroup_info.f +%%DATADIR%%4_examples/fortran/VG_insert_vdatas_to_vgroup.f +%%DATADIR%%4_examples/fortran/VG_set_get_vgroup_attr.f +%%DATADIR%%4_examples/fortran/VG_vgroup_contents.f +%%DATADIR%%4_examples/fortran/run-fortran-ex.sh +%%DATADIR%%4_examples/run-all-ex.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008222045.07MKjQdf027704>