Date: Wed, 6 Feb 2019 07:58:36 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492291 - head/math/form Message-ID: <201902060758.x167wax9083509@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Feb 6 07:58:35 2019 New Revision: 492291 URL: https://svnweb.freebsd.org/changeset/ports/492291 Log: Update to 4.2.1 Modified: head/math/form/Makefile head/math/form/distinfo (contents, props changed) Modified: head/math/form/Makefile ============================================================================== --- head/math/form/Makefile Wed Feb 6 07:46:22 2019 (r492290) +++ head/math/form/Makefile Wed Feb 6 07:58:35 2019 (r492291) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= form -PORTVERSION= 4.2.0 +PORTVERSION= 4.2.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= math MAINTAINER= ehaupt@FreeBSD.org @@ -17,6 +16,7 @@ LIB_DEPENDS= libgmp.so:math/gmp USES= autoreconf gmake localbase USE_GITHUB= yes + GNU_CONFIGURE= yes GH_ACCOUNT= vermaseren @@ -26,7 +26,8 @@ OPTIONS_SUB= yes CONFIGURE_ARGS+= --enable-scalar \ --enable-largefile \ - --with-api=posix + --with-api=posix \ + --disable-native MPICC?= ${LOCALBASE}/mpi/openmpi/bin/mpicc MPICXX?= ${LOCALBASE}/mpi/openmpi/bin/mpic++ @@ -39,6 +40,9 @@ OPENMPI_CONFIGURE_ENV+= MPICC="${MPICC}" MPICXX="${MPI OPENMPI_LIB_DEPENDS= libmpi.so:net/openmpi \ libgcc_s.so.1:lang/gcc5 + +post-patch: + @${REINPLACE_CMD} -e 's| -O3||' ${WRKSRC}/configure.ac post-build-DOXYGEN-on: (cd ${WRKSRC}/doc/manual; ${MAKE_CMD} html pdf) Modified: head/math/form/distinfo ============================================================================== --- head/math/form/distinfo Wed Feb 6 07:46:22 2019 (r492290) +++ head/math/form/distinfo Wed Feb 6 07:58:35 2019 (r492291) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501741738 -SHA256 (vermaseren-form-v4.2.0_GH0.tar.gz) = ccfc68ef1b0467695e4c67644bf740db57ae326fd00bb2e664aea6067796e192 -SIZE (vermaseren-form-v4.2.0_GH0.tar.gz) = 1234552 +TIMESTAMP = 1549437926 +SHA256 (vermaseren-form-v4.2.1_GH0.tar.gz) = 6f32c7470d00e8ab6934dc352f5a78e29290146a00e5775f8cd5fef7810bbbb8 +SIZE (vermaseren-form-v4.2.1_GH0.tar.gz) = 1275044
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902060758.x167wax9083509>