From owner-svn-ports-head@FreeBSD.ORG Sun Jun 8 17:42:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8BC3B9EC; Sun, 8 Jun 2014 17:42:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E57F297A; Sun, 8 Jun 2014 17:42:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s58Hge8Z016128; Sun, 8 Jun 2014 17:42:40 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s58HgeoN016126; Sun, 8 Jun 2014 17:42:40 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201406081742.s58HgeoN016126@svn.freebsd.org> From: Chris Rees Date: Sun, 8 Jun 2014 17:42:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357064 - in head/mail/sympa: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2014 17:42:40 -0000 Author: crees Date: Sun Jun 8 17:42:39 2014 New Revision: 357064 URL: http://svnweb.freebsd.org/changeset/ports/357064 QAT: https://qat.redports.org/buildarchive/r357064/ Log: Fix pkg-message PR: ports/190109 Submitted by: loic.blot@unix-experience.fr (based on) Modified: head/mail/sympa/Makefile head/mail/sympa/files/pkg-message.in Modified: head/mail/sympa/Makefile ============================================================================== --- head/mail/sympa/Makefile Sun Jun 8 17:16:28 2014 (r357063) +++ head/mail/sympa/Makefile Sun Jun 8 17:42:39 2014 (r357064) @@ -63,7 +63,7 @@ CONFIGURE_ARGS+=--bindir=${PREFIX}/libex CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN} MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip SUB_FILES= pkg-install pkg-message -SUB_LIST= DB_TYPE=${DB_TYPE:tl} +SUB_LIST= DB_TYPE=${DB_TYPE} PORTEXAMPLES= * USE_RC_SUBR= sympa @@ -114,7 +114,7 @@ DB_TYPE= oracle .elif ${PORT_OPTIONS:MPGSQL} SUB_LIST+= REQ_MYSQL="" REQ_PGSQL=postgresql RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg -DB_TYPE= pg +DB_TYPE= Pg .elif ${PORT_OPTIONS:MSYBASE} RUN_DEPENDS+= p5-DBD-Sybase>=0:${PORTSDIR}/databases/p5-DBD-Sybase DB_TYPE= sybase Modified: head/mail/sympa/files/pkg-message.in ============================================================================== --- head/mail/sympa/files/pkg-message.in Sun Jun 8 17:16:28 2014 (r357063) +++ head/mail/sympa/files/pkg-message.in Sun Jun 8 17:42:39 2014 (r357064) @@ -2,6 +2,10 @@ If this is your first installation of sy this file with your %%DB_TYPE%% database client: %%PREFIX%%/libexec/sympa/create_db.%%DB_TYPE%% +Before configuring sympa, you need to copy the samples: + cp /usr/local/etc/sympa.conf.sample /usr/local/etc/sympa.conf + cp /usr/local/etc/wwsympa.conf.sample /usr/local/etc/wwsympa.conf + To configure sympa interactively, please run: perl %%PREFIX%%/libexec/sympa/sympa_wizard.pl @@ -20,7 +24,10 @@ your Apache configuration file: %%FCGI%% %%FCGI%% SetHandler fastcgi-script %%FCGI%% - + + Allow from all + + Allow from all ScriptAlias /wws %%PREFIX%%/libexec/sympa/wwsympa-wrapper