[Kolab-devel] [issue1010] new build-mechanism for the kolab-resource-handlers module

Marcus Hüwe suse-tux at gmx.de
Wed Nov 30 16:25:14 CET 2005


I saw that there were some other fixes for the kolab-resouce-handlers
module today. But it seems that this doesn't brake the patch (luckily):

marcus at linux:~/test/server/kolab-resource-handlers/kolab-resource-handlers>
patch -p0
< /home/marcus/server/kolab-resource-handlers/kolab-resource-handlers.patch
patching file ./bootstrap 
patching file ./ChangeLog
patching file ./configure.ac patching 
patching file ./freebusy/freebusy.php.in
patching file ./freebusy/pfb.php.in
patching file ./kolab-resource-handlers.spec.in
patching file ./Makefile.am
patching file ./resmgr/kolabfilter.php.in
patching file ./resmgr/kolabmailboxfilter.php.in
patching file ./resmgr/resmgr.conf.in
marcus at linux:~/test/server/kolab-resource-handlers/kolab-resource-handlers>


Marcus


On Tue, 29 Nov 2005 21:17:29 +0000
Marcus Hüwe <kolab-issues at intevation.de> wrote:

> 
> 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>
> ________________________________________________




More information about the devel mailing list