Date: Thu, 4 Sep 2014 23:25:42 +0400 From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: marino@freebsd.org Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r367303 - in head: graphics/svgalib multimedia/v4l_compat Message-ID: <20140904192542.GL34677@hades.panopticon> In-Reply-To: <5408B147.2060802@marino.st> References: <201409041835.s84IZADC078367@svn.freebsd.org> <5408B147.2060802@marino.st>
next in thread | previous in thread | raw e-mail | index | archive | help
* John Marino (freebsd.contact@marino.st) wrote: > > Author: amdmi3 > > Date: Thu Sep 4 18:35:10 2014 > > New Revision: 367303 > > URL: http://svnweb.freebsd.org/changeset/ports/367303 > > QAT: https://qat.redports.org/buildarchive/r367303/ > > > > Log: > > @dirrmtry include/linux, which is used by multiple ports > > > > Approved by: portmgr blanket > > > > Modified: > > head/graphics/svgalib/pkg-plist > > head/multimedia/v4l_compat/pkg-plist > > > > Modified: head/graphics/svgalib/pkg-plist > > ============================================================================== > > --- head/graphics/svgalib/pkg-plist Thu Sep 4 18:30:07 2014 (r367302) > > +++ head/graphics/svgalib/pkg-plist Thu Sep 4 18:35:10 2014 (r367303) > > @@ -261,5 +261,5 @@ man/man7/svgalib.mach32.7.gz > > man/man7/threedkit.7.gz > > man/man7/vgagl.7.gz > > man/man8/mode3.8.gz > > -@dirrm include/linux > > +@dirrmtry include/linux > > @dirrm etc/vga > > > > Modified: head/multimedia/v4l_compat/pkg-plist > > ============================================================================== > > --- head/multimedia/v4l_compat/pkg-plist Thu Sep 4 18:30:07 2014 (r367302) > > +++ head/multimedia/v4l_compat/pkg-plist Thu Sep 4 18:35:10 2014 (r367303) > > @@ -11,4 +11,4 @@ include/linux/dvb/osd.h > > include/linux/dvb/version.h > > include/linux/dvb/video.h > > @dirrm include/linux/dvb > > -@dirrm include/linux > > +@dirrmtry include/linux > > > Does this still matter? > I thought @dirrm and @dirrmtry are now the same behavior. Did I > misunderstand what bapt said? Or does it not apply here? Dunno. Afaik, @dirrm's are going to go away except for an empty directories. But at current momeny, they're not gone yet and I see warnings in my poudriere, so I just fix. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140904192542.GL34677>