Index: head/net/openmpi/Makefile =================================================================== --- head/net/openmpi/Makefile (revision 217727) +++ head/net/openmpi/Makefile (revision 217728) @@ -1,95 +1,95 @@ # Ports collection makefile for: openmpi # Date created: August 22, 2005 # Whom: Brooks Davis # # $FreeBSD$ # # TODO: # - etc/*.sample support PORTNAME= openmpi -DISTVERSION= 1.2.5 +DISTVERSION= 1.2.6 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.2/downloads/ MAINTAINER= brooks@FreeBSD.org COMMENT= A High Performance Message Passing Library LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo USE_BZIP2= yes HAS_CONFIGURE= yes USE_GMAKE= yes MPIBASE?= mpi MPIDIR?= ${MPIBASE}/${UNIQUENAME} PLIST_SUB+= MPIBASE=${MPIBASE} PLIST_SUB+= MPIDIR=${MPIDIR} CONFIGURE_ARGS+= --prefix=${PREFIX}/${MPIDIR} \ --mandir=${PREFIX}/${MPIDIR}/man \ ${CONFIGURE_TARGET} USE_LDCONFIG= ${PREFIX}/${MPIDIR}/lib \ ${PREFIX}/${MPIDIR}/lib/openmpi MANPREFIX= ${PREFIX}/${MPIDIR} .include "${.CURDIR}/Makefile.man" .include USE_FORTRAN= yes CONFIGURE_ENV+= F77=${F77} FC=${FC} .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif .if exists(${LOCALBASE}/lib/libtorque.so) WITH_TORQUE= yes .endif .if defined(WITH_TORQUE) LIB_DEPENDS+= torque.0:${PORTSDIR}/sysutils/torque CONFIGURE_ARGS+= --with-tm=${LOCALBASE} PLIST_SUB+= TORQUE="" .else PLIST_SUB+= TORQUE="@comment " .endif post-install: cd ${WRKSRC}/ompi/mpi && make install-man ####################################################################### # The following targets are for the port maintainer. Use at your own # # risk, no user-serviceable parts inside. # # # # XXX: we should generate MLINKS programaticaly, but it would take # # some effort and there's only one entry at this time. # ####################################################################### build-plist: Makefile ${RM} ${PLIST} ${FIND} ${PREFIX}/${MPIDIR} -name man -prune -o -type f -print | \ ${SED} -e 's|${PREFIX}/${MPIDIR}|%%MPIDIR%%|' | \ ${SORT} >> ${PLIST} ${FIND} ${PREFIX}/${MPIDIR} -name man -prune -o -type l -print | \ ${SED} -e 's|${PREFIX}/${MPIDIR}|%%MPIDIR%%|' | \ ${SORT} >> ${PLIST} ${FIND} ${PREFIX}/${MPIDIR} -type d | \ egrep -v "${PREFIX}/${MPIDIR}$$" | \ ${SED} -e 's|${PREFIX}/${MPIDIR}|@dirrm %%MPIDIR%%|' | \ ${SORT} -r >> ${PLIST} ${ECHO} "@dirrmtry %%MPIDIR%%" \ >> ${PLIST} ${ECHO} "@dirrmtry %%MPIBASE%%" \ >> ${PLIST} @echo "# Do not edit! Auto-generated file." > ${.CURDIR}/Makefile.man @echo "# See build-plist target in Makefile." >> ${.CURDIR}/Makefile.man @echo "#" >> ${.CURDIR}/Makefile.man @echo "MLINKS=mpic++.1 mpiCC.1" >> ${.CURDIR}/Makefile.man ${FIND} ${PREFIX}/${MPIDIR}/man -type f | \ ${SED} -e 's|.*man\([0-9LN]\)/\(.*\)|MAN\1+=\2|' -e 's/\.gz$$//' \ >> ${.CURDIR}/Makefile.man .include Property changes on: head/net/openmpi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/net/openmpi/distinfo =================================================================== --- head/net/openmpi/distinfo (revision 217727) +++ head/net/openmpi/distinfo (revision 217728) @@ -1,3 +1,3 @@ -MD5 (openmpi-1.2.5.tar.bz2) = c6e82aab6cdcd425bf29217e8317d7dc -SHA256 (openmpi-1.2.5.tar.bz2) = 3c3aed872c17165131c77bd7a12fe8aec776cb23da946b7d12840db93ab79322 -SIZE (openmpi-1.2.5.tar.bz2) = 3554443 +MD5 (openmpi-1.2.6.tar.bz2) = f126793b68e71f5ec4a192c40675af2d +SHA256 (openmpi-1.2.6.tar.bz2) = e5b27af5a153a257b1562a97bbf7164629161033934558cefd8e1e644a9f73d3 +SIZE (openmpi-1.2.6.tar.bz2) = 3556676 Property changes on: head/net/openmpi/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property