summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/ocaml-findlib/Makefile6
-rw-r--r--mail/dovecot2/Makefile6
-rw-r--r--misc/kdepim3/Makefile5
3 files changed, 13 insertions, 4 deletions
diff --git a/devel/ocaml-findlib/Makefile b/devel/ocaml-findlib/Makefile
index 97bb9582ee1..44ee2e36878 100644
--- a/devel/ocaml-findlib/Makefile
+++ b/devel/ocaml-findlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2016/02/06 12:06:07 jaapb Exp $
+# $NetBSD: Makefile,v 1.27 2016/04/30 20:16:11 joerg Exp $
DISTNAME= findlib-1.6.1
PKGNAME= ocaml-${DISTNAME}
@@ -12,6 +12,9 @@ LICENSE= mit
.include "../../mk/ocaml.mk"
+# Undeclared dependencies between different components
+MAKE_JOBS_SAFE= no
+
USE_TOOLS+= gmake m4 bash
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
@@ -21,7 +24,6 @@ CONFIGURE_ARGS+= -config ${PKG_SYSCONFDIR}/ocamlfind.conf
CONFIGURE_ARGS+= -sitelib ${PREFIX}/${OCAML_SITELIBDIR}
CONFIGURE_ARGS+= -no-camlp4
-
BUILD_TARGET= all
.if ${OCAML_USE_OPT_COMPILER} == "yes"
BUILD_TARGET+= opt
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index d04b0adbbf3..be481a83b86 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2016/04/11 19:01:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.86 2016/04/30 20:16:38 joerg Exp $
#
# when updating to a new release, update ABI depends in
# the buildlink3.mk file as well, since the plugins' version
@@ -26,6 +26,10 @@ TEST_TARGET= check
# Explicitly disable inotify on illumos, it is provided for Linux compat only.
CONFIGURE_ENV.SunOS+= ac_cv_func_inotify_init=no
+# Sharing sources between binary and lib triggers libtool bugs
+# mv: rename .deps/auth-stats.Tpo to .deps/auth-stats.Po: No such file or directory
+MAKE_JOBS_SAFE= no
+
.include "../../mk/bsd.prefs.mk"
RCD_SCRIPTS= dovecot
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile
index 7de82a174c8..68deb680698 100644
--- a/misc/kdepim3/Makefile
+++ b/misc/kdepim3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.128 2016/04/11 19:01:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.129 2016/04/30 20:17:24 joerg Exp $
DISTNAME= kdepim-${_KDE_VERSION}
PKGREVISION= 45
@@ -7,6 +7,9 @@ COMMENT= Personal Information Management tools for the KDE desktop
.include "../../meta-pkgs/kde3/Makefile.kde3"
+# propertiesdialog.cpp:25:10: fatal error: 'akregatorconfig.h' file not found
+MAKE_JOBS_SAFE= no
+
USE_TOOLS+= bison flex gawk bash:run perl:run pkg-config
BUILDLINK_API_DEPENDS.gpgme+= gpgme>=0.4.5