svn commit: r563839 - head/chinese/sunpinyin

Mark Linimon linimon at FreeBSD.org
Tue Feb 2 19:28:27 UTC 2021


Author: linimon
Date: Tue Feb  2 19:28:27 2021
New Revision: 563839
URL: https://svnweb.freebsd.org/changeset/ports/563839

Log:
  Mark as NOT_FOR riscv64:
  
    ./config.h:119:3: error: can not detect the endianness!
  
  While here, pet portlint (Makevar order).
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/chinese/sunpinyin/Makefile

Modified: head/chinese/sunpinyin/Makefile
==============================================================================
--- head/chinese/sunpinyin/Makefile	Tue Feb  2 19:23:37 2021	(r563838)
+++ head/chinese/sunpinyin/Makefile	Tue Feb  2 19:28:27 2021	(r563839)
@@ -14,14 +14,18 @@ COMMENT=	Statistical language model based input method
 LICENSE=	LGPL21 CDDL
 LICENSE_COMB=	dual
 
+NOT_FOR_ARCHS=		riscv64
+NOT_FOR_ARCHS_REASON=	./config.h:119:3: can not detect the endianness!
+
 LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
 
+USES=		gmake iconv perl5 pkgconfig python:2.7 scons:python2 shebangfix
+
 USE_GITHUB=	yes
 GH_TAGNAME=	a8bd811
 
 MAKE_ARGS+=	--prefix=${PREFIX}
 USE_LDCONFIG=	yes
-USES=		gmake iconv perl5 pkgconfig python:2.7 scons:python2 shebangfix
 USE_PERL5=	build
 SHEBANG_FILES=	python/*.py
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}


More information about the svn-ports-all mailing list