Date: Wed, 9 Jan 2019 12:26:22 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489771 - in head/math/reduce: . files Message-ID: <201901091226.x09CQMVd007398@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Jan 9 12:26:22 2019 New Revision: 489771 URL: https://svnweb.freebsd.org/changeset/ports/489771 Log: math/reduce: update to 20181123 PR: 234764 Submitted by: pfg (maintainer) Modified: head/math/reduce/Makefile (contents, props changed) head/math/reduce/distinfo (contents, props changed) head/math/reduce/files/patch-csl_fox_configure.ac (contents, props changed) Modified: head/math/reduce/Makefile ============================================================================== --- head/math/reduce/Makefile Wed Jan 9 12:22:03 2019 (r489770) +++ head/math/reduce/Makefile Wed Jan 9 12:26:22 2019 (r489771) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= reduce -PORTVERSION= 20180117 -PORTREVISION= 2 +PORTVERSION= 20181123 CATEGORIES= math lang MASTER_SITES= SF/${PORTNAME}-algebra/${SFSUBDIR}/ -DISTNAME= Reduce-svn4372-src +DISTNAME= Reduce-svn4829-src MAINTAINER= pfg@FreeBSD.org COMMENT= REDUCE Codemist Standard Lisp general-purpose computer system @@ -17,16 +16,16 @@ BROKEN_aarch64= fails to install: Reduce-svn4372-src/ BROKEN_armv6= fails to compile: redfront.h:118:12: conflicting types for '__wcwidth' BROKEN_powerpc64= fails to compile: arith01.cpp: 'statuc' does not name a type -RUN_DEPENDS= gnuplot:math/gnuplot +BUILD_DEPENDS= gnuplot:math/gnuplot -LIB_DEPENDS+= libpng.so:graphics/png \ +LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff -MAKE_JOBS_UNSAFE= yes +USES= autoreconf:build libtool gmake ncurses jpeg +USE_XORG= x11 xext xorgproto xft -SFSUBDIR= snapshot_2018-01-17 +SFSUBDIR= snapshot_2018-11-23 -USES= autoreconf:build libtool gmake ncurses TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} CPPFLAGS+= -I${NCURSESINC} @@ -34,8 +33,8 @@ CPPFLAGS+= -I${NCURSESINC} HAS_CONFIGURE= yes ALL_TARGET= -USE_XORG= x11 xext xorgproto xft -USES+= jpeg +MAKE_JOBS_UNSAFE= yes + CONFIGURE_ARGS= --with-csl CPPFLAGS+= `freetype-config --cflags` LDFLAGS+= `freetype-config --libs` Modified: head/math/reduce/distinfo ============================================================================== --- head/math/reduce/distinfo Wed Jan 9 12:22:03 2019 (r489770) +++ head/math/reduce/distinfo Wed Jan 9 12:26:22 2019 (r489771) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518056272 -SHA256 (Reduce-svn4372-src.tar.gz) = d4b8bbaf6d9108942d16b9c5bb9de6d3d5b8e8e5ad4116d4b7b8b1000c7f95a5 -SIZE (Reduce-svn4372-src.tar.gz) = 252484539 +TIMESTAMP = 1543274757 +SHA256 (Reduce-svn4829-src.tar.gz) = 9787f31ef1ec23988f4c551388c6ffffe5b97ca290de6eed1c12dff1737763c8 +SIZE (Reduce-svn4829-src.tar.gz) = 261842669 Modified: head/math/reduce/files/patch-csl_fox_configure.ac ============================================================================== --- head/math/reduce/files/patch-csl_fox_configure.ac Wed Jan 9 12:22:03 2019 (r489770) +++ head/math/reduce/files/patch-csl_fox_configure.ac Wed Jan 9 12:26:22 2019 (r489771) @@ -1,6 +1,6 @@ ---- csl/fox/configure.ac.orig 2017-02-27 17:32:49.915004000 -0500 -+++ csl/fox/configure.ac 2017-02-27 17:35:58.712250000 -0500 -@@ -160,7 +160,7 @@ if test "x$enable_release" = "xyes" && t +--- csl/fox/configure.ac.orig 2018-06-17 19:20:00 UTC ++++ csl/fox/configure.ac +@@ -166,7 +166,7 @@ if test "x$enable_release" = "xyes" && test "x$enable_ CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -fstrict-aliasing" ;; *)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901091226.x09CQMVd007398>