pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/boxbackup-client Doesn't have correct order r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8877cbb9219a
branches:  trunk
changeset: 568288:8877cbb9219a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 09 20:31:14 2009 +0000

description:
Doesn't have correct order rules for common.a, so not MAKE_JOBS_SAFE.

diffstat:

 sysutils/boxbackup-client/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 33b05a9b6312 -r 8877cbb9219a sysutils/boxbackup-client/Makefile
--- a/sysutils/boxbackup-client/Makefile        Wed Dec 09 19:05:28 2009 +0000
+++ b/sysutils/boxbackup-client/Makefile        Wed Dec 09 20:31:14 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/06/21 15:05:13 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2009/12/09 20:31:14 joerg Exp $
 #
 
 DISTNAME=      boxbackup-0.10
@@ -11,6 +11,8 @@
 HOMEPAGE=      http://www.boxbackup.org/
 COMMENT=       Backup tool
 
+MAKE_JOBS_SAFE=        no
+
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c++
 USE_TOOLS+=    perl:run



Home | Main Index | Thread Index | Old Index