[kde-freebsd] Re: [PATCH] Need to use @dirrmtry instead of @dirrm for qt33/pkg-plist
Gerald Pfeifer
gerald at pfeifer.com
Wed Jan 19 23:41:57 CET 2011
Ping. And, what did you find? It seems the patch has not been applied,
so the problem still exists?
Gerald @FreeBSD.org
On Fri, 15 Aug 2008, Martin Wilke wrote:
> On Fri, Aug 15, 2008 at 12:00:20PM +0200, Gerald Pfeifer wrote:
>> cmake also installs its HTML documentation into the same directory
>> as qt, so we should not just use @dirrm which leads to warnings but
>> @dirrmtry.
>
> Yes I saw this problem too. I will try your patch.
>
> Thanks.
>> Index: pkg-plist
>> ===================================================================
>> RCS file: /sw/test/FreeBSD/CVSUP/ports/x11-toolkits/qt33/pkg-plist,v
>> retrieving revision 1.77
>> diff -u -3 -p -r1.77 pkg-plist
>> --- pkg-plist 21 Jan 2008 18:10:53 -0000 1.77
>> +++ pkg-plist 15 Aug 2008 09:56:42 -0000
>> @@ -2383,8 +2383,8 @@ translations/qt_zh-tw.qm
>> @dirrm share/qt/templates
>> @dirrm share/qt/phrasebooks
>> @dirrmtry share/qt
>> - at dirrm share/doc/qt/html
>> - at dirrm share/doc/qt
>> + at dirrmtry share/doc/qt/html
>> + at dirrmtry share/doc/qt
>> @dirrm lib/plugins/designer
>> @dirrm lib/plugins
>> @dirrm include/private
More information about the kde-freebsd
mailing list