Sun Nov 24 02:53:47 2013 UTC ()
Not MAKE_JOBS_SAFE; tries to use gb_miles.h while still building it.
(Seen with 6 jobs.)


(dholland)
diff -r1.6 -r1.7 pkgsrc/devel/sgb/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/devel/sgb/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/sgb/Makefile 2013/04/06 21:07:32 1.6
+++ pkgsrc/devel/sgb/Makefile 2013/11/24 02:53:46 1.7
@@ -1,28 +1,29 @@ @@ -1,28 +1,29 @@
1# $NetBSD: Makefile,v 1.6 2013/04/06 21:07:32 rodent Exp $ 1# $NetBSD: Makefile,v 1.7 2013/11/24 02:53:46 dholland Exp $
2 2
3DISTNAME= sgb-2007-03.28 3DISTNAME= sgb-2007-03.28
4PKGNAME= sgb-20070328 4PKGNAME= sgb-20070328
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= ftp://ftp.cs.stanford.edu/pub/sgb/ 7MASTER_SITES= ftp://ftp.cs.stanford.edu/pub/sgb/
8 8
9MAINTAINER= minskim@NetBSD.org 9MAINTAINER= minskim@NetBSD.org
10HOMEPAGE= http://www-cs-faculty.stanford.edu/~uno/sgb.html 10HOMEPAGE= http://www-cs-faculty.stanford.edu/~uno/sgb.html
11COMMENT= The Stanford GraphBase 11COMMENT= The Stanford GraphBase
12 12
13DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex 13DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex
14DEPENDS+= web2c-[0-9]*:../../print/web2c 14DEPENDS+= web2c-[0-9]*:../../print/web2c
15 15
 16MAKE_JOBS_SAFE= no
16USE_LIBTOOL= yes 17USE_LIBTOOL= yes
17WRKSRC= ${WRKDIR} 18WRKSRC= ${WRKDIR}
18 19
19BUILD_TARGET= lib doc 20BUILD_TARGET= lib doc
20TEST_TARGET= tests 21TEST_TARGET= tests
21 22
22SUBST_CLASSES+= paths 23SUBST_CLASSES+= paths
23SUBST_MESSAGE.paths= Fixing hardcoded paths. 24SUBST_MESSAGE.paths= Fixing hardcoded paths.
24SUBST_STAGE.paths= pre-configure 25SUBST_STAGE.paths= pre-configure
25SUBST_FILES.paths= Makefile 26SUBST_FILES.paths= Makefile
26SUBST_SED.paths= -e 's,@LOCALBASE@,${LOCALBASE},g' 27SUBST_SED.paths= -e 's,@LOCALBASE@,${LOCALBASE},g'
27SUBST_SED.paths+= -e 's,@PREFIX@,$${DESTDIR}${PREFIX},g' 28SUBST_SED.paths+= -e 's,@PREFIX@,$${DESTDIR}${PREFIX},g'
28 29