1 NAME: ejabberd 2 VERSION: 2.0.5 3 DESCRIPTION: XMPP Instand Message Server 4 LICENSE: GPLv2 5 PACKAGE: SUNWejabberdr SUNWejabberdu 6 PROJECT_URL: http://www.ejabberd.im/ 7 SOURCE_DOWNLOAD: http://www.process-one.net/downloads/ejabberd/2.0.5/ejabberd-2.0.5.tar.gz 8 SUPPORT: Community 9 BUGTRAQ: solaris/utility/ejabberd 10 OSR: 8475 11 COMMENTS: ejabberd configure script and makefiles assume Linux 12 and GNU tools and are rather hard coded. The code 13 contains three patches: 14 15 configure.patch 16 - /usr/bin/tail on Solaris doesn't support "-n" option. 17 18 Makefile.in.patch 19 - introduced INSTALL variable (the original code assumes 20 GNU install and doesn't work with /usr/bin/install on 21 Solaris) 22 - added new dir variables (sbindir, libdir, sysconfdir, 23 and localstatedir) to support custom installation 24 - modified sed command to do more processing of 25 ejabberdctl.template to support custom installation 26 27 ejabberdctl.template.patch 28 - changed sh to ksh (sh on Solaris doesn't support 29 string operation) 30 - added new dir variables (libdir, sysconfdir, 31 and localstatedir) to support custom installation 32 - set HOME to ${localstatedir}/ejabberd to make sure 33 it is writable 34 - note that this patch should be generated with "diff -U 1", 35 otherwise it would contain a line in original file 36 which has SCCS keywords and will cause issue when 37 checking in the patch 38