Index: head/textproc/libyaml/Makefile =================================================================== --- head/textproc/libyaml/Makefile (revision 376977) +++ head/textproc/libyaml/Makefile (revision 376978) @@ -1,20 +1,22 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= libyaml PORTVERSION= 0.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://pyyaml.org/download/libyaml/ DISTNAME= yaml-${PORTVERSION} DIST_SUBDIR= repacked MAINTAINER= jpaetzel@FreeBSD.org COMMENT= YAML 1.1 parser and emitter written in C + +LICENSE= MIT GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool pathfix USE_LDCONFIG= yes .include Index: head/textproc/libyaml/files/patch-src__scanner.c =================================================================== --- head/textproc/libyaml/files/patch-src__scanner.c (nonexistent) +++ head/textproc/libyaml/files/patch-src__scanner.c (revision 376978) @@ -0,0 +1,16 @@ +--- src/scanner.c.orig 2014-03-27 03:54:02.000000000 +0900 ++++ src/scanner.c 2014-12-14 10:07:35.636167929 +0900 +@@ -1106,13 +1106,6 @@ + && parser->indent == (ptrdiff_t)parser->mark.column); + + /* +- * A simple key is required only when it is the first token in the current +- * line. Therefore it is always allowed. But we add a check anyway. +- */ +- +- assert(parser->simple_key_allowed || !required); /* Impossible. */ +- +- /* + * If the current position may start a simple key, save it. + */ + Property changes on: head/textproc/libyaml/files/patch-src__scanner.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property