From owner-freebsd-ports@freebsd.org Sat Mar 5 17:09:49 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C88CCA137B9 for ; Sat, 5 Mar 2016 17:09:49 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10]) (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 8EBE0CF9; Sat, 5 Mar 2016 17:09:49 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from yggdrasil.alkumuna.eu (unknown [IPv6:2a01:e35:8a74:6e70:232:36ff:fe5c:3a87]) by smtp1-g21.free.fr (Postfix) with ESMTPS id 799AD94022D; Sat, 5 Mar 2016 18:06:43 +0100 (CET) Received: from freedom.alkumuna.eu ([IPv6:2a01:e35:8a74:6e70:62a4:4cff:fe54:b212]) (authenticated bits=0) by yggdrasil.alkumuna.eu (8.15.2/8.15.2) with ESMTPSA id u25H9d8R091501 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Sat, 5 Mar 2016 18:09:45 +0100 (CET) (envelope-from mazhe@alkumuna.eu) Date: Sat, 5 Mar 2016 18:09:35 +0100 From: Matthieu Volat To: ashish@FreeBSD.org (Ashish SHUKLA) Cc: ports-list freebsd Subject: Re: [CFT] net-im/ejabberd to 16.01 Message-ID: <20160305180935.1eff68ff@freedom.alkumuna.eu> In-Reply-To: <86d1rfehpi.fsf@chateau.d.if> References: <86h9gs26l0.fsf@chateau.d.if> <20160228193353.0b62c06b@freedom.alkumuna.eu> <864mcs1g9p.fsf@chateau.d.if> <86d1rfehpi.fsf@chateau.d.if> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.2) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/I5j5_Ec1eLs=bjV+F4+bmp+"; protocol="application/pgp-signature" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2016 17:09:49 -0000 --Sig_/I5j5_Ec1eLs=bjV+F4+bmp+ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 29 Feb 2016 19:34:09 +0530 ashish@FreeBSD.org (Ashish SHUKLA) wrote: > On Mon, 29 Feb 2016 14:37:22 +0100, Matthieu Volat sa= id: >=20 >=20 > [...] >=20 >=20 > | Hmm, I'll be a bit overwhelmed until thursday, I'll check that... >=20 > Thanks, and I appreciate it. >=20 > [...] >=20 > | Thanks, there was another blocking issue for me yesterday, which is the= ejabberdctl is now in bash. >=20 > | If possible, I'd like to make a patch to (optionally) revert to pure sh= , as I find it a bit sad to go full bash only to read a few parameters... >=20 > | I'll keep you informed >=20 > Thanks in advance, if you could provide the patch. For now, I have update= d the > diff to include dependency on bash, which I apparently missed before :/ >=20 > New diff: >=20 > https://people.freebsd.org/~ashish/diffs/ejabberd-16.01-01.diff > sha256 sum: ec71fdd19c752b22271ce6e3f899b966b0017f05fa13532d1decf18478e41= b6e >=20 Ok, back on business! My issue with the non-applied patchs is that those were not creates in the = files subdir in ejabberd, but in a ejabberd/files subdir. Regarding the pam module installation, it seems to be installed in : /usr/local/lib/erlang/lib/ejabberd-16.01/lib/p1_pam-1.0.0/priv/bin/epam But ejabberd at start will fail with : 2016-03-05 17:52:49.297 [error] <0.394.0> Can't open file "/usr/local/lib/erlang/lib/ejabberd-16.01/lib/erlang/lib/ejabberd-16.01/pri= v/bin/epam": enoent So I guess it's not installed in the right place? Then, regarding the bash issue, I made some progress, but I still need to t= est it a bit more to be sure it do not introduce new bugs (it's not much, b= ut I have to see if the kinda simple shell escaping function equivalent I p= ut is enough). --=20 Matthieu Volat --Sig_/I5j5_Ec1eLs=bjV+F4+bmp+ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlbbEs8ACgkQ+ENDeYKZi36BSQCfaNJDk/8oY3/cdRD+q2u2TVMP JegAn2XRo/Hqo/Yjd3NMe2MCiC3PHqMY =Mk+H -----END PGP SIGNATURE----- --Sig_/I5j5_Ec1eLs=bjV+F4+bmp+--