pkgsrc-Bugs archive

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

Re: pkg/48726: thunderbird vs. sqlite regression in 2014Q1



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

From: Ignatios Souvatzis <ignatios%cs.uni-bonn.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/48726: thunderbird vs. sqlite regression in 2014Q1
Date: Wed, 16 Apr 2014 15:54:32 +0200

 Apparently, the following patch to www/firefox24 fixes this - after this,
 thunderbird will be depending on pkgsrc sqlite3.
 
 Index: www/firefox24/mozilla-common.mk
 ===================================================================
 RCS file: /cvsroot/pkgsrc/www/firefox24/mozilla-common.mk,v
 retrieving revision 1.6
 diff -u -r1.6 mozilla-common.mk
 --- www/firefox24/mozilla-common.mk    25 Jan 2014 10:30:27 -0000      1.6
 +++ www/firefox24/mozilla-common.mk    16 Apr 2014 13:52:41 -0000
 @@ -162,7 +162,7 @@
  .include "../../audio/alsa-lib/buildlink3.mk"
  .endif
  .include "../../archivers/bzip2/buildlink3.mk"
 -BUILDLINK_API_DEPENDS.sqlite3+=       sqlite3>=3.7.17
 +BUILDLINK_API_DEPENDS.sqlite3+=       sqlite3>=3.8.4
  CONFIGURE_ENV+=       ac_cv_sqlite_secure_delete=yes  # c.f. patches/patch-al
  .include "../../databases/sqlite3/buildlink3.mk"
  BUILDLINK_API_DEPENDS.libevent+=      libevent>=1.1
 
 


Home | Main Index | Thread Index | Old Index