From 0400efe893cbc113bcdd74a621e86c803ab2abd6 Mon Sep 17 00:00:00 2001 From: abs Date: Mon, 28 May 2012 18:06:48 +0000 Subject: Add VAX to the list of supported architectures (That is not a typo) --- devel/cmake/distinfo | 3 ++- devel/cmake/patches/patch-Utilities_KWIML_ABI.h.in | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 devel/cmake/patches/patch-Utilities_KWIML_ABI.h.in (limited to 'devel/cmake') diff --git a/devel/cmake/distinfo b/devel/cmake/distinfo index fb5b860e0b2..64755574699 100644 --- a/devel/cmake/distinfo +++ b/devel/cmake/distinfo @@ -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 --git a/devel/cmake/patches/patch-Utilities_KWIML_ABI.h.in b/devel/cmake/patches/patch-Utilities_KWIML_ABI.h.in new file mode 100644 index 00000000000..190a11d626d --- /dev/null +++ b/devel/cmake/patches/patch-Utilities_KWIML_ABI.h.in @@ -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." -- cgit v1.2.3