svn commit: r313647 - head/textproc/syck
Martin Wilke
miwi at FreeBSD.org
Fri Mar 8 13:21:31 UTC 2013
Author: miwi
Date: Fri Mar 8 13:21:31 2013
New Revision: 313647
URL: http://svnweb.freebsd.org/changeset/ports/313647
Log:
- BROKEN does not build:
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -fPIC -O2 -pipe -fPIC -fno-strict-aliasing -MT gram.o -MD -MP -MF .deps/gram.Tpo -c -o gram.o gram.c
In file included from sycklex.h:4,
from gram.y:23:
gram.h:107: error: conflicting types for 'syckparse'
Modified:
head/textproc/syck/Makefile (contents, props changed)
Modified: head/textproc/syck/Makefile
==============================================================================
--- head/textproc/syck/Makefile Fri Mar 8 13:13:35 2013 (r313646)
+++ head/textproc/syck/Makefile Fri Mar 8 13:21:31 2013 (r313647)
@@ -9,6 +9,8 @@ MASTER_SITES= http://cloud.github.com/do
MAINTAINER= ports at FreeBSD.org
COMMENT= A library for reading and writing YAML 1.0
+BROKEN= does not build
+
GNU_CONFIGURE= yes
USES= bison
CFLAGS+= -fPIC
More information about the svn-ports-all
mailing list