svn commit: r465243 - head/devel/libical

Don Lewis truckman at FreeBSD.org
Wed Mar 21 22:26:00 UTC 2018


Author: truckman
Date: Wed Mar 21 22:25:59 2018
New Revision: 465243
URL: https://svnweb.freebsd.org/changeset/ports/465243

Log:
  Remove MAKE_JOBS_UNSAFE from devel/libical.
  
  Upstream fixed libical parallel build in version 2.0.0:
   https://github.com/libical/libical/commit/dcc40c7ae2d337a0d83c077bf9d8f283499c6717
  
  PR:		219057
  Submitted by:	Jia-Shiun Li jiashiun AT gmail.com

Modified:
  head/devel/libical/Makefile

Modified: head/devel/libical/Makefile
==============================================================================
--- head/devel/libical/Makefile	Wed Mar 21 21:39:23 2018	(r465242)
+++ head/devel/libical/Makefile	Wed Mar 21 22:25:59 2018	(r465243)
@@ -21,8 +21,6 @@ USE_GNOME=	introspection:build
 USE_PERL5=	build
 USE_LDCONFIG=	yes
 
-MAKE_JOBS_UNSAFE= yes
-
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "amd64" || ${ARCH} == "ia64"


More information about the svn-ports-all mailing list