Date: Wed, 20 Jan 2021 11:29:58 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562128 - head/net-im/telegram-cli/files Message-ID: <202101201129.10KBTw6e016124@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fluffy Date: Wed Jan 20 11:29:58 2021 New Revision: 562128 URL: https://svnweb.freebsd.org/changeset/ports/562128 Log: net-im/telegram-cli: unbreak build with lua53+ Approved by: portmgr blanket (fix build) Added: head/net-im/telegram-cli/files/ head/net-im/telegram-cli/files/patch-configure (contents, props changed) Added: head/net-im/telegram-cli/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/telegram-cli/files/patch-configure Wed Jan 20 11:29:58 2021 (r562128) @@ -0,0 +1,11 @@ +--- configure.orig 2020-01-06 10:43:44 UTC ++++ configure +@@ -5442,7 +5442,7 @@ $as_echo "enabled" >&6; } + + + if test "x$LUA" = 'x'; then : +- for ac_prog in lua lua5.2 lua52 lua5.1 lua51 lua50 ++ for ac_prog in lua lua5.4 lua54 lua5.3 lua53 lua5.2 lua52 lua5.1 lua51 + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101201129.10KBTw6e016124>