Date: Thu, 3 Jan 2019 15:20:46 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r489187 - branches/2019Q1/chinese/opencc Message-ID: <201901031520.x03FKkW2007006@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Jan 3 15:20:45 2019 New Revision: 489187 URL: https://svnweb.freebsd.org/changeset/ports/489187 Log: MFH: r489186 This port sometimes doesn't build. Adding MAKE_JOBS_UNSAFE fixes it. While here, pet portlint. PR: 234485 Submitted by: Piotr Kubaj Approved by: maintainer Approved by: portmgr (tier-2 blanket) Modified: branches/2019Q1/chinese/opencc/Makefile Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/chinese/opencc/Makefile ============================================================================== --- branches/2019Q1/chinese/opencc/Makefile Thu Jan 3 15:18:29 2019 (r489186) +++ branches/2019Q1/chinese/opencc/Makefile Thu Jan 3 15:20:45 2019 (r489187) @@ -3,8 +3,8 @@ PORTNAME= opencc PORTVERSION= 1.0.5 -PORTREVISION= 2 DISTVERSIONPREFIX= ver. +PORTREVISION= 2 CATEGORIES= chinese converters MAINTAINER= lichray@gmail.com @@ -24,6 +24,7 @@ OPTIONS_DEFINE= TESTS TESTS_DESC= Build the unit testing TESTS_CMAKE_ON= -DENABLE_GTEST=ON +MAKE_JOBS_UNSAFE= yes TEST_TARGET= test post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901031520.x03FKkW2007006>