pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc



On Wed, 04 Sep 2013 15:30:28 +0900, Adam Ciarciński <adam%netbsd.org@localhost> 
wrote:

Modified Files:
        pkgsrc/graphics/gdchart: Makefile
        pkgsrc/graphics/libpuzzle: Makefile
        pkgsrc/graphics/py-gdchart: Makefile
        pkgsrc/sysutils/ftwin: Makefile

Log Message:
Revbump after updating graphics/gd

Erm... why those packages and not any of the others that use gd?

That's what finddepends found. :-/

1. bump ABI in graphics/gd/buildlink3.mk manually
2. finnddepends graphics/gd/buildlink3 with following patch

Index: pkgtools/revbump/files/finddepends
===================================================================
RCS file: /cvsroot/pkgsrc/pkgtools/revbump/files/finddepends,v
retrieving revision 1.7
diff -u -r1.7 finddepends
--- pkgtools/revbump/files/finddepends  17 Mar 2013 15:27:18 -0000      1.7
+++ pkgtools/revbump/files/finddepends  4 Sep 2013 09:50:23 -0000
@@ -84,6 +84,7 @@
 }

 @bl3result = ();
+push @bl3result, @searchlist;
 while ($pattern = pop @searchlist) {
 #    print "* Looking for $pattern\n";
     for $key (keys %bl3content) {


above change also allow `finddepends mk/mysql.buildlink3.mk',
but `finddepends category/pkgname' will not be allowed...
--
OBATA Akio / obache%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index