Sat Oct 31 14:00:44 2009 UTC ()
this one doesn't seem to be MAKE_JOBS safe.


(tnn)
diff -r1.8 -r1.9 pkgsrc/databases/postgresql83-client/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/databases/postgresql83-client/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql83-client/Attic/Makefile 2009/09/10 10:07:17 1.8
+++ pkgsrc/databases/postgresql83-client/Attic/Makefile 2009/10/31 14:00:44 1.9
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.8 2009/09/10 10:07:17 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2009/10/31 14:00:44 tnn Exp $
2 2
3PKGNAME= postgresql83-client-${BASE_VERS} 3PKGNAME= postgresql83-client-${BASE_VERS}
4COMMENT= PostgreSQL database client programs 4COMMENT= PostgreSQL database client programs
5 5
6PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
7 7
8.include "../../databases/postgresql83/Makefile.common" 8.include "../../databases/postgresql83/Makefile.common"
9 9
 10MAKE_JOBS_SAFE= no
10USE_TOOLS+= gzip tar 11USE_TOOLS+= gzip tar
11USE_LIBTOOL= yes 12USE_LIBTOOL= yes
12CONFIGURE_ARGS+= --with-openssl 13CONFIGURE_ARGS+= --with-openssl
13CONFIGURE_ARGS+= --with-readline 14CONFIGURE_ARGS+= --with-readline
14CONFIGURE_ARGS+= --with-zlib 15CONFIGURE_ARGS+= --with-zlib
15 16
16# 1. The thread-safety test in ${WRSRC}/src/tools/thread does not pass on 17# 1. The thread-safety test in ${WRSRC}/src/tools/thread does not pass on
17# NetBSD earler than 4.0 or DragonFly. 18# NetBSD earler than 4.0 or DragonFly.
18# 2. configure with --enable-thread-safety fails on OpenBSD. 19# 2. configure with --enable-thread-safety fails on OpenBSD.
19# 20#
20.if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[0-3].*)) || \ 21.if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[0-3].*)) || \
21 ${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD" 22 ${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD"
22PGSQL_THREAD_SAFETY?= no 23PGSQL_THREAD_SAFETY?= no