pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/flatbuffers



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Jan  7 20:57:15 UTC 2018

Modified Files:
        pkgsrc/devel/flatbuffers: distinfo
Added Files:
        pkgsrc/devel/flatbuffers/patches: patch-CMakeLists.txt

Log Message:
Don't make assumptions about the runtime environment.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/flatbuffers/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/flatbuffers/patches/patch-CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/flatbuffers/distinfo
diff -u pkgsrc/devel/flatbuffers/distinfo:1.1 pkgsrc/devel/flatbuffers/distinfo:1.2
--- pkgsrc/devel/flatbuffers/distinfo:1.1       Wed Nov 22 19:30:48 2017
+++ pkgsrc/devel/flatbuffers/distinfo   Sun Jan  7 20:57:15 2018
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2017/11/22 19:30:48 minskim Exp $
+$NetBSD: distinfo,v 1.2 2018/01/07 20:57:15 joerg Exp $
 
 SHA1 (flatbuffers-1.8.0.tar.gz) = 658ed4e2859c3f4e5b9a665ae4f78834df4f9136
 RMD160 (flatbuffers-1.8.0.tar.gz) = be717253767ca9e2b36504d9d414ce8bd9d22665
 SHA512 (flatbuffers-1.8.0.tar.gz) = 8f6c84caa6456418fc751ea9de456dd37378b3239d1a41d2205140e7b19a5b8b2e342a22dc8d7fdd0c36878455e9d7401cc6438d3b771f7875e8fcfe7bbd52f1
 Size (flatbuffers-1.8.0.tar.gz) = 616362 bytes
+SHA1 (patch-CMakeLists.txt) = 89679eed28e7b5ce1fb6573c14433acdc43058a6

Added files:

Index: pkgsrc/devel/flatbuffers/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/devel/flatbuffers/patches/patch-CMakeLists.txt:1.1
--- /dev/null   Sun Jan  7 20:57:15 2018
+++ pkgsrc/devel/flatbuffers/patches/patch-CMakeLists.txt       Sun Jan  7 20:57:15 2018
@@ -0,0 +1,20 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2018/01/07 20:57:15 joerg Exp $
+
+--- CMakeLists.txt.orig        2018-01-07 18:01:55.927624647 +0000
++++ CMakeLists.txt
+@@ -132,15 +132,6 @@ elseif(CMAKE_COMPILER_IS_GNUCXX)
+ elseif(${CMAKE_CXX_COMPILER_ID} MATCHES "Clang")
+   set(CMAKE_CXX_FLAGS
+       "${CMAKE_CXX_FLAGS} -std=c++0x -Wall -pedantic -Werror -Wextra -Wno-unused-parameter")
+-  if(NOT "${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
+-    set(CMAKE_CXX_FLAGS
+-        "${CMAKE_CXX_FLAGS} -stdlib=libc++")
+-  endif()
+-  if(NOT ("${CMAKE_SYSTEM_NAME}" MATCHES "FreeBSD" OR
+-          "${CMAKE_SYSTEM_NAME}" MATCHES "Linux"))
+-    set(CMAKE_EXE_LINKER_FLAGS
+-        "${CMAKE_EXE_LINKER_FLAGS} -lc++abi")
+-  endif()
+ 
+   # Certain platforms such as ARM do not use signed chars by default
+   # which causes issues with certain bounds checks.



Home | Main Index | Thread Index | Old Index