Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,15 +1,18 @@
# $NetBSD: Makefile,v 1.2 2015/03/15 20:03:24 hiramatsu Exp $
# $NetBSD: Makefile,v 1.4 2016/09/23 08:39:53 roy Exp $
#
DISTNAME= yaml-cpp-0.5.1
DISTNAME= yaml-cpp-0.5.3
CATEGORIES= textproc
MASTER_SITES= http://yaml-cpp.googlecode.com/files/
MASTER_SITES= ${MASTER_SITE_GITHUB:=jbeder/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/yaml-cpp/
HOMEPAGE= https://github.com/jbeder/yaml-cpp/
COMMENT= YAML parser and emitter for C++
LICENSE= mit
GITHUB_TAG= ${DISTNAME}
EXTRACT_USING= bsdtar
USE_CMAKE= yes
USE_LANGUAGES= c c++

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2014/11/24 11:27:52 obache Exp $
@comment $NetBSD: PLIST,v 1.2 2016/09/19 09:52:21 fhajny Exp $
include/yaml-cpp/anchor.h
include/yaml-cpp/binary.h
include/yaml-cpp/contrib/anchordict.h
@@ -8,6 +8,7 @@ include/yaml-cpp/emitfromevents.h
include/yaml-cpp/emitter.h
include/yaml-cpp/emitterdef.h
include/yaml-cpp/emittermanip.h
include/yaml-cpp/emitterstyle.h
include/yaml-cpp/eventhandler.h
include/yaml-cpp/exceptions.h
include/yaml-cpp/mark.h

View File

@@ -1,5 +1,7 @@
$NetBSD: distinfo,v 1.1 2014/11/24 11:27:52 obache Exp $
$NetBSD: distinfo,v 1.3 2016/09/19 09:52:21 fhajny Exp $
SHA1 (yaml-cpp-0.5.1.tar.gz) = 9c5414b4090491e96d1b808fe8628b31e625fdaa
RMD160 (yaml-cpp-0.5.1.tar.gz) = e9c4f9c95bc59df88ed2840f2b92078d984f5b67
Size (yaml-cpp-0.5.1.tar.gz) = 118244 bytes
SHA1 (yaml-cpp-0.5.3.tar.gz) = f1e4c3963f86cfbaa362265f15559adc2ee23589
RMD160 (yaml-cpp-0.5.3.tar.gz) = 7596dc6941d4b6ef09481b6a49113a4993b013a4
SHA512 (yaml-cpp-0.5.3.tar.gz) = cb11acccc5261e4513b597becf6be5d7fef05ef89a11eda3fc7db9e513adf953a2ec9c1bf70b91277076d793f0c65a496c7243d9b4a4240623e5f7034f8d4ad3
Size (yaml-cpp-0.5.3.tar.gz) = 2016629 bytes
SHA1 (patch-test_gmock-1.7.0_configure) = 3d6e638bfca8240a273474328f7c28837dfc8e24

View File

@@ -0,0 +1,24 @@
$NetBSD: patch-test_gmock-1.7.0_configure,v 1.1 2016/09/19 09:52:21 fhajny Exp $
Portability.
--- test/gmock-1.7.0/configure.orig 2016-01-10 18:11:40.000000000 +0000
+++ test/gmock-1.7.0/configure
@@ -15591,7 +15591,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
have_pthreads="$acx_pthread_ok"
fi
- if test "x$have_pthreads" == "xyes"; then
+ if test "x$have_pthreads" = "xyes"; then
HAVE_PTHREADS_TRUE=
HAVE_PTHREADS_FALSE='#'
else
@@ -15621,7 +15621,7 @@ else
enable_external_gtest=yes
fi
-if test "x$with_gtest" == "xno"; then :
+if test "x$with_gtest" = "xno"; then :
as_fn_error $? "Support for GoogleTest was explicitly disabled. Currently GoogleMock has a hard
dependency upon GoogleTest to build, please provide a version, or allow
GoogleMock to use any installed version and fall back upon its internal