Date: Wed, 7 May 2014 00:39:07 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353138 - in head/devel/libical: . files Message-ID: <201405070039.s470d7T5029333@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed May 7 00:39:06 2014 New Revision: 353138 URL: http://svnweb.freebsd.org/changeset/ports/353138 QAT: https://qat.redports.org/buildarchive/r353138/ Log: devel/libical: Mark not jobs safe This port isn't safe for parallel building. While here, also bring in configure modification for DragonFly Approved by: x11 (kwm) Modified: head/devel/libical/Makefile head/devel/libical/files/patch-configure Modified: head/devel/libical/Makefile ============================================================================== --- head/devel/libical/Makefile Tue May 6 23:52:43 2014 (r353137) +++ head/devel/libical/Makefile Wed May 7 00:39:06 2014 (r353138) @@ -16,6 +16,8 @@ USES= cmake gmake pathfix perl5 USE_PERL5= build USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes + .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" Modified: head/devel/libical/files/patch-configure ============================================================================== --- head/devel/libical/files/patch-configure Tue May 6 23:52:43 2014 (r353137) +++ head/devel/libical/files/patch-configure Wed May 7 00:39:06 2014 (r353138) @@ -5,7 +5,7 @@ os_win32=yes ;; -*linux*) -+*linux*|*freebsd*) ++*linux*|*dragonfly*|*freebsd*) use_builtin_timezone=no os_win32=no ;;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405070039.s470d7T5029333>