[Kolab-devel] [issue1010] new build-mechanism for the kolab-resource-handlers module
Marcus Hüwe
kolab-issues at intevation.de
Tue Nov 29 22:17:29 CET 2005
New submission from Marcus Hüwe <suse-tux at gmx.de>:
The kolab-resource-handlers module is autoconfiscated now.
It would be nice if the patch can be committed to cvs (everything should work).
Howto apply the patch:
1. switch into the
server/kolab-resource-handlers/kolab-resource-handlers directory
2. copy some files (preferably on the server)
cp resmgr/kolabfilter.php resmgr/kolabfilter.php.in
cp resmgr/kolabmailboxfilter.php resmgr/kolabmailboxfilter.php.in
cp resmgr/resmgr.conf resmgr/resmgr.conf.in
cp freebusy/freebusy.php freebusy/freebusy.php.in
cp freebusy/pfb.php freebusy/pfb.php.in
3. make the new files known to cvs
cvs add resmgr/kolabfilter.php.in
cvs add resmgr/kolabmailboxfilter.php.in
cvs add resmgr/resmgr.conf.in
cvs add freebusy/freebusy.php.in
cvs add freebusy/pfb.php.in
cvs add bootstrap
cvs add ChangeLog
cvs add configure.ac
cvs add Makefile.am
cvs add kolab-resource-handlers.spec.in
4. apply the patch:
patch -p0 < /path/to/the/kolab-resource-handlers.patch
that's it.
howto install the new krh module:
1. switch into the
server/kolab-resource-handlers/kolab-resource-handlers directory
2. run the bootstrap script:
chmod +x
./bootstrap
3. run configure:
./configure --prefix=/kolab
4. run make:
make
5. install the whole stuff:
make install (or for a test: make DESTDIR=/path/to/your/testdir install)
----------
assignedto: steffen
files: kolab-resource-handlers.patch
messages: 5952
nosy: bernhard, martin, mhuewe, rbos, steffen
status: unread
title: new build-mechanism for the kolab-resource-handlers module
________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://intevation.de/roundup/kolab/issue1010>
________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kolab-resource-handlers.patch
Type: application/octet-stream
Size: 12403 bytes
Desc: not available
URL: <http://lists.kolab.org/pipermail/devel/attachments/20051129/2f9cd2af/attachment.obj>
More information about the devel
mailing list