From 12264aff0819e4e49ab4690c70c01e64c9c496f8 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 10 Nov 2023 02:31:22 +0100 Subject: mail/mailman: fix empty group/user name regression in 2.1.39_2 ...and drop files/patch-configure-in, which is no longer needed; neither is autoreconf needed to be reinstated. We can cheat the test -z "$VAR" inside the MM_FIND_{GROUP,USER}... configure[.in] macros by putting the proper contents into the proper environment variables. To fix the regression in... PR: 274991 Reported by: leres@ --- mail/mailman/files/patch-configure-in | 67 ----------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 mail/mailman/files/patch-configure-in (limited to 'mail/mailman/files/patch-configure-in') diff --git a/mail/mailman/files/patch-configure-in b/mail/mailman/files/patch-configure-in deleted file mode 100644 index e17c6752e558..000000000000 --- a/mail/mailman/files/patch-configure-in +++ /dev/null @@ -1,67 +0,0 @@ -Mailman tests for existence of users during configure -- unfortunately -this creates a problem; we create the users just before install. - -We remove the testing part. - ---- configure.in.bak 2010-09-20 19:18:27.000000000 +0100 -+++ configure.in 2011-06-14 20:20:29.209438957 +0100 -@@ -311,28 +311,7 @@ - # $2 == user id to check for - AC_SUBST($1) - changequote(,) --if test -z "$$1" --then -- cat > conftest.py < conftest.py <