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:   adam
Date:           Sat May 21 07:58:23 UTC 2022

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

Log Message:
postgresql13-client: remove 2nd MAKE_JOBS_SAFE


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/databases/postgresql13-client/Makefile:1.17
--- pkgsrc/databases/postgresql13-client/Makefile:1.16  Sat May 14 13:59:27 2022
+++ pkgsrc/databases/postgresql13-client/Makefile       Sat May 21 07:58:22 2022
@@ -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 @@ 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