svn commit: r353138 - in head/devel/libical: . files
John Marino
marino at FreeBSD.org
Wed May 7 00:39:07 UTC 2014
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
;;
More information about the svn-ports-head
mailing list