pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/openoffice The checkdll utility is really slow in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f09eb6231aa1
branches:  trunk
changeset: 470972:f09eb6231aa1
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Mar 14 02:29:20 2004 +0000

description:
The checkdll utility is really slow in NetBSD 1.6.2 (the build spends
nearly 30 hours running this command on my not that old PC).
Running checkdll is not needed to build the package (and it is
only useful when porting the software to new architectures), so
disable it for now.

diffstat:

 misc/openoffice/distinfo         |   4 ++--
 misc/openoffice/patches/patch-bx |  17 ++++++++++++-----
 2 files changed, 14 insertions(+), 7 deletions(-)

diffs (50 lines):

diff -r a2420aa25e1d -r f09eb6231aa1 misc/openoffice/distinfo
--- a/misc/openoffice/distinfo  Sun Mar 14 01:44:51 2004 +0000
+++ b/misc/openoffice/distinfo  Sun Mar 14 02:29:20 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2003/02/27 20:17:50 mrauch Exp $
+$NetBSD: distinfo,v 1.16 2004/03/14 02:29:20 kristerw Exp $
 
 SHA1 (oo_641_src.tar.bz2) = ad4c7000cf317d7e9d694a6d519336bfaf1f8edd
 Size (oo_641_src.tar.bz2) = 109167758 bytes
@@ -55,7 +55,7 @@
 SHA1 (patch-bu) = 82e3a6c4d188fbace9ec6173c3f3a7da1dd78045
 SHA1 (patch-bv) = 1c3d6f413a750816203c285ab1d2217fce5101be
 SHA1 (patch-bw) = a4dd43d112a44be46934b2dc9f760c660b956be2
-SHA1 (patch-bx) = 52de4d2caa3dce8642e22154f9765e7aafc0f313
+SHA1 (patch-bx) = cef83e75391301e53252f3126e588d83abce3650
 SHA1 (patch-by) = f681eea30a6d28338c513118f6d361225bc8083a
 SHA1 (patch-bz) = 8670c4da21b0f4a0ec4bebce31e28bf831adb8dd
 SHA1 (patch-ca) = 0c515b79dd92a5bf22c79f32a124defd80cd544d
diff -r a2420aa25e1d -r f09eb6231aa1 misc/openoffice/patches/patch-bx
--- a/misc/openoffice/patches/patch-bx  Sun Mar 14 01:44:51 2004 +0000
+++ b/misc/openoffice/patches/patch-bx  Sun Mar 14 02:29:20 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-bx,v 1.1.1.1 2002/02/13 18:09:22 mrauch Exp $
+$NetBSD: patch-bx,v 1.2 2004/03/14 02:29:21 kristerw Exp $
 
---- ../solenv/bin/checkdll.sh.orig     Tue Jun 19 13:07:46 2001
-+++ ../solenv/bin/checkdll.sh
-@@ -7,7 +7,7 @@
+--- ../solenv/bin/checkdll.sh.orig     Tue Jun 19 15:07:46 2001
++++ ../solenv/bin/checkdll.sh  Sun Mar 14 02:51:27 2004
+@@ -7,11 +7,14 @@
  # Copyright (c) 2000, Sun Microsystems, Inc.
  #
  
@@ -11,7 +11,14 @@
      echo "Usage: `basename $0` [-L library_path] <shared_library>" 1>&2
      exit 1
  }
-@@ -19,6 +19,8 @@
+ 
++echo "WARNING: checkdll is disabled" 1>&2
++exit 0
++
+ checkdll="$SOLARVERSION/$INPATH/bin/checkdll"
+ 
+ if [ -x $checkdll ]; then
+@@ -19,6 +22,8 @@
      do
        case $1 in 
            -L) shift; option=$1;;



Home | Main Index | Thread Index | Old Index