pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cmake Add VAX to the list of supported architect...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7ffe07b78de3
branches: trunk
changeset: 604271:7ffe07b78de3
user: abs <abs%pkgsrc.org@localhost>
date: Mon May 28 18:06:48 2012 +0000
description:
Add VAX to the list of supported architectures
(That is not a typo)
diffstat:
devel/cmake/distinfo | 3 ++-
devel/cmake/patches/patch-Utilities_KWIML_ABI.h.in | 17 +++++++++++++++++
2 files changed, 19 insertions(+), 1 deletions(-)
diffs (37 lines):
diff -r 13e0689e0cd9 -r 7ffe07b78de3 devel/cmake/distinfo
--- a/devel/cmake/distinfo Mon May 28 13:34:42 2012 +0000
+++ b/devel/cmake/distinfo Mon May 28 18:06:48 2012 +0000
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.36 2012/02/16 18:32:25 hans Exp $
+$NetBSD: distinfo,v 1.37 2012/05/28 18:06:48 abs Exp $
SHA1 (cmake-2.8.7.tar.gz) = d206182b454f4d1ddeb0f11d7d1be8a66e5c2464
RMD160 (cmake-2.8.7.tar.gz) = 13b188e75152feef4e5692807e3a9e7c34b26fe3
Size (cmake-2.8.7.tar.gz) = 5667409 bytes
SHA1 (patch-Modules_FindX11.cmake) = a75a6834a376a51a314989b9996a5208cc0682ab
SHA1 (patch-Modules_Platform_SunOS.cmake) = a873f937568744208fec90f80ebb67ca3150b49a
+SHA1 (patch-Utilities_KWIML_ABI.h.in) = 3e71a1a38f156a0711e273628d95a938072566c5
SHA1 (patch-Utilities_KWIML_CMakeLists.txt) = 4e8cef0eab2ad8cb27cd7076e077bb5e7425a95c
SHA1 (patch-aa) = 1af37a3f7bd8423785acff80d7b89c75018e5cab
SHA1 (patch-ab) = 85b3bf0d51d5235f57195c82fb3888d08b3d4099
diff -r 13e0689e0cd9 -r 7ffe07b78de3 devel/cmake/patches/patch-Utilities_KWIML_ABI.h.in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cmake/patches/patch-Utilities_KWIML_ABI.h.in Mon May 28 18:06:48 2012 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-Utilities_KWIML_ABI.h.in,v 1.1 2012/05/28 18:06:48 abs Exp $
+
+Add VAX to the list of supported architectures
+
+--- Utilities/KWIML/ABI.h.in.orig 2011-12-30 16:49:58.000000000 +0000
++++ Utilities/KWIML/ABI.h.in
+@@ -402,6 +402,10 @@ suppression macro @KWIML@_ABI_NO_VERIFY
+ #elif defined(__SYSC_ZARCH__)
+ # define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
+
++/* VAX */
++#elif defined(__vax__)
++# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
++
+ /* Unknown CPU */
+ #elif !defined(@KWIML@_ABI_NO_ERROR_ENDIAN)
+ # error "Byte order of target CPU unknown."
Home |
Main Index |
Thread Index |
Old Index