pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/openoffice2 Repeat after me: Never use sys/errno....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c3fd71d18e5
branches:  trunk
changeset: 541239:8c3fd71d18e5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Apr 17 08:43:31 2008 +0000

description:
Repeat after me: Never use sys/errno.h, just use errno.h. Fix build on
AMD64.

diffstat:

 misc/openoffice2/distinfo         |   5 +++--
 misc/openoffice2/patches/patch-dc |   4 ++--
 misc/openoffice2/patches/patch-dd |  13 +++++++++++++
 3 files changed, 18 insertions(+), 4 deletions(-)

diffs (51 lines):

diff -r b99284e16aa7 -r 8c3fd71d18e5 misc/openoffice2/distinfo
--- a/misc/openoffice2/distinfo Thu Apr 17 08:43:07 2008 +0000
+++ b/misc/openoffice2/distinfo Thu Apr 17 08:43:31 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.38 2008/04/13 20:32:43 hira Exp $
+$NetBSD: distinfo,v 1.39 2008/04/17 08:43:31 joerg Exp $
 
 SHA1 (openoffice-2.4.0/OOo_2.4.0_src_binfilter.tar.bz2) = 6196fd2d2b5b37635d9a08a36f5476d57b14e0d8
 RMD160 (openoffice-2.4.0/OOo_2.4.0_src_binfilter.tar.bz2) = fff7a0a61b19881559e4f20ddd36031565f635e1
@@ -64,4 +64,5 @@
 SHA1 (patch-cx) = 1c2efe192b0535ff6b2dc59e6a138c9931e6e946
 SHA1 (patch-cy) = 8d47bcf1da6f351f4f0cbf6a8355903094b0baee
 SHA1 (patch-da) = c2c9332dcf22d2d201215813ac9fc7e7ac401c6d
-SHA1 (patch-dc) = 56ba80d91b5b82178dc8d837bc03dbe48b4ec9d8
+SHA1 (patch-dc) = 125ae2e943946cb96c6f7513dccced0c9d8797af
+SHA1 (patch-dd) = 6f791b6be13e37a59b3115ab338587489079b89d
diff -r b99284e16aa7 -r 8c3fd71d18e5 misc/openoffice2/patches/patch-dc
--- a/misc/openoffice2/patches/patch-dc Thu Apr 17 08:43:07 2008 +0000
+++ b/misc/openoffice2/patches/patch-dc Thu Apr 17 08:43:31 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-dc,v 1.1 2008/04/07 16:24:51 hira Exp $
+$NetBSD: patch-dc,v 1.2 2008/04/17 08:43:31 joerg Exp $
 
 --- icc/SampleICC-1.3.2.patch.orig     2008-04-07 18:02:17.000000000 +0900
 +++ icc/SampleICC-1.3.2.patch  2008-04-07 18:03:10.000000000 +0900
@@ -7,7 +7,7 @@
  ! 
  ! #ifndef WIN32
 -! #ifdef sun
-+! #if defined sun || defined __NetBSD__
++! #if 1
  ! #include <errno.h>
  ! #else
  ! #include <sys/errno.h>
diff -r b99284e16aa7 -r 8c3fd71d18e5 misc/openoffice2/patches/patch-dd
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/openoffice2/patches/patch-dd Thu Apr 17 08:43:31 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-dd,v 1.1 2008/04/17 08:43:31 joerg Exp $
+
+--- icc/SampleICC-1.3.2-bendian.patch.orig     2008-04-16 12:11:16.000000000 +0200
++++ icc/SampleICC-1.3.2-bendian.patch
+@@ -575,7 +575,7 @@
+ ! using namespace std;
+ ! 
+ ! #ifndef WIN32
+-! #ifdef sun
++! #if 1
+ ! #include <errno.h>
+ ! #else
+ ! #include <sys/errno.h>



Home | Main Index | Thread Index | Old Index