aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-07-18 17:52:17 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-07-18 17:52:17 +0000
commitcca38187021054241895c496d2c7af6de5b9332d (patch)
tree18f9f9def3aeae3de21541468825d3abb3ea126e /mail
parent6f67bb048eecd3cd6c874955fb33e54c292037a7 (diff)
downloadports-cca38187021054241895c496d2c7af6de5b9332d.tar.gz
ports-cca38187021054241895c496d2c7af6de5b9332d.zip
Fix usage with postfix's postalias, also update pkg-message.
PR: 220833 Submitted by: mat and maintainer MFH: 2017Q3 Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=446152
Diffstat (limited to 'mail')
-rw-r--r--mail/sympa/Makefile5
-rw-r--r--mail/sympa/files/pkg-message.in23
2 files changed, 15 insertions, 13 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile
index ed40a9c8efce..8b0e478d9c1d 100644
--- a/mail/sympa/Makefile
+++ b/mail/sympa/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sympa
PORTVERSION= 6.2.16
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.sympa.org/distribution/ \
http://www.sympa.org/distribution/old/
@@ -79,7 +79,8 @@ CONFIGURE_ARGS+=--bindir=${PREFIX}/bin \
--with-cgidir=${PREFIX}/libexec/${PORTNAME} \
--without-smrshdir
-CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN}
+CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN} \
+ ac_cv_path_POSTALIAS=${LOCALBASE}/sbin/postalias
MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip
SUB_FILES= pkg-install pkg-message apache.sample nginx.sample fcgi.sample
SUB_LIST= DB_TYPE=${DB_TYPE} PERL=${PERL} WRKSRC=${WRKSRC} BINDIR=${STAGEDIR}${PREFIX}
diff --git a/mail/sympa/files/pkg-message.in b/mail/sympa/files/pkg-message.in
index 952c6c30a790..0f61ce3a4d0e 100644
--- a/mail/sympa/files/pkg-message.in
+++ b/mail/sympa/files/pkg-message.in
@@ -1,13 +1,14 @@
-If you upgrade from <6.2, read
-https://www.sympa.org/faq/upgrade-to-v6.2
-
-Else upgrade with:
- run sympa.pl --upgrade
-
-If this is your first installation of sympa, run
- create database with this schema:
- %%LOCALBASE%%/libexec/sympa/create_db.%%DB_TYPE%%
- run sympa_wizard.pl
- for wwsympa server, see samples configs in %%EXAMPLESDIR%%
+If you upgrade:
+ * from <6.2, read
+ read https://www.sympa.org/faq/upgrade-to-v6.2
+ * else, run
+ # sympa.pl --upgrade
+
+First install:
+ * run # sympa_wizard.pl
+ * create database with # sympa.pl --health_check
+ Sybase: see https://www.sympa.org/manual_6.2/database
+
+for wwsympa server, see samples configs in %%EXAMPLESDIR%%