svn commit: r563185 - branches/2021Q1/mail/dovecot/files

Dima Panov fluffy at FreeBSD.org
Fri Jan 29 09:31:22 UTC 2021


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


More information about the svn-ports-all mailing list