[CFT] net-im/ejabberd to 16.01

Ashish SHUKLA ashish at FreeBSD.org
Mon Feb 29 01:01:29 UTC 2016


On Sun, 28 Feb 2016 19:33:53 +0100, Matthieu Volat <mazhe at alkumuna.eu> said:
| On Sun, 28 Feb 2016 21:02:59 +0530
| ashish at FreeBSD.org (Ashish SHUKLA) wrote:

[..]

| Thanks for your work,

Thank you for taking time to test the diff.

| On my 10.2/amd64 host, the build failed due to using <stdint.h> types without including it in :

|   /usr/ports/net-im/ejabberd/work/deps/p1_stringprep/c_src/stringprep.cpp

Following changeset from the diff file should fix this:

--8<---------------cut here---------------start------------->8---
diff -urN /usr/ports/net-im/ejabberd/files/patch-.._deps_p1__stringprep_c__src_stringprep.cpp ejabberd/files/patch-.._deps_p1__stringprep_c__src_stringprep.cpp
--- /usr/ports/net-im/ejabberd/files/patch-.._deps_p1__stringprep_c__src_stringprep.cpp	1970-01-01 05:30:00.000000000 +0530
+++ ejabberd/files/patch-.._deps_p1__stringprep_c__src_stringprep.cpp	2016-02-28 20:11:00.521409079 +0530
@@ -0,0 +1,10 @@
+--- ../deps/p1_stringprep/c_src/stringprep.cpp.orig
++++ ../deps/p1_stringprep/c_src/stringprep.cpp
+@@ -19,6 +19,7 @@
+  */
+ 
+ #include <string.h>
++#include <libutil.h>
+ #include <erl_nif.h>
+ 
+ #include "uni_data.c"
--8<---------------cut here---------------end--------------->8---

Are you sure, the diff was not properly applied. I tried the diff from the
URL, and applied on net-im/ejabberd and seems to have applied fine, and it
builds fine too, on 10.2-RELEASE/amd64

| And it seems the pam module is not installed, again?

| chmod: /usr/local/lib/erlang/lib/ejabberd-16.01/priv/bin/epam: No such file or directory
| chown: /usr/local/lib/erlang/lib/ejabberd-16.01/priv/bin/epam: No such
| file or directory

This is an oversight on my part. Sorry about this. I have updated the diff to
refer to the correct path.

https://people.freebsd.org/~ashish/diffs/ejabberd-16.01-01.diff
sha256 sum: 7dd1f02da1ccf035f58d857a710787bdc6080d2e2651ca1dd9d1a335a3cc57c8

If you could functionally test PAM support as well, that'll be great.

Thanks!
-- 
Ashish SHUKLA      | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
Sent from my Emacs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20160229/cdb2b926/attachment.sig>


More information about the freebsd-ports mailing list