diff options
author | mat <mat@FreeBSD.org> | 2017-07-19 01:52:17 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-07-19 01:52:17 +0800 |
commit | fd232d61fc1791efe1990d17798e0699fd826449 (patch) | |
tree | 18f9f9def3aeae3de21541468825d3abb3ea126e /mail/sympa | |
parent | 6fea660736fb3e7a94e2fcb66e67fcecefc19a9e (diff) | |
download | freebsd-ports-gnome-fd232d61fc1791efe1990d17798e0699fd826449.tar.gz freebsd-ports-gnome-fd232d61fc1791efe1990d17798e0699fd826449.tar.zst freebsd-ports-gnome-fd232d61fc1791efe1990d17798e0699fd826449.zip |
Fix usage with postfix's postalias, also update pkg-message.
PR: 220833
Submitted by: mat and maintainer
MFH: 2017Q3
Sponsored by: Absolight
Diffstat (limited to 'mail/sympa')
-rw-r--r-- | mail/sympa/Makefile | 5 | ||||
-rw-r--r-- | mail/sympa/files/pkg-message.in | 23 |
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%% |