Mon Apr 26 13:41:06 2010 UTC ()
fix linux PLIST breakage in devel/nss


(tnn)
diff -r1.31 -r1.32 pkgsrc/devel/xulrunner/distinfo
diff -r0 -r1.1 pkgsrc/devel/xulrunner/patches/patch-mh

cvs diff -r1.31 -r1.32 pkgsrc/devel/xulrunner/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/devel/xulrunner/Attic/distinfo 2010/04/26 12:47:08 1.31
+++ pkgsrc/devel/xulrunner/Attic/distinfo 2010/04/26 13:41:06 1.32
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.31 2010/04/26 12:47:08 tnn Exp $
+$NetBSD: distinfo,v 1.32 2010/04/26 13:41:06 tnn Exp $
 
 SHA1 (firefox-3.6.3.source.tar.bz2) = f3bcd808356d16bdb26bfcf1a64a251488c4fd02
 RMD160 (firefox-3.6.3.source.tar.bz2) = de556e8606bbc61cb7d20fe6f308f0c5e8b9dd77
@@ -42,6 +42,7 @@
 SHA1 (patch-me) = da6324dd21a40dd3cc7b7b9321a18bd11a3434fd
 SHA1 (patch-mf) = 153dfd5cd611e4364fe1c540f4e8eb500115baff
 SHA1 (patch-mg) = 75ddcceaffae0bdb6ecb4efd1b5ffca68a8ae8a8
+SHA1 (patch-mh) = a514caf6f6324aa82c4497713547c5e9088d16b9
 SHA1 (patch-mi) = 787cb043bb7e687936afaf8f0c67b6b3a7b03e5b
 SHA1 (patch-mj) = 197fab0e00256dedc8a5f181ee0d0d6e42d8177f
 SHA1 (patch-mk) = 793dfa16e19e213d78995c893a28bc0d514135d9

File Added: pkgsrc/devel/xulrunner/patches/Attic/patch-mh
$NetBSD: patch-mh,v 1.1 2010/04/26 13:41:06 tnn Exp $

--- security/nss/lib/Makefile.orig	2010-04-13 22:22:54.000000000 +0000
+++ security/nss/lib/Makefile
@@ -70,7 +70,7 @@ endif
 
 ifndef MOZILLA_CLIENT
 ifeq ($(OS_ARCH),Linux)
-SYSINIT_SRCDIR = sysinit  # Add the sysinit directory to DIRS.
+#SYSINIT_SRCDIR = sysinit  # Add the sysinit directory to DIRS.
 endif
 endif