From 43f872965bf9edea6ba5da7b9714320c17835208 Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Tue, 24 Jan 2023 17:33:50 +0900 Subject: [PATCH] asymptote: Bump to 2.84 --- packages/asymptote/build.sh | 6 +++--- packages/asymptote/configure.patch | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/asymptote/build.sh b/packages/asymptote/build.sh index d8470bb919..cf4d112756 100644 --- a/packages/asymptote/build.sh +++ b/packages/asymptote/build.sh @@ -2,13 +2,13 @@ TERMUX_PKG_HOMEPAGE=https://asymptote.sourceforge.io/ TERMUX_PKG_DESCRIPTION="A powerful descriptive vector graphics language for technical drawing" TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=(2.83) +TERMUX_PKG_VERSION=(2.84) TERMUX_PKG_VERSION+=(0.9.9.8) TERMUX_PKG_SRCURL=(https://downloads.sourceforge.net/asymptote/asymptote-${TERMUX_PKG_VERSION}.src.tgz https://github.com/g-truc/glm/archive/${TERMUX_PKG_VERSION[1]}.tar.gz) -TERMUX_PKG_SHA256=(fe3ca71f49e59e68633887c41613c08abd82a749fcac30353970ac7081b388a3 +TERMUX_PKG_SHA256=(6765702d04b8121ca4e49f4b0d23244e623c904981f3588bc4210f0d696dccdb 7d508ab72cb5d43227a3711420f06ff99b0a0cb63ee2f93631b162bfe1fe9592) -TERMUX_PKG_DEPENDS="libc++, libtirpc, zlib" +TERMUX_PKG_DEPENDS="fftw, libc++, libtirpc, zlib" TERMUX_PKG_BUILD_DEPENDS="ncurses-static, readline-static" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" diff --git a/packages/asymptote/configure.patch b/packages/asymptote/configure.patch index 8ecb1b0e0c..07dd174ad9 100644 --- a/packages/asymptote/configure.patch +++ b/packages/asymptote/configure.patch @@ -1,9 +1,9 @@ --- a/configure +++ b/configure @@ -5911,7 +5911,7 @@ - if eval \${$as_ac_File+:} false; then : - $as_echo_n "(cached) " >&6 - else + then : + printf %s "(cached) " >&6 + else $as_nop - test "$cross_compiling" = yes && + false && as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5 @@ -24,6 +24,6 @@ -if test "x$GCDIR" != "x" ; then +if false; then - as_ac_File=`$as_echo "ac_cv_file_$GCDIR.tar.gz" | $as_tr_sh` - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $GCDIR.tar.gz" >&5 - $as_echo_n "checking for $GCDIR.tar.gz... " >&6; } + as_ac_File=`printf "%s\n" "ac_cv_file_$GCDIR.tar.gz" | $as_tr_sh` + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $GCDIR.tar.gz" >&5 + printf %s "checking for $GCDIR.tar.gz... " >&6; }