diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-01-09 12:26:22 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-01-09 12:26:22 +0000 |
commit | 5fbd5eee0902398b6d2adc195ec4a388ce0b3cc0 (patch) | |
tree | 65fc44a60bd7c4c36ffc5a96dbb1cac3f4b6d9be /math/reduce | |
parent | www/squid: update to 4.5 (diff) |
math/reduce: update to 20181123
PR: 234764
Submitted by: pfg (maintainer)
Notes
Notes:
svn path=/head/; revision=489771
Diffstat (limited to 'math/reduce')
-rw-r--r-- | math/reduce/Makefile | 19 | ||||
-rw-r--r-- | math/reduce/distinfo | 6 | ||||
-rw-r--r-- | math/reduce/files/patch-csl_fox_configure.ac | 6 |
3 files changed, 15 insertions, 16 deletions
diff --git a/math/reduce/Makefile b/math/reduce/Makefile index 466d62c6ac2d..041f74d3ad96 100644 --- a/math/reduce/Makefile +++ b/math/reduce/Makefile @@ -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/cslbuild/aarch64-unknown-f 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` diff --git a/math/reduce/distinfo b/math/reduce/distinfo index df0d32d28f94..d367f8c37fb9 100644 --- a/math/reduce/distinfo +++ b/math/reduce/distinfo @@ -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 diff --git a/math/reduce/files/patch-csl_fox_configure.ac b/math/reduce/files/patch-csl_fox_configure.ac index 79d9c9094803..2c6366098827 100644 --- a/math/reduce/files/patch-csl_fox_configure.ac +++ b/math/reduce/files/patch-csl_fox_configure.ac @@ -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" ;; *) |