pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql13-client



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Sat May 14 13:59:27 UTC 2022

Modified Files:
        pkgsrc/databases/postgresql13-client: Makefile

Log Message:
postgresql13-client: Mark MAKE_JOBS_SAFE=no.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql13-client/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql13-client/Makefile
diff -u pkgsrc/databases/postgresql13-client/Makefile:1.15 pkgsrc/databases/postgresql13-client/Makefile:1.16
--- pkgsrc/databases/postgresql13-client/Makefile:1.15  Thu May 12 19:02:45 2022
+++ pkgsrc/databases/postgresql13-client/Makefile       Sat May 14 13:59:27 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/05/12 19:02:45 adam Exp $
+# $NetBSD: Makefile,v 1.16 2022/05/14 13:59:27 jperkin Exp $
 
 PKGNAME=       ${DISTNAME:S/-/13-client-/}
 COMMENT=       PostgreSQL database client programs
@@ -49,6 +49,11 @@ BUILD_DIRS+= ${INSTALL_DIRS}
 # 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