Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in www-servers/nginx: ChangeLog nginx-0.6.13.ebuild nginx-0.6.12.ebuild

2007-10-01 Thread Konstantin V. Arkhipov
On Tuesday 25 September 2007 15:03:13 Christian Faulhammer wrote:
 Konstantin Arkhipov (voxus) [EMAIL PROTECTED]:
Added:nginx-0.6.13.ebuild
Removed:  nginx-0.6.12.ebuild
  ./configure \
  --prefix=/usr \

  econf is no option here?

yes, since nginx' configure is not based on autotools and will die with 
unrecognized switches.

On Wednesday 26 September 2007 13:07:29 Natanael Copa wrote:
 On Wed, 2007-09-26 at 00:43 -0700, Donnie Berkholz wrote:
  On 07:16 Tue 25 Sep , Konstantin Arkhipov (voxus) wrote:
   voxus   07/09/25 07:16:42
 
  I take it that, for some obscure reason, use_with() doesn't work?
 
 if [ ! -f /etc/ssl/${PN}/${PN}.key ]; then
 
  Are you looking at the live root here, in a src_* function?

 Certs and keys shouldn't be generated in src_* at all since you would
 ship the private key in binary packets.

 Do it in pkg_postinst() if you have to.

everything metioned in previous mails is fixed. thank you, guys.

-- 
voxus
:wq


signature.asc
Description: This is a digitally signed message part.


[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in www-servers/nginx: ChangeLog nginx-0.6.13.ebuild nginx-0.6.12.ebuild

2007-09-26 Thread Donnie Berkholz
On 07:16 Tue 25 Sep , Konstantin Arkhipov (voxus) wrote:
 voxus   07/09/25 07:16:42
 
   Modified: ChangeLog
   Added:nginx-0.6.13.ebuild
   Removed:  nginx-0.6.12.ebuild
   Log:
   * bump
   (Portage version: 2.1.3.9)

 1.1  www-servers/nginx/nginx-0.6.13.ebuild
 
 file : 
 http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/nginx/nginx-0.6.13.ebuild?rev=1.1view=markup
 plain: 
 http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/nginx/nginx-0.6.13.ebuild?rev=1.1content-type=text/plain

   use fastcgi || myconf=${myconf} --without-http_fastcgi_module
   use fastcgi  myconf=${myconf} --with-http_realip_module
   use flv  myconf=${myconf} --with-http_flv_module
   use zlib|| myconf=${myconf} --without-http_gzip_module
   use pcre|| {
   myconf=${myconf} --without-pcre --without-http_rewrite_module
   }
   use debugmyconf=${myconf} --with-debug
   use ssl  myconf=${myconf} --with-http_ssl_module
   use imap myconf=${myconf} --with-imap # pop3/imap4 proxy 
 support
   use perl myconf=${myconf} --with-http_perl_module
   use status   myconf=${myconf} --with-http_stub_status_module
   use webdav   myconf=${myconf} --with-http_dav_module

I take it that, for some obscure reason, use_with() doesn't work?

   if [ ! -f /etc/ssl/${PN}/${PN}.key ]; then

Are you looking at the live root here, in a src_* function?

Thanks,
Donnie
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in www-servers/nginx: ChangeLog nginx-0.6.13.ebuild nginx-0.6.12.ebuild

2007-09-26 Thread Natanael Copa
On Wed, 2007-09-26 at 00:43 -0700, Donnie Berkholz wrote:
 On 07:16 Tue 25 Sep , Konstantin Arkhipov (voxus) wrote:
  voxus   07/09/25 07:16:42
  
 I take it that, for some obscure reason, use_with() doesn't work?
 
  if [ ! -f /etc/ssl/${PN}/${PN}.key ]; then
 
 Are you looking at the live root here, in a src_* function?

Certs and keys shouldn't be generated in src_* at all since you would
ship the private key in binary packets.

Do it in pkg_postinst() if you have to.

-nc

-- 
[EMAIL PROTECTED] mailing list



[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in www-servers/nginx: ChangeLog nginx-0.6.13.ebuild nginx-0.6.12.ebuild

2007-09-25 Thread Christian Faulhammer
Konstantin Arkhipov (voxus) [EMAIL PROTECTED]:

   Added:nginx-0.6.13.ebuild
   Removed:  nginx-0.6.12.ebuild
   ./configure \
   --prefix=/usr \

 econf is no option here?

   cp ${FILESDIR}/nginx-r1 ${T}/nginx
   doinitd ${T}/nginx
   cp ${FILESDIR}/nginx.conf-r4 conf/nginx.conf

 Please add some quotes

   make DESTDIR=${D} install || die failed to install

 Quotes around $D and is emake not possible here?

V-Li

-- 
Christian Faulhammer, Gentoo Lisp project
URL:http://www.gentoo.org/proj/en/lisp/, #gentoo-lisp on FreeNode

URL:http://www.faulhammer.org/


signature.asc
Description: PGP signature