View | Details | Raw Unified | Return to bug 211914
Collapse All | Expand All

(-)devel/flatbuffers/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	flatbuffers
4
PORTNAME=	flatbuffers
5
PORTVERSION=	1.3.0
5
PORTVERSION=	1.4.0
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
8
(-)devel/flatbuffers/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (google-flatbuffers-v1.3.0_GH0.tar.gz) = b81e11aa101927d464a231d6d3b18ab0e8ea4e959b72f415bb385bae0d74df53
1
TIMESTAMP = 1471367765
2
SIZE (google-flatbuffers-v1.3.0_GH0.tar.gz) = 349859
2
SHA256 (google-flatbuffers-v1.4.0_GH0.tar.gz) = d3355f0adcc16054afcce4a3eac90b9c26f926be9a65b2e158867f56ab689e63
3
SIZE (google-flatbuffers-v1.4.0_GH0.tar.gz) = 390520
(-)devel/flatbuffers/files/patch-CMakeLists.txt (-13 lines)
Lines 1-13 Link Here
1
--- CMakeLists.txt.orig	2016-03-02 20:17:45 UTC
2
+++ CMakeLists.txt
3
@@ -85,8 +85,8 @@ elseif(CMAKE_COMPILER_IS_GNUCXX)
4
 elseif("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
5
   set(CMAKE_CXX_FLAGS
6
       "${CMAKE_CXX_FLAGS} -std=c++0x -stdlib=libc++ -Wall -pedantic -Werror -Wextra")
7
-  set(CMAKE_EXE_LINKER_FLAGS
8
-      "${CMAKE_EXE_LINKER_FLAGS} -lc++abi")
9
+  #set(CMAKE_EXE_LINKER_FLAGS
10
+  #    "${CMAKE_EXE_LINKER_FLAGS} -lc++abi")
11
 endif()
12
 
13
 if(FLATBUFFERS_CODE_COVERAGE)
(-)devel/flatbuffers/pkg-plist (+2 lines)
Lines 1-5 Link Here
1
bin/flatc
1
bin/flatc
2
include/flatbuffers/code_generators.h
2
include/flatbuffers/flatbuffers.h
3
include/flatbuffers/flatbuffers.h
4
include/flatbuffers/grpc.h
3
include/flatbuffers/hash.h
5
include/flatbuffers/hash.h
4
include/flatbuffers/idl.h
6
include/flatbuffers/idl.h
5
include/flatbuffers/reflection.h
7
include/flatbuffers/reflection.h

Return to bug 211914