Date: Fri, 23 Feb 2018 15:21:21 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462703 - head/math/reduce Message-ID: <201802231521.w1NFLL9q090606@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pfg (src committer) Date: Fri Feb 23 15:21:20 2018 New Revision: 462703 URL: https://svnweb.freebsd.org/changeset/ports/462703 Log: math/reduce: update to latest snapshot and cleanup. Pet portint: no functional change. PR: 224234 Approved by: pi (implicit) Modified: head/math/reduce/Makefile Modified: head/math/reduce/Makefile ============================================================================== --- head/math/reduce/Makefile Fri Feb 23 15:11:36 2018 (r462702) +++ head/math/reduce/Makefile Fri Feb 23 15:21:20 2018 (r462703) @@ -14,24 +14,25 @@ LICENSE= BSD2CLAUSE BROKEN_powerpc64= fails to compile: arith01.cpp: 'statuc' does not name a type +RUN_DEPENDS= gnuplot:math/gnuplot + +LIB_DEPENDS+= libpng.so:graphics/png \ + libtiff.so:graphics/tiff + +MAKE_JOBS_UNSAFE= yes + +SFSUBDIR= snapshot_2018-01-17 + USES= autoreconf:build libtool gmake ncurses TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} CONFIGURE_ARGS= --build=${TARGET_SDIR} WRKSRC= ${WRKDIR}/${DISTNAME} CPPFLAGS+= -I${NCURSESINC} -SFSUBDIR= snapshot_2018-01-17 - # Avoid GNU_CONFIGURE as it breaks staging HAS_CONFIGURE= yes ALL_TARGET= -MAKE_JOBS_UNSAFE= yes - -RUN_DEPENDS= gnuplot:math/gnuplot - -LIB_DEPENDS+= libpng.so:graphics/png \ - libtiff.so:graphics/tiff USE_XORG= x11 xext xproto xft USES+= jpeg CONFIGURE_ARGS= --with-csl @@ -54,7 +55,6 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${FONTDIR} (cd ${REDUCE_BINS}/csl/reduce.fonts && ${COPYTREE_SHARE} . \ ${STAGEDIR}${DATADIR}/reduce.fonts) - ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/manual/manual.pdf\ ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802231521.w1NFLL9q090606>