svn commit: r563184 - head/mail/dovecot/files

Dima Panov fluffy at FreeBSD.org
Fri Jan 29 09:30:03 UTC 2021


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


More information about the svn-ports-head mailing list