pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/42503: graphics/dia PLIST problem (NetBSD 4.0 / i386)



The following reply was made to PR pkg/42503; it has been noted by GNATS.

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/42503: graphics/dia PLIST problem (NetBSD 4.0 / i386)
Date: Wed, 23 Dec 2009 23:35:15 +0700

     Date:        Wed, 23 Dec 2009 15:10:08 +0000 (UTC)
     From:        Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
     Message-ID:  <20091223151008.BCA9163C430%www.NetBSD.org@localhost>
 
   |  Missing graphics/hicolor-icon-theme/b3.mk.
 
 Thanks, that worked, the patch below fixed it for me.
 
 Notes:
 
 a) I didn't include a revbump, but I think one is needed (because the
    error is only detected by the file-check test which many people don't
    run, there could be incomplete binary packages in the wild already)
 
 b) I didn't investigate the proper location to include the missing bl3.mk
    file - as the patch shows, I stuck it in Makefile.common (seemed safest)
    but perhaps this one belongs in Makefile - or perhaps even in one of
    the dependency packages, though that seems unlikely.)
 
 kre
 
 Index: Makefile.common
 ===================================================================
 RCS file: /cvsroot/NetBSD/pkgsrc/graphics/dia/Makefile.common,v
 retrieving revision 1.24
 diff -u -r1.24 Makefile.common
 --- Makefile.common    11 Dec 2009 05:00:11 -0000      1.24
 +++ Makefile.common    23 Dec 2009 16:06:06 -0000
 @@ -56,6 +56,7 @@
  .include "../../devel/pango/buildlink3.mk"
  .include "../../graphics/freetype2/buildlink3.mk"
  .include "../../graphics/libart/buildlink3.mk"
 +.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
  .include "../../textproc/libxml2/buildlink3.mk"
  .include "../../textproc/libxslt/buildlink3.mk"
  .include "../../mk/omf-scrollkeeper.mk"
 
 


Home | Main Index | Thread Index | Old Index