math/reduce{-psl}: Update to version 2021-04-13

Approved by:	thierry (mentor, implicit)
This commit is contained in:
Pedro F. Giffuni 2021-05-28 20:23:31 -05:00
parent 8ffcda2e8b
commit 03cd6812ff
7 changed files with 28 additions and 41 deletions

View file

@ -1,11 +1,11 @@
# Created by: Pedro Giffuni
PORTNAME= reduce
PORTVERSION= 20200301
PORTVERSION= 20210413
CATEGORIES= math lang
MASTER_SITES= SF/reduce-algebra/${SFSUBDIR}/
PKGNAMESUFFIX= -psl
DISTNAME= Reduce-svn5286-src
DISTNAME= Reduce-svn5758-src
MAINTAINER= pfg@FreeBSD.org
COMMENT= Portable Standard Lisp REDUCE general-purpose algebra system
@ -16,7 +16,7 @@ ONLY_FOR_ARCHS= amd64 i386
USES= autoreconf:build libtool gmake ncurses
SFSUBDIR= snapshot_2020-03-01
SFSUBDIR= snapshot_2021-04-13
TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
CPPFLAGS+= -I${NCURSESINC}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1586557062
SHA256 (Reduce-svn5286-src.tar.gz) = 3aed62df79367bd7f9bf26ddb231be232d38bbdf9663c14039f6d3d39d8351df
SIZE (Reduce-svn5286-src.tar.gz) = 274656188
TIMESTAMP = 1621631874
SHA256 (Reduce-svn5758-src.tar.gz) = 6ded1bf655d91650199487e430f399f4af06116312df71e902d7e78471808d35
SIZE (Reduce-svn5758-src.tar.gz) = 269915692

View file

@ -26,7 +26,6 @@ man/man1/redpsl.1.gz
%%DATADIR%%/psl/binding.b
%%DATADIR%%/psl/bpsl
%%DATADIR%%/psl/break.b
%%DATADIR%%/red/brsltnt_bmap.b
%%DATADIR%%/psl/build.b
%%DATADIR%%/psl/c-template.b
%%DATADIR%%/psl/carcdr.b
@ -93,7 +92,6 @@ man/man1/redpsl.1.gz
%%DATADIR%%/psl/hash-decls.b
%%DATADIR%%/psl/hcons.b
%%DATADIR%%/psl/helferlein.b
%%DATADIR%%/red/heugcd.b
%%DATADIR%%/psl/ieee-decls.b
%%DATADIR%%/psl/if-system.b
%%DATADIR%%/psl/if.b
@ -279,6 +277,7 @@ man/man1/redpsl.1.gz
%%DATADIR%%/red/bounds.b
%%DATADIR%%/red/bquote.b
%%DATADIR%%/red/breduce.b
%%DATADIR%%/red/brsltnt_bmap.b
%%DATADIR%%/red/buchbg.b
%%DATADIR%%/red/cali.b
%%DATADIR%%/red/calimat.b
@ -297,6 +296,7 @@ man/man1/redpsl.1.gz
%%DATADIR%%/red/cde_totalder.b
%%DATADIR%%/red/cde_varcalc.b
%%DATADIR%%/red/cde_vectorfield.b
%%DATADIR%%/red/cde_weaklynl.b
%%DATADIR%%/red/cdiff.b
%%DATADIR%%/red/cdiffx.b
%%DATADIR%%/red/cedit.b
@ -332,6 +332,7 @@ man/man1/redpsl.1.gz
%%DATADIR%%/red/codpri.b
%%DATADIR%%/red/codstr.b
%%DATADIR%%/red/coeff.b
%%DATADIR%%/red/coeff2.b
%%DATADIR%%/red/coeffts.b
%%DATADIR%%/red/cofactor.b
%%DATADIR%%/red/comfac.b
@ -565,6 +566,7 @@ man/man1/redpsl.1.gz
%%DATADIR%%/red/hdiff.b
%%DATADIR%%/red/helpasst.b
%%DATADIR%%/red/hephys.b
%%DATADIR%%/red/heugcd.b
%%DATADIR%%/red/hf.b
%%DATADIR%%/red/hggroeb.b
%%DATADIR%%/red/hgrsolve.b
@ -902,11 +904,13 @@ man/man1/redpsl.1.gz
%%DATADIR%%/red/rlami.b
%%DATADIR%%/red/rlblackbox.b
%%DATADIR%%/red/rlblackboxes.b
%%DATADIR%%/red/rlbuiltin.b
%%DATADIR%%/red/rlcont.b
%%DATADIR%%/red/rlfi.b
%%DATADIR%%/red/rlhelp.b
%%DATADIR%%/red/rlisp.b
%%DATADIR%%/red/rlisp88.b
%%DATADIR%%/red/rljson.b
%%DATADIR%%/red/rlprint.b
%%DATADIR%%/red/rlprovide.b
%%DATADIR%%/red/rlservice.b
@ -954,8 +958,10 @@ man/man1/redpsl.1.gz
%%DATADIR%%/red/sfpolys.b
%%DATADIR%%/red/sfpsi.b
%%DATADIR%%/red/sfsums.b
%%DATADIR%%/red/sftheta.b
%%DATADIR%%/red/sfto.b
%%DATADIR%%/red/sftoresultant.b
%%DATADIR%%/red/sfweier.b
%%DATADIR%%/red/showrule.b
%%DATADIR%%/red/simp.b
%%DATADIR%%/red/simp4.b

View file

@ -25,7 +25,6 @@ man/man1/redpsl.1.gz
%%DATADIR%%/psl/binding.b
%%DATADIR%%/psl/bpsl
%%DATADIR%%/psl/break.b
%%DATADIR%%/red/brsltnt_bmap.b
%%DATADIR%%/psl/build.b
%%DATADIR%%/psl/c-template.b
%%DATADIR%%/psl/carcdr.b
@ -91,7 +90,6 @@ man/man1/redpsl.1.gz
%%DATADIR%%/psl/hash-decls.b
%%DATADIR%%/psl/hcons.b
%%DATADIR%%/psl/helferlein.b
%%DATADIR%%/red/heugcd.b
%%DATADIR%%/psl/ieee-decls.b
%%DATADIR%%/psl/if-system.b
%%DATADIR%%/psl/if.b
@ -283,6 +281,7 @@ man/man1/redpsl.1.gz
%%DATADIR%%/red/bounds.b
%%DATADIR%%/red/bquote.b
%%DATADIR%%/red/breduce.b
%%DATADIR%%/red/brsltnt_bmap.b
%%DATADIR%%/red/buchbg.b
%%DATADIR%%/red/cali.b
%%DATADIR%%/red/calimat.b
@ -301,6 +300,7 @@ man/man1/redpsl.1.gz
%%DATADIR%%/red/cde_totalder.b
%%DATADIR%%/red/cde_varcalc.b
%%DATADIR%%/red/cde_vectorfield.b
%%DATADIR%%/red/cde_weaklynl.b
%%DATADIR%%/red/cdiff.b
%%DATADIR%%/red/cdiffx.b
%%DATADIR%%/red/cedit.b
@ -336,6 +336,7 @@ man/man1/redpsl.1.gz
%%DATADIR%%/red/codpri.b
%%DATADIR%%/red/codstr.b
%%DATADIR%%/red/coeff.b
%%DATADIR%%/red/coeff2.b
%%DATADIR%%/red/coeffts.b
%%DATADIR%%/red/cofactor.b
%%DATADIR%%/red/comfac.b
@ -569,6 +570,7 @@ man/man1/redpsl.1.gz
%%DATADIR%%/red/hdiff.b
%%DATADIR%%/red/helpasst.b
%%DATADIR%%/red/hephys.b
%%DATADIR%%/red/heugcd.b
%%DATADIR%%/red/hf.b
%%DATADIR%%/red/hggroeb.b
%%DATADIR%%/red/hgrsolve.b
@ -906,11 +908,13 @@ man/man1/redpsl.1.gz
%%DATADIR%%/red/rlami.b
%%DATADIR%%/red/rlblackbox.b
%%DATADIR%%/red/rlblackboxes.b
%%DATADIR%%/red/rlbuiltin.b
%%DATADIR%%/red/rlcont.b
%%DATADIR%%/red/rlfi.b
%%DATADIR%%/red/rlhelp.b
%%DATADIR%%/red/rlisp.b
%%DATADIR%%/red/rlisp88.b
%%DATADIR%%/red/rljson.b
%%DATADIR%%/red/rlprint.b
%%DATADIR%%/red/rlprovide.b
%%DATADIR%%/red/rlservice.b
@ -958,8 +962,10 @@ man/man1/redpsl.1.gz
%%DATADIR%%/red/sfpolys.b
%%DATADIR%%/red/sfpsi.b
%%DATADIR%%/red/sfsums.b
%%DATADIR%%/red/sftheta.b
%%DATADIR%%/red/sfto.b
%%DATADIR%%/red/sftoresultant.b
%%DATADIR%%/red/sfweier.b
%%DATADIR%%/red/showrule.b
%%DATADIR%%/red/simp.b
%%DATADIR%%/red/simp4.b

View file

@ -1,10 +1,10 @@
# Created by: Pedro Giffuni
PORTNAME= reduce
PORTVERSION= 20190413
PORTVERSION= 20210413
CATEGORIES= math lang
MASTER_SITES= SF/${PORTNAME}-algebra/${SFSUBDIR}/
DISTNAME= Reduce-svn4961-src
DISTNAME= Reduce-svn5758-src
MAINTAINER= pfg@FreeBSD.org
COMMENT= Codemist Standard Lisp REDUCE general-purpose computer system
@ -24,7 +24,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
USES= autoreconf:build libtool gmake ncurses jpeg xorg
USE_XORG= x11 xcursor xext xorgproto xft xrandr xrender
SFSUBDIR= snapshot_2019-04-13
SFSUBDIR= snapshot_2021-04-13
TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
CPPFLAGS+= -I${NCURSESINC}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1556572460
SHA256 (Reduce-svn4961-src.tar.gz) = adf721f5cba02b342b8259156ef6999ee93d334cb790147485b252a2ac1080c9
SIZE (Reduce-svn4961-src.tar.gz) = 271949781
TIMESTAMP = 1620082639
SHA256 (Reduce-svn5758-src.tar.gz) = 6ded1bf655d91650199487e430f399f4af06116312df71e902d7e78471808d35
SIZE (Reduce-svn5758-src.tar.gz) = 269915692

View file

@ -1,25 +0,0 @@
--- generic/newfront/redfront.h.orig 2018-06-17 19:20:00 UTC
+++ generic/newfront/redfront.h
@@ -114,8 +114,11 @@ typedef void (*sig_t)(int);
* version is different...
*/
#ifndef NATIVE_WINDOWS
+
#include "sys.h"
+#ifndef wcwidth
extern int wcwidth(wchar_t c);
+#endif
#include "chartype.h"
#endif
@@ -133,8 +133,8 @@ extern int wcwidth(wchar_t c);
#define HANDLE_T int
#endif
-HANDLE_T MeToReduce[2];
-HANDLE_T ReduceToMe[2];
+extern HANDLE_T MeToReduce[2];
+extern HANDLE_T ReduceToMe[2];
extern int redread(HANDLE_T h, void *buffer, int len);
extern int redwrite(HANDLE_T h, void *buffer, int len);
extern void redclose(HANDLE_T h);