| Summary: | [UPDATE] net-im/ejabberd: update to 2.1.6 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | R.Mahmatkhanov <cvs-src> | ||||
| Component: | Individual Port(s) | Assignee: | Ashish SHUKLA <ashish> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
R.Mahmatkhanov
2011-05-06 20:20:12 UTC
Responsible Changed From-To: freebsd-ports-bugs->ashish Over to maintainer (via the GNATS Auto Assign Tool) Hi Ruslan, I've prepared a diff[1] myself for 2.1.6 (which also includes PAM support contributed by lstewart@ ), but have problems building it (and lang/erlang) on 9.x jail (running on 8.x kernel). I see you prepared it on a 9.x host, do you mind testing a merged diff (your changes and mine) on 9.x host. I'll do the merge and upload it later today. References: [1] http://people.freebsd.org/~ashish/diffs/ejabberd-2.1.6.diff Thanks -- Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 freebsd.org!ashish | http://people.freebsd.org/~ashish/ Avoid Success At All Costs !! Hi Ashish, 07.05.2011 00:39, Ashish SHUKLA пиÑеÑ: > Hi Ruslan, > > I've prepared a diff[1] myself for 2.1.6 (which also includes PAM support > contributed by lstewart@ ), but have problems building it (and lang/erlang) on > 9.x jail (running on 8.x kernel). > > I see you prepared it on a 9.x host, do you mind testing a merged diff (your > changes and mine) on 9.x host. It builds and runs fine for me (i had tried it both with ODBC and PAM options). Buildlog is here: http://pastebin.com/UP0VGurY It seems like some tinderbox trouble. I saw build failure on portsmon for net/erlyvideo on -current also, but can't reproduce it on a real system. > > I'll do the merge and upload it later today. > > References: > [1] http://people.freebsd.org/~ashish/diffs/ejabberd-2.1.6.diff > > Thanks -- Regards, Ruslan Ruslan Mahmatkhanov writes: > Hi Ashish, > 07.05.2011 00:39, Ashish SHUKLA пиÑеÑ: >> Hi Ruslan, >> >> I've prepared a diff[1] myself for 2.1.6 (which also includes PAM support >> contributed by lstewart@ ), but have problems building it (and lang/erlang) on >> 9.x jail (running on 8.x kernel). >> >> I see you prepared it on a 9.x host, do you mind testing a merged diff (your >> changes and mine) on 9.x host. > It builds and runs fine for me (i had tried it both > with ODBC and PAM options). Buildlog is here: > http://pastebin.com/UP0VGurY > It seems like some tinderbox trouble. I saw build failure > on portsmon for net/erlyvideo on -current also, but can't > reproduce it on a real system. Thank you very much for confirming. -- Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 freebsd.org!ashish | http://people.freebsd.org/~ashish/ Avoid Success At All Costs !! ashish 2011-05-10 16:44:25 UTC
FreeBSD ports repository
Modified files:
net-im/ejabberd Makefile distinfo pkg-deinstall pkg-plist
net-im/ejabberd/files pkg-install.in
Added files:
net-im/ejabberd/files pam_ejabberd
Log:
- Update to 2.1.6
- Cleanup pkg-plist
- Switch to USERS/GROUPS knobs instead of manual creating
- Remove support for unsupported FreeBSD versions
- Add PAM support[1]
PR: ports/156850
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>, lstewart[1] (via private email)
Revision Changes Path
1.43 +22 -9 ports/net-im/ejabberd/Makefile
1.19 +2 -2 ports/net-im/ejabberd/distinfo
1.1 +6 -0 ports/net-im/ejabberd/files/pam_ejabberd (new)
1.2 +3 -27 ports/net-im/ejabberd/files/pkg-install.in
1.3 +0 -14 ports/net-im/ejabberd/pkg-deinstall
1.19 +30 -18 ports/net-im/ejabberd/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks! |