pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/openoffice2 Fix build with seamonkey. Decrease m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/997f68ac95b5
branches:  trunk
changeset: 547798:997f68ac95b5
user:      hira <hira%pkgsrc.org@localhost>
date:      Fri Oct 03 09:09:16 2008 +0000

description:
Fix build with seamonkey.  Decrease minimum acceptable version of it.

diffstat:

 misc/openoffice2/distinfo         |   3 ++-
 misc/openoffice2/patches/patch-dy |  22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletions(-)

diffs (40 lines):

diff -r 4c82d9936812 -r 997f68ac95b5 misc/openoffice2/distinfo
--- a/misc/openoffice2/distinfo Fri Oct 03 06:52:22 2008 +0000
+++ b/misc/openoffice2/distinfo Fri Oct 03 09:09:16 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.43 2008/09/30 23:14:18 hira Exp $
+$NetBSD: distinfo,v 1.44 2008/10/03 09:09:16 hira Exp $
 
 SHA1 (openoffice-2.4.1/OOo_2.4.1_src_binfilter.tar.bz2) = a50c7f317643b756c2b0e8937fa9d64b99f05ed9
 RMD160 (openoffice-2.4.1/OOo_2.4.1_src_binfilter.tar.bz2) = 04ffce167f94a250f94f05923a70af0b0744c417
@@ -67,3 +67,4 @@
 SHA1 (patch-dc) = 2a6b826ca2849110f33c612a4c4beba8f7e27e67
 SHA1 (patch-dd) = d733d6e54db93bbb7be5382ddf96cf83731a6176
 SHA1 (patch-de) = 138fbea73fec80c744c3eede57dfe5f1cddef573
+SHA1 (patch-dy) = 12d93711aa31d7deeb50022cc88cc7c243a098dd
diff -r 4c82d9936812 -r 997f68ac95b5 misc/openoffice2/patches/patch-dy
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/openoffice2/patches/patch-dy Fri Oct 03 09:09:16 2008 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-dy,v 1.1 2008/10/03 09:09:17 hira Exp $
+
+--- libxmlsec/xmlsec1-1.2.6.patch.orig 2008-10-03 17:41:07.000000000 +0900
++++ libxmlsec/xmlsec1-1.2.6.patch      2008-10-03 17:45:02.000000000 +0900
+@@ -418,7 +418,7 @@
+   
+   XMLSEC_NO_NSS="1"
+   MOZILLA_MIN_VERSION="1.4"
+-+ if test "z$MOZ_FLAVOUR" = "zfirefox" ; then
+++ if test "z$MOZ_FLAVOUR" = "zfirefox" -o "z$MOZ_FLAVOUR" = "zseamonkey"; then
+ +     MOZILLA_MIN_VERSION="1.0"
+ + fi
+   NSS_MIN_VERSION="3.2"
+@@ -2579,7 +2579,7 @@
+       
+   XMLSEC_NO_NSS="1"
+   MOZILLA_MIN_VERSION="1.4"
+-+ if test "z$MOZ_FLAVOUR" = "zfirefox" ; then
+++ if test "z$MOZ_FLAVOUR" = "zfirefox" -o "z$MOZ_FLAVOUR" = "zseamonkey"; then
+ +     MOZILLA_MIN_VERSION="1.0"
+ + fi
+   NSS_MIN_VERSION="3.2"



Home | Main Index | Thread Index | Old Index