Re: [CVS] OpenPKG: openpkg-src/fetchmail/ rc.fetchmail

2007-12-06 Thread Torsten Homeyer
Christoph Schug wrote:

 Do you think this is portable enough? I'm not sure whether all
 implementations of sed correctly implement POSIX character classes.

Hi Christoph,

I have to admit that I just copied Ralph's solution, but I'm happy with
his answer ;-)

-tho

-- 
Torsten Homeyer  [EMAIL PROTECTED]
 http://www.homeyert.net

No I don't want to comment. I think you guys are confusing
everything quite nicely all by yourselves.
M. Vaughan in the Triumph mailinglist.
__
OpenPKG http://openpkg.org
Developer Communication List   openpkg-dev@openpkg.org


Re: [CVS] OpenPKG: openpkg-src/imapd/ imapd.spec

2007-12-06 Thread Gunnar Wrobel
Kolab Konsortium via Gunnar Wrobel [EMAIL PROTECTED] writes:

   OpenPKG CVS Repository
   http://cvs.openpkg.org/
   

   Server: cvs.openpkg.org  Name:   Kolab Konsortium via 
 Gunnar Wro$
   Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
   Module: openpkg-src  Date:   06-Dec-2007 07:47:40
   Branch: HEAD Handle: 2007120606473900

   Modified files:
 openpkg-src/imapd   imapd.spec

   Log:
 Reverted 1.182 - 1.183 because imapd suddenly links to the bdb lib
 outside of the OpenPKG environment.

   Summary:
 RevisionChanges Path
 1.186   +11 -1  openpkg-src/imapd/imapd.spec
   

   patch -p0 '@@ .'
   Index: openpkg-src/imapd/imapd.spec
   
   $ cvs diff -u -r1.185 -r1.186 imapd.spec
   --- openpkg-src/imapd/imapd.spec30 Nov 2007 10:50:15 -  1.185
   +++ openpkg-src/imapd/imapd.spec6 Dec 2007 06:47:39 -   1.186
   @@ -33,7 +33,7 @@
Group:Mail
License:  BSD
Version:  2.3.10
   -Release:  20071130
   +Release:  20071206

#   package options
%option   with_fsl   yes
   @@ -162,6 +162,14 @@
#   make sure config2header rebuilds imapopts based on imapoptions
rm -f lib/imapopts.h lib/imapopts.c /dev/null 21 || true

   +#   fix Berkeley-DB detection
   +%{l_shtool} subst\
   +-e 's;-L/usr/local/lib;;g' \
   +-e 's;-I/usr/local/include;;g' \
   +-e 's;db-4\.[0-9];db;g' \
   +-e 's;-l\$dbname;%{l_prefix}/lib/lib$dbname.a;g' \
   +configure
   +
#   ensure correct linking of Berkeley-DB in perl bindings
loclibs=
case %{l_platform -t} in
   @@ -249,6 +257,8 @@
--with-lib-subdir=%{l_prefix}/lib \
--with-openssl=%{l_prefix} \
--with-bdb=%{l_prefix} \
   +--with-bdb-incdir=%{l_prefix}/include \
   +--with-bdb-libdir=%{l_prefix}/lib \
--with-sasl=%{l_prefix} \
--with-staticsasl=%{l_prefix} \
--with-com_err \
   @@ .
 __
 OpenPKG http://openpkg.org
 CVS Repository Commit List [EMAIL PROTECTED]

Cyrus IMAPd did link to the bdb instance outside of the OpenPKG
environment in the release we are currently building.

We observed the same for the sasl:

root# ldd /kolabrelease/sbin/saslauthd
libcrypt.so.1 = /lib/libcrypt.so.1 (0xb7fb)
libresolv.so.2 = /lib/libresolv.so.2 (0xb7f9e000)
libdb-4.3.so = /usr/lib/libdb-4.3.so (0xb7ead000)
libnsl.so.1 = /lib/libnsl.so.1 (0xb7e97000)
libc.so.6 = /lib/libc.so.6 (0xb7d78000)
/lib/ld-linux.so.2 (0xb7fe6000)

I tried copying the stanza from imapd.spec to sasl.spec but that
didn't work.

For the Kolab release this problem does not matter but we thought we
should mention it. 

Cheers,

Gunnar

-- 
__ http://kdab.com ___ http://kolab-konsortium.com _

[EMAIL PROTECTED] Kolab work is funded in part by KDAB and the Kolab Konsortium

 http://www.pardus.de _ http://gunnarwrobel.de _
E-mail : [EMAIL PROTECTED] Dr. Gunnar Wrobel
Tel.   : +49 40 432 72335   Bundesstrasse 29
Fax: +49 40 432 70855D-20146 Hamburg

Mail at ease - Rent a kolab groupware server at [EMAIL PROTECTED]   
   

__
OpenPKG http://openpkg.org
Developer Communication List   openpkg-dev@openpkg.org


Re: [CVS] OpenPKG: openpkg-src/imapd/ imapd.spec

2007-12-06 Thread Ralf S. Engelschall
On Thu, Dec 06, 2007, Gunnar Wrobel wrote:

 [...]
 Cyrus IMAPd did link to the bdb instance outside of the OpenPKG
 environment in the release we are currently building.

 We observed the same for the sasl:

 root# ldd /kolabrelease/sbin/saslauthd
 libcrypt.so.1 = /lib/libcrypt.so.1 (0xb7fb)
 libresolv.so.2 = /lib/libresolv.so.2 (0xb7f9e000)
 libdb-4.3.so = /usr/lib/libdb-4.3.so (0xb7ead000)
 libnsl.so.1 = /lib/libnsl.so.1 (0xb7e97000)
 libc.so.6 = /lib/libc.so.6 (0xb7d78000)
 /lib/ld-linux.so.2 (0xb7fe6000)

 I tried copying the stanza from imapd.spec to sasl.spec but that
 didn't work.

 For the Kolab release this problem does not matter but we thought we
 should mention it.

I've tried to fix it now. Just retry with latest sasl package...

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com

__
OpenPKG http://openpkg.org
Developer Communication List   openpkg-dev@openpkg.org