pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/gprolog lang/gprolog: Build failure is not jobs safe
details: https://anonhg.NetBSD.org/pkgsrc/rev/6aa285e62462
branches: trunk
changeset: 603985:6aa285e62462
user: marino <marino%pkgsrc.org@localhost>
date: Sat May 19 16:31:29 2012 +0000
description:
lang/gprolog: Build failure is not jobs safe
gprolog fails to build on DragonFly-*-i386.
A fatal error (exception raised) occurs on fd2c.pl:215-220 on this
platform. The build hangs after that (halts bulk build forever),
another job apparently never exits.
Setting the package to a single job fixes the problem, so apparently
a successful build is jobs safe, but not a build failure.
diffstat:
lang/gprolog/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r c2cc6276e6be -r 6aa285e62462 lang/gprolog/Makefile
--- a/lang/gprolog/Makefile Sat May 19 15:29:09 2012 +0000
+++ b/lang/gprolog/Makefile Sat May 19 16:31:29 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2010/05/19 09:10:55 asau Exp $
+# $NetBSD: Makefile,v 1.14 2012/05/19 16:31:29 marino Exp $
DISTNAME= gprolog-1.3.1
CATEGORIES= lang
@@ -18,4 +18,6 @@
--with-examples-dir=${PREFIX}/share/examples/gprolog \
--with-c-flags=${CFLAGS:Q}
+MAKE_JOBS_SAFE= no
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index