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: abs
Date: Thu May 12 13:03:58 UTC 2022
Modified Files:
pkgsrc/databases/postgresql14: Makefile options.mk
pkgsrc/databases/postgresql14-client: Makefile
pkgsrc/databases/postgresql14-contrib: Makefile
pkgsrc/databases/postgresql14-docs: Makefile
pkgsrc/databases/postgresql14-plperl: Makefile
pkgsrc/databases/postgresql14-plpython: Makefile
pkgsrc/databases/postgresql14-pltcl: Makefile
pkgsrc/databases/postgresql14-server: Makefile
Log Message:
Add lz4 to postgresql14 options (enabled by default)
Bump PKGREVISION on all including packages just to be on the safe side
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql14/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql14/options.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql14-client/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql14-contrib/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql14-docs/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql14-plperl/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql14-plpython/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql14-pltcl/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql14-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/postgresql14/Makefile
diff -u pkgsrc/databases/postgresql14/Makefile:1.6 pkgsrc/databases/postgresql14/Makefile:1.7
--- pkgsrc/databases/postgresql14/Makefile:1.6 Mon Apr 18 19:10:42 2022
+++ pkgsrc/databases/postgresql14/Makefile Thu May 12 13:03:57 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/04/18 19:10:42 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/05/12 13:03:57 abs Exp $
PKGNAME= ${DISTNAME:S/-/14-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql14-client>=${PKGVERSION_NOREV}:../../databases/postgresql14-client
Index: pkgsrc/databases/postgresql14/options.mk
diff -u pkgsrc/databases/postgresql14/options.mk:1.1 pkgsrc/databases/postgresql14/options.mk:1.2
--- pkgsrc/databases/postgresql14/options.mk:1.1 Fri Oct 8 10:23:43 2021
+++ pkgsrc/databases/postgresql14/options.mk Thu May 12 13:03:57 2022
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2021/10/08 10:23:43 adam Exp $
+# $NetBSD: options.mk,v 1.2 2022/05/12 13:03:57 abs Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.postgresql14
-PKG_SUPPORTED_OPTIONS= bonjour dtrace icu llvm gssapi ldap nls pam
-PKG_SUGGESTED_OPTIONS= gssapi nls
+PKG_SUPPORTED_OPTIONS= bonjour dtrace icu llvm gssapi ldap nls pam lz4
+PKG_SUGGESTED_OPTIONS= gssapi nls lz4
PLIST_VARS+= gssapi llvm nls
@@ -52,6 +52,13 @@ CONFIGURE_ENV+= CLANG=${CC} # XXX: make
PLIST.llvm= yes
.endif
+# lz4 support
+.if !empty(PKG_OPTIONS:Mlz4)
+. include "../../archivers/lz4/buildlink3.mk"
+USE_TOOLS+= pkg-config
+CONFIGURE_ARGS+= --with-lz4
+.endif
+
# NLS support
.if !empty(PKG_OPTIONS:Mnls)
USE_PKGLOCALEDIR= yes
Index: pkgsrc/databases/postgresql14-client/Makefile
diff -u pkgsrc/databases/postgresql14-client/Makefile:1.5 pkgsrc/databases/postgresql14-client/Makefile:1.6
--- pkgsrc/databases/postgresql14-client/Makefile:1.5 Thu May 5 08:22:38 2022
+++ pkgsrc/databases/postgresql14-client/Makefile Thu May 12 13:03:57 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/05/05 08:22:38 nia Exp $
+# $NetBSD: Makefile,v 1.6 2022/05/12 13:03:57 abs Exp $
PKGNAME= ${DISTNAME:S/-/14-client-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql14/Makefile.common"
Index: pkgsrc/databases/postgresql14-contrib/Makefile
diff -u pkgsrc/databases/postgresql14-contrib/Makefile:1.4 pkgsrc/databases/postgresql14-contrib/Makefile:1.5
--- pkgsrc/databases/postgresql14-contrib/Makefile:1.4 Mon Apr 18 19:10:43 2022
+++ pkgsrc/databases/postgresql14-contrib/Makefile Thu May 12 13:03:57 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/04/18 19:10:43 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/05/12 13:03:57 abs Exp $
PKGNAME= ${DISTNAME:S/-/14-contrib-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Contrib subtree of tools and plug-ins
.include "../../databases/postgresql14/Makefile.common"
Index: pkgsrc/databases/postgresql14-docs/Makefile
diff -u pkgsrc/databases/postgresql14-docs/Makefile:1.4 pkgsrc/databases/postgresql14-docs/Makefile:1.5
--- pkgsrc/databases/postgresql14-docs/Makefile:1.4 Mon Apr 18 19:10:43 2022
+++ pkgsrc/databases/postgresql14-docs/Makefile Thu May 12 13:03:57 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/04/18 19:10:43 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/05/12 13:03:57 abs Exp $
PKGNAME= ${DISTNAME:S/-/14-docs-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql14/Makefile.common"
Index: pkgsrc/databases/postgresql14-plperl/Makefile
diff -u pkgsrc/databases/postgresql14-plperl/Makefile:1.4 pkgsrc/databases/postgresql14-plperl/Makefile:1.5
--- pkgsrc/databases/postgresql14-plperl/Makefile:1.4 Mon Apr 18 19:10:43 2022
+++ pkgsrc/databases/postgresql14-plperl/Makefile Thu May 12 13:03:57 2022
@@ -1,7 +1,7 @@
-#$ $NetBSD: Makefile,v 1.4 2022/04/18 19:10:43 adam Exp $
+#$ $NetBSD: Makefile,v 1.5 2022/05/12 13:03:57 abs Exp $
PKGNAME= ${DISTNAME:S/-/14-plperl-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server
Index: pkgsrc/databases/postgresql14-plpython/Makefile
diff -u pkgsrc/databases/postgresql14-plpython/Makefile:1.4 pkgsrc/databases/postgresql14-plpython/Makefile:1.5
--- pkgsrc/databases/postgresql14-plpython/Makefile:1.4 Mon Apr 18 19:10:43 2022
+++ pkgsrc/databases/postgresql14-plpython/Makefile Thu May 12 13:03:57 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/04/18 19:10:43 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/05/12 13:03:57 abs Exp $
PKGNAME= ${DISTNAME:S/-/14-plpython-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server
Index: pkgsrc/databases/postgresql14-pltcl/Makefile
diff -u pkgsrc/databases/postgresql14-pltcl/Makefile:1.4 pkgsrc/databases/postgresql14-pltcl/Makefile:1.5
--- pkgsrc/databases/postgresql14-pltcl/Makefile:1.4 Mon Apr 18 19:10:43 2022
+++ pkgsrc/databases/postgresql14-pltcl/Makefile Thu May 12 13:03:57 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/04/18 19:10:43 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/05/12 13:03:57 abs Exp $
PKGNAME= ${DISTNAME:S/-/14-pltcl-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server
Index: pkgsrc/databases/postgresql14-server/Makefile
diff -u pkgsrc/databases/postgresql14-server/Makefile:1.4 pkgsrc/databases/postgresql14-server/Makefile:1.5
--- pkgsrc/databases/postgresql14-server/Makefile:1.4 Mon Apr 18 19:10:43 2022
+++ pkgsrc/databases/postgresql14-server/Makefile Thu May 12 13:03:58 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/04/18 19:10:43 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/05/12 13:03:58 abs Exp $
PKGNAME= ${DISTNAME:S/-/14-server-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= PostgreSQL database server programs
# mips has no TAS implementation
Home |
Main Index |
Thread Index |
Old Index