pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/abiword Solaris is identified by the __sun mac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d124e5135a5b
branches:  trunk
changeset: 514100:d124e5135a5b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jun 07 19:19:28 2006 +0000

description:
Solaris is identified by the __sun macro, not SunOS.

diffstat:

 editors/abiword/distinfo         |   4 ++--
 editors/abiword/patches/patch-ac |  15 ++++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r 1c5c981edb1f -r d124e5135a5b editors/abiword/distinfo
--- a/editors/abiword/distinfo  Wed Jun 07 18:37:06 2006 +0000
+++ b/editors/abiword/distinfo  Wed Jun 07 19:19:28 2006 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.50 2006/04/15 10:47:24 adam Exp $
+$NetBSD: distinfo,v 1.51 2006/06/07 19:19:28 rillig Exp $
 
 SHA1 (abiword-2.4.4.tar.bz2) = e2afde95a408f011a1877bc6647799777845dd18
 RMD160 (abiword-2.4.4.tar.bz2) = 5fad618b07b13a543f55321dd3e8114105cefd5d
 Size (abiword-2.4.4.tar.bz2) = 24687425 bytes
 SHA1 (patch-aa) = b305b8a5dcf16c76e4bc858b6b484592b68aaca1
 SHA1 (patch-ab) = 94191b278b6c5d0a37231efde9dc11097d6c1590
-SHA1 (patch-ac) = 4ab819ee5465a89607d4882f7cf00e8b4daf1f3b
+SHA1 (patch-ac) = 8fe244939c96a322a4db61463b8f66af0fc61e35
 SHA1 (patch-ad) = c3191d8e0e510708d9ab22ee9c6d28a655e031c5
 SHA1 (patch-ae) = 5151b11af67796b62cff9c9518ead0fdd36b80c5
 SHA1 (patch-af) = d3fe1c03fe80648afb729b3dbc4721c413220a0d
diff -r 1c5c981edb1f -r d124e5135a5b editors/abiword/patches/patch-ac
--- a/editors/abiword/patches/patch-ac  Wed Jun 07 18:37:06 2006 +0000
+++ b/editors/abiword/patches/patch-ac  Wed Jun 07 19:19:28 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.15 2005/12/07 16:45:47 joerg Exp $
+$NetBSD: patch-ac,v 1.16 2006/06/07 19:19:28 rillig Exp $
 
---- src/af/util/xp/ut_endian.h.orig    2005-12-06 22:03:57.000000000 +0000
-+++ src/af/util/xp/ut_endian.h
+--- src/af/util/xp/ut_endian.h.orig    2005-10-08 12:53:33.000000000 +0200
++++ src/af/util/xp/ut_endian.h 2006-06-07 21:15:51.188428052 +0200
 @@ -47,6 +47,13 @@
        #else
                #define UT_BIG_ENDIAN
@@ -16,3 +16,12 @@
  #elif defined(__sgi)
        #include <sys/endian.h>
        #if BYTE_ORDER == LITTLE_ENDIAN
+@@ -60,7 +67,7 @@
+       #else
+               #define UT_LITTLE_ENDIAN
+       #endif
+-#elif defined(SunOS)  /* this is defined by src/config/platform/sunos.mk */
++#elif defined(SunOS) || defined(__sun)        /* this is defined by src/config/platform/sunos.mk */
+         #include <sys/isa_defs.h>
+         #if defined(_BIG_ENDIAN)
+                 #define UT_BIG_ENDIAN



Home | Main Index | Thread Index | Old Index