curl.spec patch

2010-02-07 Thread PLI
hi everyone, You will find here a small patch for the curl.spec file. 1) To build curl with the the rigth ssl depencies (ex zlib), i use pkg-config --libs openssl to populate LIBS. 2) i use the full path for %{l_prefix}/bin/pkg-config Thanks and regards PS: How can we upload diff ,

platform detection: lenny and release detection

2009-07-22 Thread PLI
hi, i'm building the bootstrap for debian/lenny 5.0 (release 2) result is openpkg-20071227-20071227.ix86-debian5.0.2-openpkg.sh os version, is debian5.0.2. I don't want to rebuild a bootstrap for each small release (release 3, release 4,...) and rebuild all my packages, for all ix86 and

Re: [CONTRIB] ACCEPT: tomcat.diff

2009-05-07 Thread PLI
Ralf S. Engelschall a écrit : On Wed, May 06, 2009, PLI wrote: This latest patch relocate log and temp directory to %{l_prefix}/var/tomcat Why symlinks instead of the previous reconfiguration? Previously, libexec/tomcat/logs was not a symlink. So when tomcat start, it generates lots

Re: [CONTRIB] ACCEPT: tomcat.diff

2009-05-06 Thread PLI
hi, This latest patch relocate log and temp directory to %{l_prefix}/var/tomcat regards OpenPKG Project Robot a écrit : The following OpenPKG Contribution Area operation occurred. uploaded DIFF file tomcat.diff accepted -- moved to contrib area. No action is required on your part.

Re: [CONTRIB] ACCEPT: apache-kerberos.diff

2008-12-18 Thread PLI
for further use I've uploaded a new apache-kerberos.diff, which upgrade apache-kerberos.spec and remove the patch. sorry for the noise;) Ralf S. Engelschall a écrit : On Wed, Dec 17, 2008, PLI wrote: [...] This patch remove the @REALM from the end of a user name when the user

Re: [CONTRIB] ACCEPT: subversion.diff

2008-12-17 Thread PLI
hi, OpenPKG Project Robot a écrit : The following OpenPKG Contribution Area operation occurred. uploaded DIFF file subversion.diff accepted -- moved to contrib area. No action is required on your part. __ OpenPKG

Re: [CONTRIB] ACCEPT: apache-kerberos.diff

2008-12-17 Thread PLI
hi, OpenPKG Project Robot a écrit : The following OpenPKG Contribution Area operation occurred. uploaded DIFF file apache-kerberos.diff accepted -- moved to contrib area. No action is required on your part. __ OpenPKG

Re: [CONTRIB] ACCEPT: subversion.diff

2008-12-13 Thread PLI
hi, When compiling subversion::with_apache, the module mod_dav_svn won't be loaded in apache. I have added the following lib libsvn_fs_util when building mod_dav_svn. Zlib (-lz) is needed in LIBS to make the build successfull thanks. OpenPKG Project Robot a écrit : The following OpenPKG

Re: [CONTRIB] ACCEPT: bind.diff

2008-11-27 Thread PLI
OpenPKG Project Robot a écrit : The following OpenPKG Contribution Area operation occurred. uploaded DIFF file bind.diff accepted -- moved to contrib area. No action is required on your part. __ OpenPKG

Re: [CONTRIB] ACCEPT: bind.diff

2008-11-26 Thread PLI
OpenPKG Project Robot a écrit : The following OpenPKG Contribution Area operation occurred. uploaded DIFF file bind.diff accepted -- moved to contrib area. No action is required on your part. __ OpenPKG

Re: [CONTRIB] ACCEPT: dhcpd.diff

2008-11-15 Thread PLI
ok, i understand This patch is maintain for dhcp 3 from the primary source http://home.ntelos.net/~masneyb/ the patch, is included in other linux distribution maintain ans maintaint separately http://packages.debian.org/lenny/dhcp3-server-ldap

Re: [CONTRIB] ACCEPT: perl-xml.diff

2008-11-08 Thread PLI
OpenPKG Project Robot a écrit : The following OpenPKG Contribution Area operation occurred. uploaded DIFF file perl-xml.diff accepted -- moved to contrib area. No action is required on your part. __ OpenPKG

Re: [CONTRIB] ACCEPT: bind.diff

2008-10-26 Thread PLI
hello, Please, find the following contribution: - with_ldap option rename to with_dlz_ldap - add one new option with_sdb_ldap, to include sdb-ldap support in bind9 (already present as contrib) here is the howto http://www.venaas.no/dns/bind/bind-sdb/dnszonehowto.html - add zone2ldap

Re: [CONTRIB] ACCEPT: xerces-c.diff

2008-10-17 Thread PLI
Hi, I have upgrade xerces-c.spec to 2.8.0. pthreads, and cpp patch have been adjusted. The folloween option is added to runConfigure: -s, to enable static lib -b, to enable 32/64 bits regards OpenPKG Project Robot a écrit : The following OpenPKG Contribution Area operation occurred. uploaded

Re: [CONTRIB] ACCEPT: freeradius.diff

2008-06-25 Thread PLI
Hi, this problem appear on my current ix86-debian4.0 ix86-mandrivalinux2008.0 platform but perhaps is there's another way to fix it. thanks in advance Ralf S. Engelschall a écrit : On Tue, Jun 24, 2008, PLI wrote: I uploaded this patch to fix the following error during build. modules.c

Re: [CONTRIB] ACCEPT: freeradius.diff

2008-06-24 Thread PLI
hi, I uploaded this patch to fix the following error during build. modules.c:(.text+0x12ed): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols' solution found on http://bugs.gentoo.org/show_bug.cgi?id=225725 thanks OpenPKG Project Robot a écrit : The following OpenPKG Contribution

Re: [CONTRIB] ACCEPT: delegate.diff

2007-11-26 Thread PLI
I've uploaded this patch to remove the strip operation after the make install. The Make install process of delegated include a self signed integrity mecanism that is calculated during make install. If we strip the binary after the make install, delegated refuse to start. Thanks OpenPKG Project

Re: [CONTRIB] ACCEPT: gcc.diff

2007-07-18 Thread PLI
I have uploaded this patch, to move some librairies present in %{l_prefix}/lib64/lib*.a and *.spec to %{l_prefix}/lib/ in the gcc package on a full 64 bit amd64-debian4.0 arch. This patch fix also the following build of gettext on the same arch. Without this patch libgomp.spec was not found in

Re: [CONTRIB] ACCEPT: libghttp-1.0.9-20070307.src.rpm

2007-03-08 Thread PLI
Sorry. I have submitted this package. Ralf S. Engelschall wrote: Thanks for contributing this package. But as I cannot determine who submitted it, I still cannot decide whether the contributor has already acceded the OpenPKG Contributor Agreement (OCA) -- see http://openpkg.org/go/oca for

Re: perl-apache: libapreq.so

2007-03-07 Thread PLI
ok, i will search this way. thank you for your answer. Ralf S. Engelschall wrote: The problem is that although Apache::Request _HAS_ to be a DSO, the contained libapreq has to be a static library and also statically linked _INTO_ the DSO of Apache::Request (Request.so). There seems to be some

Re: [CONTRIB] ACCEPT: perl-apache.diff

2007-03-07 Thread PLI
thanks , but you show me the right way ;) Now i can build and run a lot ot perl-axkit module. I will send you the new perl-axkit version, very quickly Ralf S. Engelschall wrote: On Wed, Mar 07, 2007, OpenPKG Project Robot wrote: The following OpenPKG Contribution Area operation occurred.

perl-apache: libapreq.so

2007-03-06 Thread PLI
hi, I'm trying to package perl-axkit, from axkit.org. I have successfully build perl-axkit and upload it. When i'm trying to run it under apache/mod_perl as described on: http://www.axkit.org/wiki/view/AxKit/QuickStart apache output an error on loading the shared library libapreq.so from

Re: fat apache/mod_ssl/mod_php: big memory size on solaris

2007-02-15 Thread PLI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 thank for your answer I understand the RSS size. 72 M for VSize 4 M for RSS. swap used= +72M ex: if N apache launched, the size of swap used increase to N*Vsize. Second, i see something strange during my test, on 2 différent sparc (SunFire versus

fat apache/mod_ssl/mod_php: big memory size on solaris

2007-02-12 Thread PLI
hi, Trying to build a small apache with mod_ssl and mod_php on sparc64-solaris2.9 (512 Mo RAM), i found the following strange result and i don't understand why ? The first build: openssl-0.9.8d: (with default option) apache-1.3.37-20070208: with_mod_ssl = yes with_mod_php = yes and

Re: [CONTRIB] ACCEPT: inn.diff

2007-02-10 Thread PLI
hello, Let me explain the purpose of this patch. Trying to run nnrpd in standalone mode (replicated readers/feeder), on solaris, the nnrrpd process don't execute the network connection to the remote nntp feeder, until i compile and link with -lresolv -lnsl on solaris. On linux, i don't need

typo in urpmi.patch

2007-02-10 Thread PLI
There is a small typo in urpmi.patch. Please could you replace all caracters before LC_ALL with one tab caracter, cause it will be use as is in the Makefile, generated by Makefile.PL Makefile doesn't like space ;) thanks --- urpmi.patch~2007-01-26 10:21:09.0 +0100 +++

Re: [CONTRIB] ACCEPT: urpmi-4.8.29-20061113.src.rpm

2006-11-14 Thread PLI
thank you to fix urpmi package. Your small howto, is a good starting point. To summarize, openpkg build is a very good and small tool to maintain a build repository , and maintain all build dependencies. I use it, find it cool. But, i can use urpmi to deploy binary repository on multiple

Re: [CONTRIB] ACCEPT: urpmi-4.8.29-20061113.src.rpm

2006-11-13 Thread PLI
Thanks for applying my contribution. I test first the previous version 4.8.18 from your current repository, and then look for a newer version of urpmi at one of the mandriva cooker mirror. ftp.free.fr:/pub/Distributions_Linux/MandrivaLinux/devel/cooker/SRPMS/main/release The source is

small modification in firefox.spec

2005-09-17 Thread PLI
Hi, in firefox.spec, firefox-init.tar.gz is in gzip format. could you add -z option to tar ? thanks. --- ./firefox.spec.orig 2005-09-17 15:58:08.0 +0200 +++ ./firefox.spec 2005-09-17 15:58:12.0 +0200 @@ -260,7 +260,7 @@ # add initialization files ( cd