Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2019 15:18:29 +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: r489186 - head/chinese/opencc
Message-ID:  <201901031518.x03FITWs006733@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Jan  3 15:18:29 2019
New Revision: 489186
URL: https://svnweb.freebsd.org/changeset/ports/489186

Log:
  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

Modified:
  head/chinese/opencc/Makefile

Modified: head/chinese/opencc/Makefile
==============================================================================
--- head/chinese/opencc/Makefile	Thu Jan  3 15:15:05 2019	(r489185)
+++ head/chinese/opencc/Makefile	Thu Jan  3 15:18:29 2019	(r489186)
@@ -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?201901031518.x03FITWs006733>