svn commit: r492291 - head/math/form
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Feb 6 07:58:37 UTC 2019
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 at 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
More information about the svn-ports-head
mailing list