Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2021 19:28:27 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563839 - head/chinese/sunpinyin
Message-ID:  <202102021928.112JSRW4006219@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102021928.112JSRW4006219>