Date: Sun, 4 Nov 2018 11:50:15 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483993 - head/chinese/qterm Message-ID: <201811041150.wA4BoFLB059956@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 11:50:15 2018 New Revision: 483993 URL: https://svnweb.freebsd.org/changeset/ports/483993 Log: Mark BROKEN: fails to build src/uaocodec.cpp:2515:61: error: constant expression evaluates to -128 which cannot be narrowed to type 'uchar' (aka 'unsigned char') [-Wc++11-narrowing] {'\x00','\x7d'},{'\x00','\x7e'},{'\x00','\x7f'},{'\x00','\x80'},{'\x00','\x00'}, ^~~~~~ Reported by: pkg-fallout Modified: head/chinese/qterm/Makefile Modified: head/chinese/qterm/Makefile ============================================================================== --- head/chinese/qterm/Makefile Sun Nov 4 10:41:08 2018 (r483992) +++ head/chinese/qterm/Makefile Sun Nov 4 11:50:15 2018 (r483993) @@ -10,6 +10,8 @@ MASTER_SITES= SF/qterm/qterm/${PORTVERSION} MAINTAINER= kaiwang27@gmail.com COMMENT= BBS client for BSD/Linux +BROKEN= fails to build + USES= qt:4 tar:bzip2 cmake perl5 USE_PERL5= build USE_QT= codecs-cn_run codecs-tw_run gui help-tools_build \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041150.wA4BoFLB059956>