svn commit: r483994 - branches/2018Q4/chinese/qterm
Antoine Brodin
antoine at FreeBSD.org
Sun Nov 4 11:50:57 UTC 2018
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 at 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 \
More information about the svn-ports-all
mailing list