File:  [cvs.NetBSD.org] / pkgsrc / mail / sqwebmail / patches / patch-am
Revision 1.5: 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-am,v 1.5 2024/02/12 21:47:02 hans Exp $

--- libs/pcp/configure.orig	2023-04-24 15:19:05.000000000 +0000
+++ libs/pcp/configure
@@ -16978,8 +16978,9 @@ LIBS="$saveLIBS"
 echo $NETLIBS >pcp.libs
 
 
-scriptdir="$datadir/sqwebmail"
-SENDIT="$scriptdir/sendit.sh"
+scriptdir="$prefix"
+# sendit.sh can be customized, so we call it from $(sysconfdir).
+SENDIT="$sysconfdir/sendit.sh"
 
 
 

CVSweb <webmaster@jp.NetBSD.org>