pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Wed Sep 11 15:15:06 UTC 2024

Modified Files:
        pkgsrc/databases/postgresql16-client: Makefile
        pkgsrc/databases/postgresql16-docs: Makefile
        pkgsrc/databases/postgresql16-server: Makefile

Log Message:
databases/postgresql16-{client,server,docs}: revbump for gssapi fix

The existing packages will have been successfully built with options
that lead to mysterious runtime crashes on certain platforms.
Revbump to force rebuilding without these options (or to force the
build to fail, if the options are explicitly enabled on platforms
where they can't currently work).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql16-client/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql16-docs/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql16-server/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/postgresql16-client/Makefile
diff -u pkgsrc/databases/postgresql16-client/Makefile:1.6 pkgsrc/databases/postgresql16-client/Makefile:1.7
--- pkgsrc/databases/postgresql16-client/Makefile:1.6   Fri Aug  9 21:55:49 2024
+++ pkgsrc/databases/postgresql16-client/Makefile       Wed Sep 11 15:15:05 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2024/08/09 21:55:49 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/09/11 15:15:05 riastradh Exp $
 
 PKGNAME=       ${DISTNAME:S/-/16-client-/}
+PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql16/Makefile.common"

Index: pkgsrc/databases/postgresql16-docs/Makefile
diff -u pkgsrc/databases/postgresql16-docs/Makefile:1.5 pkgsrc/databases/postgresql16-docs/Makefile:1.6
--- pkgsrc/databases/postgresql16-docs/Makefile:1.5     Fri Aug  9 21:55:49 2024
+++ pkgsrc/databases/postgresql16-docs/Makefile Wed Sep 11 15:15:06 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2024/08/09 21:55:49 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/09/11 15:15:06 riastradh Exp $
 
 PKGNAME=       ${DISTNAME:S/-/16-docs-/}
+PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql16/Makefile.common"

Index: pkgsrc/databases/postgresql16-server/Makefile
diff -u pkgsrc/databases/postgresql16-server/Makefile:1.6 pkgsrc/databases/postgresql16-server/Makefile:1.7
--- pkgsrc/databases/postgresql16-server/Makefile:1.6   Fri Aug  9 21:55:50 2024
+++ pkgsrc/databases/postgresql16-server/Makefile       Wed Sep 11 15:15:06 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2024/08/09 21:55:50 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/09/11 15:15:06 riastradh Exp $
 
 PKGNAME=       ${DISTNAME:S/-/16-server-/}
+PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation



Home | Main Index | Thread Index | Old Index