pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql13-client postgresql13-client: rem...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cfb6b6666af7
branches: trunk
changeset: 379640:cfb6b6666af7
user: adam <adam%pkgsrc.org@localhost>
date: Sat May 21 07:58:22 2022 +0000
description:
postgresql13-client: remove 2nd MAKE_JOBS_SAFE
diffstat:
databases/postgresql13-client/Makefile | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (21 lines):
diff -r d86bb296d72d -r cfb6b6666af7 databases/postgresql13-client/Makefile
--- a/databases/postgresql13-client/Makefile Sat May 21 07:55:39 2022 +0000
+++ b/databases/postgresql13-client/Makefile Sat May 21 07:58:22 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2022/05/14 13:59:27 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2022/05/21 07:58:22 adam Exp $
PKGNAME= ${DISTNAME:S/-/13-client-/}
COMMENT= PostgreSQL database client programs
@@ -49,11 +49,6 @@
# Without this, the Darwin build fails (related to -bundle_loader).
BUILD_DIRS+= src/backend
-# ld: fatal: library -lpgfeutils: not found
-# ld: fatal: file processing errors. No output written to pg_verifybackup
-# ld: fatal: file processing errors. No output written to initdb
-MAKE_JOBS_SAFE= no
-
.for f in pg_service.conf psqlrc
CONF_FILES+= share/postgresql/${f}.sample ${PKG_SYSCONFDIR}/${f}
.endfor
Home |
Main Index |
Thread Index |
Old Index