tech-pkg archive

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

Re: PR 41062



On Sat, Jul 25, 2009 at 10:41:41AM +0200, Thomas Klausner wrote:
 > On Wed, Jul 15, 2009 at 05:01:31AM +0000, David Holland wrote:
 > > Given the behavior reported in pkg/41062, shouldn't the minimum
 > > version for db4 be bumped, at least for openoffice3 if not globally?
 > 
 > Please do that, but only for openoffice3. Just add
 > BUILDLINK_ABI_DEPENDS.db4?=     db4>=4.7.25.3
 > in its Makefile.

Can someone confirm that this specific patch isn't going to blow
things up? I don't have the distfile (or several of the larger deps
either) and the only machine I have with the resources to do a build
is on the wrong end of a slowish link. :-|

(this is why I was hoping someone else would attend to it)


Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/misc/openoffice3/Makefile,v
retrieving revision 1.34
diff -u -r1.34 Makefile
--- Makefile    22 Jul 2009 09:01:37 -0000      1.34
+++ Makefile    26 Jul 2009 01:24:05 -0000
@@ -28,6 +28,8 @@
 
 DEPENDS+=              libpaper-[0-9]*:../../print/libpaper
 
+BUILDLINK_ABI_DEPENDS.db4?=     db4>=4.7.25.3
+
 .include "../../mk/bsd.prefs.mk"
 
 WRKSRC=                        ${WRKDIR}/${OO_TAG}


-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index