pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cmake Treat DragonFly the same way as FreeBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea1b61ca3333
branches:  trunk
changeset: 632330:ea1b61ca3333
user:      asau <asau%pkgsrc.org@localhost>
date:      Tue Mar 25 07:11:52 2014 +0000

description:
Treat DragonFly the same way as FreeBSD.
This fixes build on DragonFly 3.7 as reported by David Shao in PR pkg/48660.

diffstat:

 devel/cmake/distinfo                                         |  4 ++--
 devel/cmake/patches/patch-Source_kwsys_SystemInformation.cxx |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 2506c241a43f -r ea1b61ca3333 devel/cmake/distinfo
--- a/devel/cmake/distinfo      Mon Mar 24 22:09:53 2014 +0000
+++ b/devel/cmake/distinfo      Tue Mar 25 07:11:52 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.57 2014/03/24 20:42:11 asau Exp $
+$NetBSD: distinfo,v 1.58 2014/03/25 07:11:52 asau Exp $
 
 SHA1 (cmake-2.8.12.2.tar.gz) = cca70b307aa32a6a32c72e01fdfcecc84c1c2690
 RMD160 (cmake-2.8.12.2.tar.gz) = ee92327c3870f3ae2ea997d0258b0ef141e90525
@@ -7,7 +7,7 @@
 SHA1 (patch-Modules_FindFreetype.cmake) = 7868ab96cadc011ccb16205382a3cbfa3d159f32
 SHA1 (patch-Modules_FindX11.cmake) = e5c9f5fd382effb85ae75fe603de00e5e58d788a
 SHA1 (patch-Modules_Platform_SunOS.cmake) = 7a53ae3c902dd69ee22ef9fe0ae2a022d5284f16
-SHA1 (patch-Source_kwsys_SystemInformation.cxx) = 93c66c53dbf91198223d8358cb2da6b8e4b5ece3
+SHA1 (patch-Source_kwsys_SystemInformation.cxx) = 7bad025ea21164f8a4b835665bea87166a5c478c
 SHA1 (patch-Utilities_KWIML_CMakeLists.txt) = 4e8cef0eab2ad8cb27cd7076e077bb5e7425a95c
 SHA1 (patch-aa) = 97bfad3d2c357e9af01677ba86057b78f0661b9b
 SHA1 (patch-ab) = aee3fb2f908aed1ce6e92b7c7ccf5b06f0596502
diff -r 2506c241a43f -r ea1b61ca3333 devel/cmake/patches/patch-Source_kwsys_SystemInformation.cxx
--- a/devel/cmake/patches/patch-Source_kwsys_SystemInformation.cxx      Mon Mar 24 22:09:53 2014 +0000
+++ b/devel/cmake/patches/patch-Source_kwsys_SystemInformation.cxx      Tue Mar 25 07:11:52 2014 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-Source_kwsys_SystemInformation.cxx,v 1.6 2014/03/24 20:42:11 asau Exp $
+$NetBSD: patch-Source_kwsys_SystemInformation.cxx,v 1.7 2014/03/25 07:11:52 asau Exp $
 
 * Add more conditional handling for NetBSD, same as others.
-* Treat FreeBSD the same way as NetBSD and OpenBSD.
+* Treat FreeBSD and DragonFly the same way as NetBSD and OpenBSD.
 * Treat Solaris same as Linux.
 * Use correct cmake define.
 
@@ -12,7 +12,7 @@
  #endif
  
 -#ifdef __FreeBSD__
-+#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
++#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
 +# include <sys/param.h>
  # include <sys/sysctl.h>
 -# include <fenv.h>



Home | Main Index | Thread Index | Old Index