Re: [vchkpw] vpopmail FHS compiler flags

2009-03-29 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itamar Reis Peixoto wrote: Can you fix CFLAGS and LDFLAGS in other scripts too? ./backends/postgres/configure.ac ./backends/mysql/configure.ac ./backends/cdb/configure.ac ./backends/ldap/configure.ac Changes are in svn. - -- /* Matt

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-29 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 aledr wrote: On Fri, Mar 27, 2009 at 3:32 PM, Matt Brookings m...@inter7.com wrote: aledr wrote: Here is the section for MD5 on a x86_64 system: What OS and flavor btw? I'm installing CentOS on a laptop over here. I've got to resize the

[vchkpw] error compiling vpopmail 5.5 with gcc 4.4 in fedora-rawhide

2009-03-29 Thread Itamar Reis Peixoto
gcc -o vpopmail.o -c vpopmail.c gcc -o quota.o -c quota.c gcc -shared -o libvpopmail.so md5.o bigdir.o vauth.o file_lock.o vpalias.o seek.o vlimits.o maildirquota.o vutil.o vlistlib.o client.o conf.o ippp.o backfill.o vpopmail.o quota.o cdb/cdb_hash.o cdb/cdbmake_add.o cdb/cdbmake_hash.o

Re: [vchkpw] error compiling vpopmail 5.5 with gcc 4.4 in fedora-rawhide

2009-03-29 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itamar Reis Peixoto wrote: gcc -o vpopmail.o -c vpopmail.c gcc -o quota.o -c quota.c gcc -shared -o libvpopmail.so md5.o bigdir.o vauth.o file_lock.o vpalias.o seek.o vlimits.o maildirquota.o vutil.o vlistlib.o client.o conf.o ippp.o backfill.o

[vchkpw] vpopmail make install should support DESTDIR

2009-03-29 Thread Itamar Reis Peixoto
vpopmail make install should support DESTDIR please take a look http://www.gnu.org/prep/standards/html_node/DESTDIR.html [ita...@localhost vpopmail]$ make install DESTDIR=/home/itamar/fedora/mail/vpopmail/svn/vpopmail/x Installing... for i in /home/vpopmail/bin /home/vpopmail/etc

Re: [vchkpw] vpopmail make install should support DESTDIR

2009-03-29 Thread aledr
I've wrote a patch to support DESTDIR and remove the -o and -g statements on the install commands (which should be removed from the install commands and let %files section on the spec file take care about files permissions and ownerships). It's a solution for packagers that have a %file section to

Re: [vchkpw] vpopmail make install should support DESTDIR

2009-03-29 Thread Itamar Reis Peixoto
what you think about a separated script called fixperms wich ends with exit ( 0 ) ? On Mon, Mar 30, 2009 at 12:29 AM, aledr matrixworkstat...@gmail.com wrote: I've wrote a patch to support DESTDIR and remove the -o and -g statements on the install commands (which should be removed from the

Re: [vchkpw] vpopmail make install should support DESTDIR

2009-03-29 Thread Manvendra Bhangui
On Mon, Mar 30, 2009 at 9:05 AM, Itamar Reis Peixoto ita...@ispbrasil.com.br wrote: what you think about a separated script called fixperms wich ends with exit ( 0 ) ? I use a command /usr/bin/fakeroot which allows most of the command to succeed under non-root user Fakeroot