pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/sqwebmail sqwebmail's sendit.sh is meant to be th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e2238046a57
branches: trunk
changeset: 490821:0e2238046a57
user: jlam <jlam%pkgsrc.org@localhost>
date: Mon Mar 21 00:13:10 2005 +0000
description:
sqwebmail's sendit.sh is meant to be the equivalent of "sendmail -t" in
that it reads in a complete mail message from stdin. Fix the example
sendit.sh to invoke "sendmail -oi -t" to allow sending messages from
sqwebmail to work in a default install. Bump the PKGREVISION to 1.
diffstat:
mail/sqwebmail/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 178a7c278f5c -r 0e2238046a57 mail/sqwebmail/Makefile
--- a/mail/sqwebmail/Makefile Sun Mar 20 21:47:35 2005 +0000
+++ b/mail/sqwebmail/Makefile Mon Mar 21 00:13:10 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2005/02/18 22:12:56 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2005/03/21 00:13:10 jlam Exp $
DISTNAME= sqwebmail-5.0.0
PKGBASE= ${DISTNAME:C/-[^-]*$//}
+PKGREVISION= 1
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
EXTRACT_SUFX= .tar.bz2
@@ -54,7 +55,7 @@
CONFIGURE_ARGS+= --with-cacheowner=${ROOT_USER}
CONFIGURE_ARGS+= --with-calendardir=${SQWEBMAIL_CALENDARDIR}
CONFIGURE_ARGS+= --with-ispell="${LOCALBASE}/bin/ispell"
-CONFIGURE_ARGS+= --with-mailer=${SENDMAIL}
+CONFIGURE_ARGS+= --with-mailer="${SENDMAIL} -oi -t"
CONFIGURE_ARGS+= --with-mailgroup=${COURIER_GROUP}
CONFIGURE_ARGS+= --with-piddir=${VARBASE}/run
Home |
Main Index |
Thread Index |
Old Index