From owner-svn-ports-all@freebsd.org Fri Feb 23 15:21:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81A81F2A41A; Fri, 23 Feb 2018 15:21:21 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 37E1285E66; Fri, 23 Feb 2018 15:21:21 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 32DB518360; Fri, 23 Feb 2018 15:21:21 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1NFLLxa090607; Fri, 23 Feb 2018 15:21:21 GMT (envelope-from pfg@FreeBSD.org) Received: (from pfg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1NFLL9q090606; Fri, 23 Feb 2018 15:21:21 GMT (envelope-from pfg@FreeBSD.org) Message-Id: <201802231521.w1NFLL9q090606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pfg set sender to pfg@FreeBSD.org using -f From: "Pedro F. Giffuni" Date: Fri, 23 Feb 2018 15:21:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462703 - head/math/reduce X-SVN-Group: ports-head X-SVN-Commit-Author: pfg X-SVN-Commit-Paths: head/math/reduce X-SVN-Commit-Revision: 462703 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Feb 2018 15:21:21 -0000 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}