Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2021 09:30:02 +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: r563184 - head/mail/dovecot/files
Message-ID:  <202101290930.10T9U20c093576@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Fri Jan 29 09:30:02 2021
New Revision: 563184
URL: https://svnweb.freebsd.org/changeset/ports/563184

Log:
  mail/dovecot: unbreak build with lua54
  
  Reported by:	poudriere failure
  Approved by:	portmgr blanket (fix build)
  MFH:		2021Q1

Modified:
  head/mail/dovecot/files/patch-configure

Modified: head/mail/dovecot/files/patch-configure
==============================================================================
--- head/mail/dovecot/files/patch-configure	Fri Jan 29 09:24:18 2021	(r563183)
+++ head/mail/dovecot/files/patch-configure	Fri Jan 29 09:30:02 2021	(r563184)
@@ -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?202101290930.10T9U20c093576>