File:  [cvs.NetBSD.org] / pkgsrc / mail / sqwebmail / patches / patch-ad
Revision 1.13: download - view: text, annotated - select for diffs
Mon Feb 12 21:47:02 2024 UTC (13 months, 1 week ago) by hans
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Update SqWebmail to 6.2.5

Changes since 5.5.3: Too many to list here (5.5.3 was released in 2011).
The full changelog can be found here:
https://sourceforge.net/p/courier/courier-libs.git/ci/b7f06ca767a6f7c03a9d24e49f659c3a23238c7a/tree/sqwebmail/ChangeLog

Note that the Maildir unicode format has changed in the 6.0 release. See
mail/courier-maildir/MESSAGE.UTF8 for details.

$NetBSD: patch-ad,v 1.13 2024/02/12 21:47:02 hans Exp $

--- libs/sqwebmail/Makefile.in.orig	2023-08-28 12:32:45.000000000 +0000
+++ libs/sqwebmail/Makefile.in
@@ -1420,7 +1420,7 @@ install-perms-local: install-perms-cache
 
 htmllibdir.h: config.status
 	echo '#define HTMLLIBDIR "@htmldir@"' >htmllibdir.h
-	echo '#define SENDITSH "$(scriptdir)/sendit.sh"' >>htmllibdir.h
+	echo '#define SENDITSH "$(sysconfdir)/sendit.sh"' >>htmllibdir.h
 	echo '#define CALENDARMODE "$(sysconfdir)/calendarmode"' >>htmllibdir.h
 	echo '#define LOGINDOMAINLIST "$(sysconfdir)/logindomainlist"' >>htmllibdir.h
 	echo '#define MAXMSGSIZE @MAXMSGSIZE@' >>htmllibdir.h
@@ -1428,7 +1428,7 @@ htmllibdir.h: config.status
 	echo '#define SOCKDIR "$(localstatedir)"' >>htmllibdir.h
 	echo '#define SHAREDINDEXFILE "$(sysconfdir)/shared/index"' >>htmllibdir.h
 	echo '#define SQWEBPASSWD "$(pkglibexecdir)/sqwebpasswd"' >>htmllibdir.h
-	if test -d $(srcdir)/../../courier \
+	if true || test -d $(srcdir)/../../courier \
 		; then \
 		echo '#define HOSTNAMEFILE "$(sysconfdir)/defaultdomain"' >>htmllibdir.h \
 		; echo '#define MAKEMIME "$(bindir)/makemime"' >>htmllibdir.h \
@@ -1469,9 +1469,6 @@ install-perms-cache:
 	@echo "@cachedir@ 700 @cacheowner@ bin" >>permissions.dat
 
 cache-reminder:
-	-$(mkinstalldirs) $(DESTDIR)@cachedir@
-	-$(mkinstalldirs) $(DESTDIR)$(piddir)
-	test -w /etc || exit 0; chown @cacheowner@ $(DESTDIR)@cachedir@
 	@rm -f cron.cmd
 	@echo '#! @SHELL@' >cron.cmd
 	@echo 'su -p -c "$(scriptdir)/cleancache.pl" @cacheowner@' >>cron.cmd

CVSweb <webmaster@jp.NetBSD.org>