In message <[email protected]>, Phil Shafer
writes:
> Author: phil
> Date: Thu Jun 8 13:04:01 2017
> New Revision: 319694
> URL: https://svnweb.freebsd.org/changeset/base/319694
>
> Log:
> Import libxo-0.8.0:
> - addition of --libxo colors=xxxxx color map (so I never see "blue")
> - fix bugs from -fsanitize=address and =undefined
> - utf-8 changes (remove support fore 6 byte utf-8 values, which are "histo
> rical")
> - add comments
> - fix man pages
> - update test cases
>
> Submitted by: phil
> Reviewed by: sjg
> Approved by: sjg (mentor)
>
> Modified:
> head/contrib/libxo/Makefile.am
> head/contrib/libxo/configure.ac
> head/contrib/libxo/doc/libxo-manual.html
> head/contrib/libxo/doc/libxo.txt
> head/contrib/libxo/encoder/cbor/enc_cbor.c
> head/contrib/libxo/encoder/test/enc_test.c
> head/contrib/libxo/libxo/libxo.c
> head/contrib/libxo/libxo/xo.h
> head/contrib/libxo/libxo/xo_buf.h
> head/contrib/libxo/libxo/xo_encoder.c
> head/contrib/libxo/libxo/xo_encoder.h
> head/contrib/libxo/libxo/xo_syslog.c
> head/contrib/libxo/tests/core/Makefile.am
> head/contrib/libxo/tests/core/saved/test_01.E.out
> head/contrib/libxo/tests/core/saved/test_02.E.out
> head/contrib/libxo/tests/core/saved/test_03.E.out
> head/contrib/libxo/tests/core/saved/test_04.E.out
> head/contrib/libxo/tests/core/saved/test_05.E.out
> head/contrib/libxo/tests/core/saved/test_06.E.out
> head/contrib/libxo/tests/core/saved/test_07.E.out
> head/contrib/libxo/tests/core/saved/test_08.E.out
> head/contrib/libxo/tests/core/saved/test_09.E.out
> head/contrib/libxo/tests/core/saved/test_10.E.out
> head/contrib/libxo/tests/core/saved/test_11.E.out
> head/contrib/libxo/tests/core/saved/test_11.HIPx.out
> head/contrib/libxo/tests/core/saved/test_12.E.out
> head/contrib/libxo/tests/core/saved/test_12.H.out
> head/contrib/libxo/tests/core/saved/test_12.HIPx.out
> head/contrib/libxo/tests/core/saved/test_12.HP.out
> head/contrib/libxo/tests/core/saved/test_12.J.out
> head/contrib/libxo/tests/core/saved/test_12.JP.out
> head/contrib/libxo/tests/core/saved/test_12.T.out
> head/contrib/libxo/tests/core/saved/test_12.X.out
> head/contrib/libxo/tests/core/saved/test_12.XP.out
> head/contrib/libxo/tests/core/test_12.c
> head/contrib/libxo/tests/gettext/Makefile.am
> head/contrib/libxo/tests/xo/Makefile.am
> head/contrib/libxo/xo/xo.1
> head/contrib/libxo/xohtml/xohtml.1
> head/contrib/libxo/xopo/xopo.1
> head/contrib/libxo/xopo/xopo.c
> head/lib/libxo/add.man
> head/lib/libxo/xo_config.h
> Directory Properties:
> head/contrib/libxo/ (props changed)
>
Hi Phil,
This commit breaks at the below:
===> lib/libxo (all)
/home/cy/current/contrib/libxo/libxo/libxo.c:242:17: error: redefinition of
type
def 'xo_color_t' is a C11 feature [-Werror,-Wtypedef-redefinition]
typedef uint8_t xo_color_t;
^
/home/cy/current/contrib/libxo/libxo/libxo.c:206:17: note: previous
definition i
s here
typedef uint8_t xo_color_t;
^
1 error generated.
--- libxo.o ---
*** [libxo.o] Error code 1
on universe12b.
--
Cheers,
Cy Schubert <[email protected]>
FreeBSD UNIX: <[email protected]> Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"