svn commit: r361468 - in head/science/pnetcdf: . files

Steve Wills swills at freebsd.org
Thu Jul 10 21:16:15 UTC 2014


Hi,

Just FYI:

https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-default/657/logs/errors/pnetcdf-1.5.0.log
https://jenkins.freebsd.org/pci/head-i386/poudriere/data/headi386-default/657/logs/errors/pnetcdf-1.5.0.log

===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: bin/pnetcdf_version
Error: Orphaned: include/pnetcdf
Error: Orphaned: man/man1/pnetcdf_version.1.gz

Steve

On Thu, Jul 10, 2014 at 03:47:08PM +0000, Sunpoet Po-Chuan Hsieh wrote:
> Author: sunpoet
> Date: Thu Jul 10 15:47:08 2014
> New Revision: 361468
> URL: http://svnweb.freebsd.org/changeset/ports/361468
> QAT: https://qat.redports.org/buildarchive/r361468/
> 
> Log:
>   - Update to 1.5.0
>   
>   Changes:	http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.5.0
> 
> Deleted:
>   head/science/pnetcdf/files/patch-man-Makefile.in
>   head/science/pnetcdf/files/patch-src-lib-Makefile.in
>   head/science/pnetcdf/files/patch-src-libf-Makefile.in
>   head/science/pnetcdf/files/patch-src-libf90-Makefile.in
>   head/science/pnetcdf/files/patch-src-utils-ncmpidiff-Makefile.in
>   head/science/pnetcdf/files/patch-src-utils-ncmpidump-Makefile.in
>   head/science/pnetcdf/files/patch-src-utils-ncmpigen-Makefile.in
>   head/science/pnetcdf/files/patch-src-utils-ncmpivalid-Makefile.in
> Modified:
>   head/science/pnetcdf/Makefile
>   head/science/pnetcdf/distinfo
>   head/science/pnetcdf/files/patch-configure
> 
> Modified: head/science/pnetcdf/Makefile
> ==============================================================================
> --- head/science/pnetcdf/Makefile	Thu Jul 10 15:47:02 2014	(r361467)
> +++ head/science/pnetcdf/Makefile	Thu Jul 10 15:47:08 2014	(r361468)
> @@ -2,8 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	pnetcdf
> -PORTVERSION=	1.4.1
> -PORTREVISION=	2
> +PORTVERSION=	1.5.0
>  CATEGORIES=	science parallel
>  MASTER_SITES=	http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/ \
>  		LOCAL/sunpoet
> @@ -20,10 +19,12 @@ OPTIONS_DEFAULT=OPENMPI
>  CONFLICTS=	hdf-4.*
>  
>  CFLAGS+=	-fPIC -DPIC
> +LDFLAGS+=	-L${LOCALBASE}/lib
>  CONFIGURE_ENV=	M4FLAGS=""
>  GNU_CONFIGURE=	yes
>  MAKE_JOBS_UNSAFE=	yes
> -USES=		fortran gmake tar:bzip2
> +USE_PERL5=	build
> +USES=		fortran gmake perl5 tar:bzip2
>  
>  PORTDOCS=	COPYRIGHT INSTALL README
>  
> @@ -32,6 +33,9 @@ MPICH2_LIB_DEPENDS=	libmpich.so:${PORTSD
>  OPENMPI_CONFIGURE_ON=	--with-mpi=${LOCALBASE}/mpi/openmpi
>  OPENMPI_LIB_DEPENDS=	libmpi.so:${PORTSDIR}/net/openmpi
>  
> +post-patch:
> +	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e '/$$(INSTALL.*$$(...DIR)/ s|$$(...DIR)|$$(DESTDIR)&|'
> +
>  post-install:
>  	${MKDIR} ${STAGEDIR}${DOCSDIR}/
>  	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
> 
> Modified: head/science/pnetcdf/distinfo
> ==============================================================================
> --- head/science/pnetcdf/distinfo	Thu Jul 10 15:47:02 2014	(r361467)
> +++ head/science/pnetcdf/distinfo	Thu Jul 10 15:47:08 2014	(r361468)
> @@ -1,2 +1,2 @@
> -SHA256 (parallel-netcdf-1.4.1.tar.bz2) = a79e8bfebde5baaa17470ff4425cbdcf99bd3cd265efdf3a8aedeca91c057463
> -SIZE (parallel-netcdf-1.4.1.tar.bz2) = 1622328
> +SHA256 (parallel-netcdf-1.5.0.tar.bz2) = 40707af60e7bee2aec201c5b69661a41f17b787c6586cb5106144d4661d85889
> +SIZE (parallel-netcdf-1.5.0.tar.bz2) = 1690326
> 
> Modified: head/science/pnetcdf/files/patch-configure
> ==============================================================================
> --- head/science/pnetcdf/files/patch-configure	Thu Jul 10 15:47:02 2014	(r361467)
> +++ head/science/pnetcdf/files/patch-configure	Thu Jul 10 15:47:08 2014	(r361468)
> @@ -1,29 +1,25 @@
> ---- configure.orig	2013-12-24 06:35:50.000000000 +0800
> -+++ configure	2014-03-09 22:42:45.285478789 +0800
> -@@ -2886,10 +2886,11 @@
> - ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
> +--- configure.orig	2014-07-08 13:52:45.000000000 +0800
> ++++ configure	2014-07-10 22:03:29.519306770 +0800
> +@@ -2902,18 +2902,13 @@
>   
> + CONFIGURE_ARGS_CLEAN=`echo $* | tr '"' ' '`
>   
> +-saved_IFS=${IFS}
> +-IFS=. read PNETCDF_VERSION_MAJOR PNETCDF_VERSION_MINOR PNETCDF_VERSION_SUB PNETCDF_VERSION_PRE <<< "$PACKAGE_VERSION"
> +-IFS=${saved_IFS}
>  +PNETCDF_VERSION_MAJOR=`echo ${PACKAGE_VERSION} | cut -d. -f1`
>  +PNETCDF_VERSION_MINOR=`echo ${PACKAGE_VERSION} | cut -d. -f2`
>  +PNETCDF_VERSION_SUB=`echo ${PACKAGE_VERSION} | cut -d. -f3`
>  +PNETCDF_VERSION_PRE=`echo ${PACKAGE_VERSION} | cut -d. -f4`
>   
> --saved_IFS=${IFS}
> --IFS=. read PNETCDF_VERSION_MAJOR PNETCDF_VERSION_MINOR PNETCDF_VERSION_SUB PNETCDF_VERSION_PRE <<< "$PACKAGE_VERSION"
> --IFS=${saved_IFS}
> - 
> - PNETCDF_VERSION="${PNETCDF_VERSION_MAJOR}.${PNETCDF_VERSION_MINOR}"
> - if test x${PNETCDF_VERSION_SUB} != x ; then
> -@@ -2899,11 +2900,6 @@
> -    fi
> - fi
> + PNETCDF_VERSION=${PACKAGE_VERSION}
>   
> --SVN_DATE="$LastChangedDate: 2013-12-23 16:32:11 -0600 (Mon, 23 Dec 2013) $"
> +-SVN_DATE="$LastChangedDate: 2014-07-08 00:50:59 -0500 (Tue, 08 Jul 2014) $"
>  -saved_IFS=${IFS}
>  -IFS="\ " read t_key PNETCDF_RELEASE_DATE2 t_time t_zone t_string <<< ${SVN_DATE}
>  -IFS="() $," read t_day PNETCDF_RELEASE_DATE <<< $t_string
>  -IFS=${saved_IFS}
> - 
> +-
>   _DEBUG=no
>   
> + 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140710/1d1e3a88/attachment.sig>


More information about the svn-ports-head mailing list