Please add 3th party module: http://wiki.nginx.org/NginxAcceptLanguageModule to nginx (and nginx-devel)
Responsible Changed From-To: freebsd-ports-bugs->osa Fix synopsis and assign.
State Changed From-To: open->analyzed Could you please provide patches. Thank you.
See patches here: ftp://inside01.p8.ru/nginx/ or in attachment. May be placed file qq somewhere else? -- Mike Stupalov
One more patch, for module "Headers more" v0.07: http://wiki.nginx.org/NginxHttpHeadersMoreModule Link to patch: ftp://inside01.p8.ru/nginx/nginx_headers_more.patch -- Mike Stupalov
State Changed From-To: analyzed->closed I'll committed your changes for accept_language module. Thank you for report. About another headers_mode module: could you please: 1. repack original tarball with removing uppercase; 2. put it on your side; 3. create new patch; 4. submit new PR. Thank you.
osa 2010-02-18 19:16:13 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo www/nginx-devel Makefile distinfo Log: Accordingly add third party module accept language. Do not bump PORTREVISIONs. Feature safe: yes Submitted by: Mike Stupalov aka landy2005 at gmail dot com PR: ports/143787 Revision Changes Path 1.290 +7 -0 ports/www/nginx-devel/Makefile 1.253 +3 -0 ports/www/nginx-devel/distinfo 1.194 +7 -0 ports/www/nginx/Makefile 1.167 +3 -0 ports/www/nginx/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
>Submitter-Id: current-users >Originator: Ben Morrow >Confidential: no >Synopsis: Re: ports/143787, specifically headers_more >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.1-RELEASE-p8 i386 >Environment: System: FreeBSD osiris.mauzo.dyndns.org 7.1-RELEASE-p8 FreeBSD 7.1-RELEASE-p8 #8: Sat Oct 3 16:52:10 BST 2009 root@osiris.mauzo.dyndns.org:/usr/obj/usr/src/sys/OSIRIS i386 >Description: I was about to submit a PR asking for the headers_more module, but then I found ports/143787. What is the problem with the tarball? Is it the Perl modules in the test/ directory with uppercase names? I don't see how they can be a problem, given that they aren't used at all during build, but if necessary I could easily put up a tarball somewhere else without them. Is a github tarball, with that rather strange name, considered OK? (It would be easiest for me to clone the repo on github and send a patch with a tarball from the new repo.) Ben
On Thu, Feb 25, 2010 at 11:30:03PM +0000, Ben Morrow wrote: > The following reply was made to PR ports/143787; it has been noted by GNATS. > > From: Ben Morrow <mauzo@osiris.mauzo.dyndns.org> > To: FreeBSD-gnats-submit@freebsd.org > Cc: Mike Stupalov <landy2005@gmail.com> > Subject: Re: ports/143787, specifically headers_more > Date: 25 Feb 2010 22:52:00 -0000 > > >Submitter-Id: current-users > >Originator: Ben Morrow > >Confidential: no > >Synopsis: Re: ports/143787, specifically headers_more > >Severity: non-critical > >Priority: low > >Category: ports > >Class: change-request > >Release: FreeBSD 7.1-RELEASE-p8 i386 > >Environment: > System: FreeBSD osiris.mauzo.dyndns.org 7.1-RELEASE-p8 FreeBSD 7.1-RELEASE-p8 #8: Sat Oct 3 16:52:10 BST 2009 root@osiris.mauzo.dyndns.org:/usr/obj/usr/src/sys/OSIRIS i386 > >Description: > I was about to submit a PR asking for the headers_more module, but then > I found ports/143787. > > What is the problem with the tarball? The problem is the "wrong" name of tarball: agentzh-headers-more-nginx-module-db9913e.tar.gz Best name for tarball is ngx_headers_more_module-0.07.tar.gz. > Is it the Perl modules in the test/ directory with uppercase names? No. > I don't see how they can be a > problem, given that they aren't used at all during build, but if > necessary I could easily put up a tarball somewhere else without them. Just do it. > Is a github tarball, with that rather strange name, considered OK? (It > would be easiest for me to clone the repo on github and send a patch > with a tarball from the new repo.) You can find solution in my answer in ports/143787.
I see you've already done it. Thank you. Ben