Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2019 17:16:10 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511889 - head/chinese/pyzy
Message-ID:  <201909121716.x8CHGAnY058614@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Sep 12 17:16:09 2019
New Revision: 511889
URL: https://svnweb.freebsd.org/changeset/ports/511889

Log:
  chinese/pyzy: commit forgotten parts of PR 240457
  
  PR:		240457
  Approved by:	linimon (mentor), henry.hu.sh@gmail.com (maintainer)

Modified:
  head/chinese/pyzy/Makefile

Modified: head/chinese/pyzy/Makefile
==============================================================================
--- head/chinese/pyzy/Makefile	Thu Sep 12 16:17:09 2019	(r511888)
+++ head/chinese/pyzy/Makefile	Thu Sep 12 17:16:09 2019	(r511889)
@@ -11,10 +11,6 @@ COMMENT=	Chinese PinYin and Bopomofo conversion librar
 
 LICENSE=	LGPL21
 
-BROKEN_aarch64=		fails to compile: constant expression evaluates to -1
-BROKEN_armv6=		fails to compile: constant expression evaluates to -1
-BROKEN_armv7=		fails to compile: constant expression evaluates to -1
-
 LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
 
 USE_GITHUB=	yes
@@ -36,13 +32,7 @@ OPENCC_DESC=	Use opencc for simplified and traditional
 OPENCC_CONFIGURE_ENABLE=	opencc
 OPENCC_LIB_DEPENDS=		libopencc.so:chinese/opencc
 
-.include <bsd.port.pre.mk>
-
-.if ${CHOSEN_COMPILER_TYPE} == gcc
-CXXFLAGS+=	-Wno-error=narrowing
-.endif
-
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}-1.0.so
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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