summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-04-01 12:15:34 +0000
committerwiz <wiz@pkgsrc.org>2019-04-01 12:15:34 +0000
commit1237abaf95e2de25f0a41fb79b8ab5ee7bdc6c2d (patch)
tree3cfbf0ca56254a1f50c1f358f1d44190275c2c4d
parent07ae82e78a10d7a1623a7a5e49b97ebb50933290 (diff)
downloadpkgsrc-1237abaf95e2de25f0a41fb79b8ab5ee7bdc6c2d.tar.gz
libyaml: update to 0.2.2.
Changes ======= * https://github.com/yaml/libyaml/pull/95 -- build: do not install config.h * https://github.com/yaml/libyaml/pull/97 -- appveyor.yml: fix Release build * https://github.com/yaml/libyaml/pull/103 -- Remove unused code in yaml_document_delete * https://github.com/yaml/libyaml/pull/104 -- Allow colons in plain scalars inside flow collections * https://github.com/yaml/libyaml/pull/109 -- Fix comparison in tests/run-emitter.c * https://github.com/yaml/libyaml/pull/117 -- Fix typo error * https://github.com/yaml/libyaml/pull/119 -- The closing single quote needs to be indented... * https://github.com/yaml/libyaml/pull/121 -- fix token name typos in comments * https://github.com/yaml/libyaml/pull/122 -- Revert removing of open_ended after top level plain scalar * https://github.com/yaml/libyaml/pull/125 -- Cherry-picks from PR 27 * https://github.com/yaml/libyaml/pull/135 -- Windows/C89 compatibility * https://github.com/yaml/libyaml/pull/136 -- allow override of Windows static lib name
-rw-r--r--textproc/libyaml/Makefile16
-rw-r--r--textproc/libyaml/PLIST2
-rw-r--r--textproc/libyaml/distinfo10
3 files changed, 20 insertions, 8 deletions
diff --git a/textproc/libyaml/Makefile b/textproc/libyaml/Makefile
index 961e5e24b6e..d8ff1d842a9 100644
--- a/textproc/libyaml/Makefile
+++ b/textproc/libyaml/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/07/06 06:50:40 adam Exp $
+# $NetBSD: Makefile,v 1.12 2019/04/01 12:15:34 wiz Exp $
-DISTNAME= yaml-0.2.1
+DISTNAME= yaml-0.2.2
PKGNAME= lib${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= http://pyyaml.org/download/libyaml/
@@ -11,8 +11,20 @@ COMMENT= YAML 1.1 parser and emitter written in C
LICENSE= mit
USE_LIBTOOL= yes
+USE_TOOLS+= autoconf automake
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= yaml-0.1.pc.in
TEST_TARGET= check
+WRKSRC= ${WRKDIR}/lib${DISTNAME}
+
+pre-configure:
+ cd ${WRKSRC} && autoreconf -fiv
+
+# cmake support is incomplete
+#USE_CMAKE= yes
+#CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON
+#post-install:
+# ${RM} -rf ${DESTDIR}${PREFIX}/cmake
+
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/libyaml/PLIST b/textproc/libyaml/PLIST
index 6649391e6c0..6101d66c292 100644
--- a/textproc/libyaml/PLIST
+++ b/textproc/libyaml/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2012/09/02 15:03:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/04/01 12:15:34 wiz Exp $
include/yaml.h
lib/libyaml.la
lib/pkgconfig/yaml-0.1.pc
diff --git a/textproc/libyaml/distinfo b/textproc/libyaml/distinfo
index 00b3242a60c..fb9dfb31d38 100644
--- a/textproc/libyaml/distinfo
+++ b/textproc/libyaml/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/07/06 06:50:40 adam Exp $
+$NetBSD: distinfo,v 1.11 2019/04/01 12:15:34 wiz Exp $
-SHA1 (yaml-0.2.1.tar.gz) = 125a3113681f06320dcdfde48bab47cba9031263
-RMD160 (yaml-0.2.1.tar.gz) = 9247c42fd370324b197b9fa0e7ab077cc2852160
-SHA512 (yaml-0.2.1.tar.gz) = 97ebeea2a2c877b24de2e1ffbf175d07d97d5c8b90e06d21fd057e1114d10b96c04fd92c2ed4e956db751b7ac1686b3fd5778927912ca5bb0d096908a1351235
-Size (yaml-0.2.1.tar.gz) = 599727 bytes
+SHA1 (yaml-0.2.2.tar.gz) = bfbbb06929d05a419525a165f9967385346f6371
+RMD160 (yaml-0.2.2.tar.gz) = 69780e8ab84506e8c2422aa49c1c9743ee433251
+SHA512 (yaml-0.2.2.tar.gz) = 455494591014a97c4371a1f372ad09f0d6e487e4f1d3419c98e9cd2f16d43a0cf9a0787d7250bebee8b8d400df4626f5acd81e90139e54fa574a66ec84964c06
+Size (yaml-0.2.2.tar.gz) = 79465 bytes