Index: head/math/form/Makefile =================================================================== --- head/math/form/Makefile (revision 564579) +++ head/math/form/Makefile (revision 564580) @@ -1,56 +1,52 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= form PORTVERSION= 4.2.1 PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math MAINTAINER= ehaupt@FreeBSD.org COMMENT= Symbolic Manipulation System LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgmp.so:math/gmp USES= autoreconf gmake localbase USE_GITHUB= yes GNU_CONFIGURE= yes GH_ACCOUNT= vermaseren OPTIONS_DEFINE= DOXYGEN OPENMPI OPTIONS_SUB= yes CONFIGURE_ARGS+= --enable-scalar \ --enable-largefile \ --with-api=posix \ --disable-native MPICC?= ${LOCALBASE}/mpi/openmpi/bin/mpicc MPICXX?= ${LOCALBASE}/mpi/openmpi/bin/mpic++ -DOXYGEN_BROKEN= fails to build DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen OPENMPI_CONFIGURE_ENABLE= parform OPENMPI_CONFIGURE_ENV+= MPICC="${MPICC}" MPICXX="${MPICXX}" OPENMPI_LIB_DEPENDS= libmpi.so:net/openmpi \ libgcc_s.so.1:lang/gcc9 - -post-patch: - @${REINPLACE_CMD} -e 's| -O3||' ${WRKSRC}/configure.ac post-build-DOXYGEN-on: (cd ${WRKSRC}/doc/manual; ${MAKE_CMD} html pdf) post-install-DOXYGEN-on: (cd ${WRKSRC}/doc/manual && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) ${INSTALL_DATA} ${WRKSRC}/doc/manual/manual.pdf ${STAGEDIR}${DOCSDIR} .include Index: head/math/form/files/patch-configure.ac =================================================================== --- head/math/form/files/patch-configure.ac (nonexistent) +++ head/math/form/files/patch-configure.ac (revision 564580) @@ -0,0 +1,22 @@ +--- configure.ac.orig 2018-11-21 06:20:16 UTC ++++ configure.ac +@@ -22,8 +22,8 @@ m4_define([FORM_VERSION], m4_esyscmd_s([ + echo "$major_version.$minor_version" >.version + echo "#define REPO_MAJOR_VERSION $major_version" >sources/version.h.in + echo "#define REPO_MINOR_VERSION $minor_version" >>sources/version.h.in +- echo '\\def\\repomajorversion'"{$major_version}" >doc/manual/version.tex.in +- echo '\\def\\repominorversion'"{$minor_version}" >>doc/manual/version.tex.in ++ echo "\\def\\repomajorversion{$major_version}" >doc/manual/version.tex.in ++ echo "\\def\\repominorversion{$minor_version}" >>doc/manual/version.tex.in + cp doc/manual/version.tex.in doc/devref/version.tex.in + fi + cat <&2 +@@ -742,7 +742,7 @@ my_test_COMPILEFLAGS=${COMPILEFLAGS+set} + if test "$my_test_COMPILEFLAGS" != set; then + if test "x$vendor" = xgnu; then + # We don't use -pedantic option because of horrible warnings. +- COMPILEFLAGS="-Wall -Wextra -Wpadded -O3" ++ COMPILEFLAGS="-Wall -Wextra -Wpadded" + if test "x$enable_profile" != xgprof; then + # -pg conflicts with -fomit-frame-pointer. + COMPILEFLAGS="$COMPILEFLAGS -fomit-frame-pointer" Property changes on: head/math/form/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property