svn commit: r489186 - head/chinese/opencc

Mark Linimon linimon at FreeBSD.org
Thu Jan 3 15:18:30 UTC 2019


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


More information about the svn-ports-head mailing list