Date: Fri, 29 Jan 2021 09:31:21 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r563185 - branches/2021Q1/mail/dovecot/files Message-ID: <202101290931.10T9VLrk095180@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fluffy Date: Fri Jan 29 09:31:21 2021 New Revision: 563185 URL: https://svnweb.freebsd.org/changeset/ports/563185 Log: MFH: r563184 mail/dovecot: unbreak build with lua54 Reported by: poudriere failure Approved by: portmgr blanket (fix build) Modified: branches/2021Q1/mail/dovecot/files/patch-configure Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/mail/dovecot/files/patch-configure ============================================================================== --- branches/2021Q1/mail/dovecot/files/patch-configure Fri Jan 29 09:30:02 2021 (r563184) +++ branches/2021Q1/mail/dovecot/files/patch-configure Fri Jan 29 09:31:21 2021 (r563185) @@ -1,6 +1,15 @@ ---- configure.orig 2020-08-12 12:20:51 UTC +--- configure.orig 2020-12-22 13:27:02 UTC +++ configure -@@ -28901,13 +28901,13 @@ fi +@@ -26053,7 +26053,7 @@ fi + $as_echo "$with_lua" >&6; } + + if test "x$with_lua" != "xno"; then : +- for LUAPC in lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua; do ++ for LUAPC in lua5.4 lua-5.4 lua54 lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua; do + + pkg_failed=no + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LUA" >&5 +@@ -29355,13 +29355,13 @@ fi if test $want_stemmer != no; then
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101290931.10T9VLrk095180>