Re: www/nginx pkg-plist + pkgng (detectable?)

2013-04-25 Thread Baptiste Daroussin
On Thu, Apr 25, 2013 at 05:05:53AM +0200, Michael Gmelin wrote: > On Tue, 23 Apr 2013 17:48:52 +0100 > Chris Rees wrote: > > > On 13 April 2013 21:01, Michael Gmelin wrote: > > > On Wed, 10 Apr 2013 13:56:32 +0200 > > > Michael Gmelin wrote: > > > > > >> On Wed, 10 Apr 2013 09:02:29 +0100 > > >

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-04-24 Thread Michael Gmelin
On Tue, 23 Apr 2013 17:48:52 +0100 Chris Rees wrote: > On 13 April 2013 21:01, Michael Gmelin wrote: > > On Wed, 10 Apr 2013 13:56:32 +0200 > > Michael Gmelin wrote: > > > >> On Wed, 10 Apr 2013 09:02:29 +0100 > >> Chris Rees wrote: > >> > >> > On 10 April 2013 07:13, Baptiste Daroussin > >>

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-04-23 Thread Chris Rees
On 13 April 2013 21:01, Michael Gmelin wrote: > On Wed, 10 Apr 2013 13:56:32 +0200 > Michael Gmelin wrote: > >> On Wed, 10 Apr 2013 09:02:29 +0100 >> Chris Rees wrote: >> >> > On 10 April 2013 07:13, Baptiste Daroussin wrote: >> > > On Tue, Apr 09, 2013 at 08:59:50PM +0200, Michael Gmelin wrote

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-04-13 Thread Michael Gmelin
On Wed, 10 Apr 2013 13:56:32 +0200 Michael Gmelin wrote: > On Wed, 10 Apr 2013 09:02:29 +0100 > Chris Rees wrote: > > > On 10 April 2013 07:13, Baptiste Daroussin wrote: > > > On Tue, Apr 09, 2013 at 08:59:50PM +0200, Michael Gmelin wrote: > > >> On Tue, 9 Apr 2013 19:43:15 +0100 > > >> Chris

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-04-10 Thread Michael Gmelin
On Wed, 10 Apr 2013 09:02:29 +0100 Chris Rees wrote: > On 10 April 2013 07:13, Baptiste Daroussin wrote: > > On Tue, Apr 09, 2013 at 08:59:50PM +0200, Michael Gmelin wrote: > >> On Tue, 9 Apr 2013 19:43:15 +0100 > >> Chris Rees wrote: > >> > >> > >> > > >> > No, it's a bug in pkgng; it should r

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-04-10 Thread Baptiste Daroussin
On Wed, Apr 10, 2013 at 09:02:29AM +0100, Chris Rees wrote: > On 10 April 2013 07:13, Baptiste Daroussin wrote: > > On Tue, Apr 09, 2013 at 08:59:50PM +0200, Michael Gmelin wrote: > >> On Tue, 9 Apr 2013 19:43:15 +0100 > >> Chris Rees wrote: > >> > >> > >> > > >> > No, it's a bug in pkgng; it sho

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-04-10 Thread Chris Rees
On 10 April 2013 07:13, Baptiste Daroussin wrote: > On Tue, Apr 09, 2013 at 08:59:50PM +0200, Michael Gmelin wrote: >> On Tue, 9 Apr 2013 19:43:15 +0100 >> Chris Rees wrote: >> >> >> > >> > No, it's a bug in pkgng; it should respect @cwd. >> > > > No it is not. > > While i agree with pkgng that s

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-04-09 Thread Baptiste Daroussin
On Tue, Apr 09, 2013 at 08:59:50PM +0200, Michael Gmelin wrote: > On Tue, 9 Apr 2013 19:43:15 +0100 > Chris Rees wrote: > > > > > > No, it's a bug in pkgng; it should respect @cwd. > > No it is not. While i agree with pkgng that should repect @cwd (it surely does) There is nothing written a

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-04-09 Thread Michael Gmelin
On Tue, 9 Apr 2013 19:43:15 +0100 Chris Rees wrote: > > No, it's a bug in pkgng; it should respect @cwd. > pkg should respect @cwd for sure, but looking at nginx's plist I think that it should use the cwd marker consistently, so right now it says: %%WWWDATA%%@exec mkdir -p -m 755 www/nginx-d

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-04-09 Thread Chris Rees
On 8 Apr 2013 10:31, "Michael Gmelin" wrote: > > On Sat, 30 Mar 2013 14:23:20 +0100 > Michael Gmelin wrote: > > > On Sat, 30 Mar 2013 05:39:21 -0500 > > Bryan Drewery wrote:> > > Let me elaborate this with a complete test sequence (starting in a > > clean jail): > > > > # cd /usr/ports/ports-mgm

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-04-08 Thread Michael Gmelin
On Sat, 30 Mar 2013 14:23:20 +0100 Michael Gmelin wrote: > On Sat, 30 Mar 2013 05:39:21 -0500 > Bryan Drewery wrote:> > Let me elaborate this with a complete test sequence (starting in a > clean jail): > > # cd /usr/ports/ports-mgmt/pkg > # make install clean > # pkg -v > 1.0.9 > (which is port

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-03-30 Thread Michael Gmelin
On Sat, 30 Mar 2013 05:39:21 -0500 Bryan Drewery wrote: > On 3/29/2013 9:40 PM, Michael Gmelin wrote: > > pkg-plist contains: > > > > %%WWWDATA%%@exec mkdir -p -m 755 www/nginx-dist > > %%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs > > %D/www/nginx-dist %D/www/nginx; fi > > %%WWWDATA%

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-03-30 Thread Bryan Drewery
On 3/30/2013 5:39 AM, Bryan Drewery wrote: > On 3/29/2013 9:40 PM, Michael Gmelin wrote: >> >> You'll be left with a www/nginx-dist relative to wherever you've been >> in the file. I assume that pkg-plist should use %D/www/nginx instead of >> www/nginx in mkdir and chmod. So it's probably a bug in

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-03-30 Thread Michael Gmelin
On Sat, 30 Mar 2013 07:30:05 + Matthew Seaman wrote: > On 30/03/2013 02:40, Michael Gmelin wrote: > > pkg-plist contains: > > > > %%WWWDATA%%@exec mkdir -p -m 755 www/nginx-dist > > %%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs > > %D/www/nginx-dist %D/www/nginx; fi > > %%WWWDATA%

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-03-30 Thread Bryan Drewery
On 3/29/2013 9:40 PM, Michael Gmelin wrote: > pkg-plist contains: > > %%WWWDATA%%@exec mkdir -p -m 755 www/nginx-dist > %%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs > %D/www/nginx-dist %D/www/nginx; fi > %%WWWDATA%%www/nginx-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING > %%WWWDATA

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-03-30 Thread Chris Rees
On 30 March 2013 02:40, Michael Gmelin wrote: > pkg-plist contains: > > %%WWWDATA%%@exec mkdir -p -m 755 www/nginx-dist > %%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs > %D/www/nginx-dist %D/www/nginx; fi > %%WWWDATA%%www/nginx-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING > %%WWWDA

Re: www/nginx pkg-plist + pkgng (detectable?)

2013-03-30 Thread Matthew Seaman
On 30/03/2013 02:40, Michael Gmelin wrote: > pkg-plist contains: > > %%WWWDATA%%@exec mkdir -p -m 755 www/nginx-dist > %%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs > %D/www/nginx-dist %D/www/nginx; fi > %%WWWDATA%%www/nginx-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING > %%WWWDATA%

www/nginx pkg-plist + pkgng (detectable?)

2013-03-29 Thread Michael Gmelin
pkg-plist contains: %%WWWDATA%%@exec mkdir -p -m 755 www/nginx-dist %%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs %D/www/nginx-dist %D/www/nginx; fi %%WWWDATA%%www/nginx-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING %%WWWDATA%%www/nginx-dist/index.html %%WWWDATA%%www/nginx-dist/50x.