Date: Sun, 4 Nov 2018 11:50:56 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r483994 - branches/2018Q4/chinese/qterm Message-ID: <201811041150.wA4Boudb060792@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 11:50:55 2018 New Revision: 483994 URL: https://svnweb.freebsd.org/changeset/ports/483994 Log: MFH: r483993 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: branches/2018Q4/chinese/qterm/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/chinese/qterm/Makefile ============================================================================== --- branches/2018Q4/chinese/qterm/Makefile Sun Nov 4 11:50:15 2018 (r483993) +++ branches/2018Q4/chinese/qterm/Makefile Sun Nov 4 11:50:55 2018 (r483994) @@ -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.wA4Boudb060792>