apl: update to 1.8.

This commit is contained in:
Leah Neukirchen 2019-06-23 19:08:04 +02:00
parent b9a65e93cf
commit 494f5e479c
2 changed files with 6 additions and 15 deletions

View file

@ -1,11 +0,0 @@
--- src/Symbol.cc.orig 2018-01-10 18:59:55.390738393 +0100
+++ src/Symbol.cc 2018-01-10 19:03:58.169098358 +0100
@@ -885,7 +885,7 @@ const bool can_set = (vs.name_class == N
(vs.name_class == NC_OPERATOR) ||
(vs.name_class == NC_UNUSED_USER_NAME);
- Assert(nc == NC_FUNCTION || NC_OPERATOR || NC_UNUSED_USER_NAME);
+ Assert(nc == NC_FUNCTION || nc == NC_OPERATOR || nc == NC_UNUSED_USER_NAME);
if (!can_set) DEFN_ERROR;
vs.sym_val.function = fun;

View file

@ -1,15 +1,17 @@
# Template file for 'apl'
pkgname=apl
version=1.7
revision=4
version=1.8
revision=1
build_style=gnu-configure
makedepends="ncurses-devel sqlite-devel"
hostmakedepends="pkg-config"
makedepends="fftw-devel gtk+3-devel libxcb-devel ncurses-devel pcre2-devel
sqlite-devel"
short_desc="GNU interpreter for APL (A Programming Language)"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3"
homepage="http://www.gnu.org/software/apl"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=8ff6e28256d7a3cdfa9dc6025e3905312310b27a43645ef5d617fd4a5b43b81f
checksum=144f4c858a0d430ce8f28be90a35920dd8e0951e56976cb80b55053fa0d8bbcb
CXXFLAGS="-Wno-format-truncation -Wno-class-memaccess -Wno-restrict"