The NetBSD Project

CVS log for pkgsrc/mk/pgsql.buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / mk

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.64 / (download) - annotate - [select for diffs], Mon Jan 22 22:29:24 2024 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Changes since 1.63: +2 -11 lines
Diff to previous 1.63 (colored) to selected 1.37 (colored)

mk: remove references to removed postgresql 11

Revision 1.63 / (download) - annotate - [select for diffs], Sun Sep 17 08:53:20 2023 UTC (7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.62: +12 -3 lines
Diff to previous 1.62 (colored) to selected 1.37 (colored)

postgresql16: added version 16.0

PostgreSQL 16 raises its performance, with notable improvements to query
parallelism, bulk data loading, and logical replication. There are many
features in this release for developers and administrators alike, including
more SQL/JSON syntax, new monitoring stats for your workloads, and greater
flexibility in defining access control rules for management of policies across
large fleets.

Revision 1.62 / (download) - annotate - [select for diffs], Wed Jun 14 11:26:14 2023 UTC (10 months ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.61: +11 -11 lines
Diff to previous 1.61 (colored) to selected 1.37 (colored)

pgsql.buildlink3.mk: Test pgsql lib existence in cross destdir.

No change for native compiilation, where ${_CROSS_DESTDIR:U} is
empty.

Revision 1.61 / (download) - annotate - [select for diffs], Mon Mar 6 13:16:25 2023 UTC (13 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.60: +2 -11 lines
Diff to previous 1.60 (colored) to selected 1.37 (colored)

mk: remove references to pgsql10

Revision 1.60 / (download) - annotate - [select for diffs], Mon Oct 24 19:52:35 2022 UTC (17 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.59: +12 -3 lines
Diff to previous 1.59 (colored) to selected 1.37 (colored)

Handle PostgreSQL 15.x

Revision 1.59 / (download) - annotate - [select for diffs], Tue Jun 28 09:38:38 2022 UTC (21 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored) to selected 1.37 (colored)

mk: Bump default postgres version to 14

Revision 1.58 / (download) - annotate - [select for diffs], Sun Apr 24 17:46:24 2022 UTC (23 months, 3 weeks ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.57: +2 -11 lines
Diff to previous 1.57 (colored) to selected 1.37 (colored)

mk: de-support PostgreSQL 9.6

Revision 1.57 / (download) - annotate - [select for diffs], Fri Oct 8 10:23:43 2021 UTC (2 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.56: +12 -3 lines
Diff to previous 1.56 (colored) to selected 1.37 (colored)

postgresql14: added version 14.0

PostgreSQL 14 contains many new features and enhancements, including:

Stored procedures can now return data via OUT parameters.

The SQL-standard SEARCH and CYCLE options for common table expressions have been implemented.

Subscripting can now be applied to any data type for which it is a useful notation, not only arrays. In this release, the jsonb and hstore types have gained subscripting operators.

Range types have been extended by adding multiranges, allowing representation of noncontiguous data ranges.

Numerous performance improvements have been made for parallel queries, heavily-concurrent workloads, partitioned tables, logical replication, and vacuuming.

B-tree index updates are managed more efficiently, reducing index bloat.

VACUUM automatically becomes more aggressive, and skips inessential cleanup, if the database starts to approach a transaction ID wraparound condition.

Extended statistics can now be collected on expressions, allowing better planning results for complex queries.

libpq now has the ability to pipeline multiple queries, which can boost throughput over high-latency connections.

Revision 1.56 / (download) - annotate - [select for diffs], Mon Jun 28 13:11:16 2021 UTC (2 years, 9 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.37 (colored)

Bump default postgres to 13

Revision 1.55 / (download) - annotate - [select for diffs], Mon May 24 07:42:01 2021 UTC (2 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.54: +2 -11 lines
Diff to previous 1.54 (colored) to selected 1.37 (colored)

postgresql95: removed; EOL

Revision 1.54 / (download) - annotate - [select for diffs], Tue Oct 20 21:53:31 2020 UTC (3 years, 5 months ago) by otis
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.53: +2 -1 lines
Diff to previous 1.53 (colored) to selected 1.37 (colored)

Set MYSQL_VERSION from within mysql.buildlink3.mk simialrly
to what pgsql.buildlink3.mk does for PostgreSQL.

And while here, document PGSQL_VERSION as variable set by
pgsql.buildlink3.mk

Revision 1.53 / (download) - annotate - [select for diffs], Sun Oct 18 09:24:02 2020 UTC (3 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.52: +12 -3 lines
Diff to previous 1.52 (colored) to selected 1.37 (colored)

postgresql13: added version 13.0

PostgreSQL 13 contains many new features and enhancements, including:
* Space savings and performance gains from de-duplication of B-tree index entries
* Improved performance for queries that use aggregates or partitioned tables
* Better query planning when using extended statistics
* Parallelized vacuuming of indexes
* Incremental sorting

Revision 1.52 / (download) - annotate - [select for diffs], Mon Jul 27 00:17:12 2020 UTC (3 years, 8 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored) to selected 1.37 (colored)

mk/pgsql: Change default to 12

As discussed on foo-pkg at some length, with no significant
objections.

Revision 1.51 / (download) - annotate - [select for diffs], Sat May 23 07:35:56 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.50: +2 -11 lines
Diff to previous 1.50 (colored) to selected 1.37 (colored)

MySQL 5.5 and PostgreSQL 9.4 are no longer with us

Revision 1.50 / (download) - annotate - [select for diffs], Mon Oct 7 19:21:48 2019 UTC (4 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.49: +12 -3 lines
Diff to previous 1.49 (colored) to selected 1.37 (colored)

postgresql12: added version 12.0

Release 12:

General performance improvements, including:
* Optimizations to space utilization and read/write performance for B-tree indexes
* Partitioning performance enhancements, including improved query performance on tables with thousands of partitions, improved insertion performance with INSERT and COPY, and the ability to execute ALTER TABLE ATTACH PARTITION without blocking queries
* Automatic (but overridable) inlining of common table expressions (CTEs)
* Reduction of WAL overhead for creation of GiST, GIN, and SP-GiST indexes
* Support for covering GiST indexes, via the INCLUDE clause
* Multi-column most-common-value (MCV) statistics can be defined via CREATE STATISTICS, to support better plans for queries that test several non-uniformly-distributed columns

Enhancements to administrative functionality, including:
* REINDEX CONCURRENTLY can rebuild an index without blocking writes to its table
* pg_checksums can enable/disable page checksums (used for detecting data corruption) in an offline cluster
* Progress reporting statistics for CREATE INDEX, REINDEX, CLUSTER, VACUUM FULL, and pg_checksums

Support for the SQL/JSON path language

Stored generated columns

Nondeterministic ICU collations, enabling case-insensitive and accent-insensitive grouping and ordering

New authentication features, including:
* Encryption of TCP/IP connections when using GSSAPI authentication
* Discovery of LDAP servers using DNS SRV records
* Multi-factor authentication, using the clientcert=verify-full option combined with an additional authentication method in pg_hba.conf

Revision 1.49 / (download) - annotate - [select for diffs], Tue May 21 05:52:31 2019 UTC (4 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.48: +2 -11 lines
Diff to previous 1.48 (colored) to selected 1.37 (colored)

Remove references to Postgresql 9.3

Revision 1.48 / (download) - annotate - [select for diffs], Tue Oct 23 16:02:51 2018 UTC (5 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.47: +12 -3 lines
Diff to previous 1.47 (colored) to selected 1.37 (colored)

postgresql11: added version 11.0

PostgreSQL 11 provides users with improvements to overall performance of the database system, with specific enhancements associated with very large databases and high computational workloads. Further, PostgreSQL 11 makes significant improvements to the table partitioning system, adds support for stored procedures capable of transaction management, improves query parallelism and adds parallelized data definition capabilities, and introduces just-in-time (JIT) compilation for accelerating the execution of expressions in queries.

Revision 1.47 / (download) - annotate - [select for diffs], Mon May 21 08:07:49 2018 UTC (5 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.46: +2 -11 lines
Diff to previous 1.46 (colored) to selected 1.37 (colored)

Removed postgresql92 support

Revision 1.46 / (download) - annotate - [select for diffs], Mon Oct 23 20:34:27 2017 UTC (6 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.45: +12 -3 lines
Diff to previous 1.45 (colored) to selected 1.37 (colored)

Added support for PostgreSQL 10.0

Revision 1.45 / (download) - annotate - [select for diffs], Thu Jun 1 13:30:26 2017 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.37 (colored)

Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE.

Revision 1.44 / (download) - annotate - [select for diffs], Wed May 24 19:51:12 2017 UTC (6 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.43: +2 -23 lines
Diff to previous 1.43 (colored) to selected 1.37 (colored)

Removed databases/postgresql91

Revision 1.43 / (download) - annotate - [select for diffs], Sun Oct 30 08:57:12 2016 UTC (7 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.42: +12 -3 lines
Diff to previous 1.42 (colored) to selected 1.37 (colored)

Added postgresql96 support

Revision 1.42 / (download) - annotate - [select for diffs], Sun Oct 9 21:08:18 2016 UTC (7 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.37 (colored)

Bump pgsql default to 95.

Revision 1.41 / (download) - annotate - [select for diffs], Thu Feb 25 21:39:07 2016 UTC (8 years, 1 month ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.40: +12 -3 lines
Diff to previous 1.40 (colored) to selected 1.37 (colored)

PostgreSQL 9.5 awareness

Revision 1.40 / (download) - annotate - [select for diffs], Sat Oct 24 21:21:26 2015 UTC (8 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.39: +1 -7 lines
Diff to previous 1.39 (colored) to selected 1.37 (colored)

Unhook further PG 8.4 and 9.0 redirection.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Oct 24 21:18:12 2015 UTC (8 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.37 (colored)

Drop EOLed PostgreSQL 8.4 and 9.0 from the supported list of PG
versions.

Revision 1.38 / (download) - annotate - [select for diffs], Wed Jan 14 21:01:18 2015 UTC (9 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.37: +12 -3 lines
Diff to previous 1.37 (colored)

PostgreSQL 9.4.0:
This release adds many new features which enhance PostgreSQL's flexibility, scalability and performance for many different types of database users, including improvements to JSON support, replication and index performance.

Revision 1.37 / (download) - annotate - [selected], Tue Jun 10 14:21:37 2014 UTC (9 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Bump PostgreSQL default version to 9.3.

Revision 1.36 / (download) - annotate - [select for diffs], Tue Sep 10 15:35:30 2013 UTC (10 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.35: +12 -3 lines
Diff to previous 1.35 (colored) to selected 1.37 (colored)

Added databases/postgresql93 version 9.3.0

Revision 1.35 / (download) - annotate - [select for diffs], Thu Apr 4 21:08:25 2013 UTC (11 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.34: +2 -13 lines
Diff to previous 1.34 (colored) to selected 1.37 (colored)

The PostgreSQL Global Development Group has released a security update to all current versions of the PostgreSQL database system, including versions 9.2.4, 9.1.9, 9.0.13, and 8.4.17. This update fixes a high-exposure security vulnerability in versions 9.0 and later. All users of the affected versions are strongly urged to apply the update immediately.

A major security issue fixed in this release, CVE-2013-1899, makes it possible for a connection request containing a database name that begins with "-" to be crafted that can damage or destroy files within a server's data directory. Anyone with access to the port the PostgreSQL server listens on can initiate this request.

Two lesser security fixes are also included in this release: CVE-2013-1900, wherein random numbers generated by contrib/pgcrypto functions may be easy for another database user to guess, and CVE-2013-1901, which mistakenly allows an unprivileged user to run commands that could interfere with in-progress backups. Finally, this release fixes two security issues with the graphical installers for Linux and Mac OS X: insecure passing of superuser passwords to a script, CVE-2013-1903 and the use of predictable filenames in /tmp CVE-2013-1902.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Oct 5 21:09:02 2012 UTC (11 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.33: +12 -4 lines
Diff to previous 1.33 (colored) to selected 1.37 (colored)

Added databases/postgresql92 version 9.2.1

Revision 1.33 / (download) - annotate - [select for diffs], Thu Aug 2 03:53:19 2012 UTC (11 years, 8 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.37 (colored)

Default to PostgreSQL 9.1 as announced on pkgsrc-users and tech-pkg two weeks ago.

Revision 1.32 / (download) - annotate - [select for diffs], Thu Sep 15 08:36:09 2011 UTC (12 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.31: +12 -3 lines
Diff to previous 1.31 (colored) to selected 1.37 (colored)

Added databases/postgresql91 version 9.1.0

Revision 1.31 / (download) - annotate - [select for diffs], Sun May 8 19:29:02 2011 UTC (12 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.30: +13 -13 lines
Diff to previous 1.30 (colored) to selected 1.37 (colored)

Adjust installed version auto-detection

Revision 1.30 / (download) - annotate - [select for diffs], Tue Oct 12 16:44:19 2010 UTC (13 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.29: +2 -11 lines
Diff to previous 1.29 (colored) to selected 1.37 (colored)

Remove PostgreSQL 8.2 from the list.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Sep 21 08:06:09 2010 UTC (13 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.28: +12 -3 lines
Diff to previous 1.28 (colored) to selected 1.37 (colored)

Added databases/postgresql90 version 9.0.0

Revision 1.28 / (download) - annotate - [select for diffs], Wed Feb 10 19:33:54 2010 UTC (14 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.37 (colored)

Change PostgreSQL default to 8.4.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Aug 14 19:40:48 2009 UTC (14 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.26: +2 -32 lines
Diff to previous 1.26 (colored) to selected 1.37 (colored)

Unsupport PostgreSQL 8.1. Garbage collect detection of ancient versions.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Jul 29 06:33:03 2009 UTC (14 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.25: +12 -3 lines
Diff to previous 1.25 (colored) to selected 1.37 (colored)

Added databases/postgresql84

Revision 1.25 / (download) - annotate - [select for diffs], Thu Mar 13 17:38:48 2008 UTC (16 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored) to selected 1.37 (colored)

Make PostgreSQL 8.2 the default version. Bump all packages using it.
Remove PostgreSQL 8.0 as choice.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Mar 4 12:50:25 2008 UTC (16 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.23: +12 -3 lines
Diff to previous 1.23 (colored) to selected 1.37 (colored)

Added postgresql83

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jun 6 12:40:05 2007 UTC (16 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.22: +6 -1 lines
Diff to previous 1.22 (colored) to selected 1.37 (colored)

Added _VARGROUPS.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Feb 10 08:59:07 2007 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, jlam-pkgviews-base, jlam-pkgviews
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.37 (colored)

Replaced the deprecated PKG_SKIP_REASON with PKG_FAIL_REASON.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Dec 28 12:12:57 2006 UTC (17 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.37 (colored)

Change PostgreSQL default version to 8.1 and bump revision of all
packages which have it active by default.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Dec 27 15:57:36 2006 UTC (17 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.19: +2 -5 lines
Diff to previous 1.19 (colored) to selected 1.37 (colored)

As discussed on tech-pkg, remove PostgreSQL 7.4.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Dec 26 18:42:44 2006 UTC (17 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.18: +7 -1 lines
Diff to previous 1.18 (colored) to selected 1.37 (colored)

Support 8.1 and 8.2 for Darwin

Revision 1.18 / (download) - annotate - [select for diffs], Sat Dec 9 16:18:55 2006 UTC (17 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.17: +9 -3 lines
Diff to previous 1.17 (colored) to selected 1.37 (colored)

Added postgresql82 version 8.2.0

Revision 1.17 / (download) - annotate - [select for diffs], Wed Oct 18 20:48:58 2006 UTC (17 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.16: +16 -1 lines
Diff to previous 1.16 (colored) to selected 1.37 (colored)

Added a stub describing the public interface of this file.

Revision 1.3.2.4, Wed Jun 7 15:25:39 2006 UTC (17 years, 10 months ago) by tv
Branch: tv-derecurse
Changes since 1.3.2.3: +1 -1 lines
FILE REMOVED

EOL the tv-derecurse branch; it has become too outdated.  The last live
revision can be fetched at the tv-derecurse-eol tag.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jun 6 19:43:43 2006 UTC (17 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.15: +2 -5 lines
Diff to previous 1.15 (colored) to selected 1.37 (colored)

One more reminder of PostgreSQL 7.3 to remove...

Revision 1.15 / (download) - annotate - [select for diffs], Mon Mar 20 14:48:45 2006 UTC (18 years, 1 month ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.37 (colored)

postgresql81 has moved from wip to pkgsrc.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jan 8 12:53:53 2006 UTC (18 years, 3 months ago) by abs
Branch: MAIN
Changes since 1.13: +9 -3 lines
Diff to previous 1.13 (colored) to selected 1.37 (colored)

permit postgresl81

Revision 1.13 / (download) - annotate - [select for diffs], Fri Nov 11 15:47:52 2005 UTC (18 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.37 (colored)

Change default PostgreSQL version to 8.0.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Aug 6 23:01:19 2005 UTC (18 years, 8 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.37 (colored)

At least on NetBSD 2.0 i386 postgres80 is currently installing
lib/libecpg.so.5.0.0 not lib/libecpg.so.5.0

Revision 1.11 / (download) - annotate - [select for diffs], Tue May 24 10:01:25 2005 UTC (18 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (colored) to selected 1.37 (colored)

Added a variable PGSQL_VERSION that identifies the PostgreSQL version used.

Revision 1.3.2.3 / (download) - annotate - [select for diffs], Tue May 17 18:29:44 2005 UTC (18 years, 11 months ago) by tv
Branch: tv-derecurse
CVS Tags: tv-derecurse-eol
Changes since 1.3.2.2: +23 -7 lines
Diff to previous 1.3.2.2 (colored) to branchpoint 1.3 (colored) to selected 1.37 (colored)

sync [all but bsd.pkg.mk] with HEAD

Revision 1.10 / (download) - annotate - [select for diffs], Thu May 12 22:19:16 2005 UTC (18 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: tv-derecurse-merge
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.37 (colored)

postgresql80-client is the correct BUILDLINK_PACKAGE word to use when
referring to BUILDLINK_* variables.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 11 20:35:24 2005 UTC (19 years ago) by recht
Branch: MAIN
Changes since 1.8: +21 -3 lines
Diff to previous 1.8 (colored) to selected 1.37 (colored)

catch up with PostgreSQL 8.0.2 and support Darwin .dylib

Revision 1.8 / (download) - annotate - [select for diffs], Thu Mar 24 17:46:01 2005 UTC (19 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.7: +2 -4 lines
Diff to previous 1.7 (colored) to selected 1.37 (colored)

USE_BUILDLINK3 is no longer optional (and cannot be turned off).  Per mail
to tech-pkg:

=====

* USE_BUILDLINK3=YES will be unconditional.  (In fact, USE_BUILDLINK3 will
  be ignored altogether by mk/; but see below.)

* NO_BUILDLINK and NO_WRAPPER will be ignored by mk/.  If a build happens,
  these phases will happen.

* The existing NO_BUILD will imply the previous NO_BUILDLINK and NO_WRAPPER.
  If no build happens, those phases are not needed.

* NO_TOOLS will be ignored by mk/.  The tools phase, which provides much
  more than just the C compiler, will always happen regardless of package.
  This will make metapackage builds only slightly slower, in trade for far
  less user error.

Revision 1.3.2.2 / (download) - annotate - [select for diffs], Mon Mar 21 15:43:00 2005 UTC (19 years, 1 month ago) by tv
Branch: tv-derecurse
Changes since 1.3.2.1: +7 -3 lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored) to selected 1.37 (colored)

sync with HEAD

Revision 1.7 / (download) - annotate - [select for diffs], Thu Mar 17 21:44:58 2005 UTC (19 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: tv-derecurse-base, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.6: +7 -3 lines
Diff to previous 1.6 (colored) to selected 1.37 (colored)

Set PGSQL_TYPE to the PKGBASE of the PostgreSQL library package that's
ultimately selected.  PGSQL_TYPE may be used to reference various
BUILDLINK_*.${PGSQL_TYPE} variables.

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Fri Feb 11 15:27:57 2005 UTC (19 years, 2 months ago) by tv
Branch: tv-derecurse
Changes since 1.3: +9 -4 lines
Diff to previous 1.3 (colored) to selected 1.37 (colored)

sync with HEAD

Revision 1.6 / (download) - annotate - [select for diffs], Mon Feb 7 04:12:49 2005 UTC (19 years, 2 months ago) by dan
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.37 (colored)

pg80 is now in databases, not wip

Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 7 04:07:13 2005 UTC (19 years, 2 months ago) by dan
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.37 (colored)

don't recognise pg80 as pg74 also

Revision 1.4 / (download) - annotate - [select for diffs], Tue Feb 1 11:07:31 2005 UTC (19 years, 2 months ago) by abs
Branch: MAIN
Changes since 1.3: +8 -3 lines
Diff to previous 1.3 (colored) to selected 1.37 (colored)

allow postgresql80 (from wip), similar to java-vm.mk and jdk14

Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 26 21:39:33 2004 UTC (19 years, 5 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Branch point for: tv-derecurse
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.37 (colored)

Add missing PKG_SKIP_REASON when ${_PGSQL_VERSION} is defined, but
the package is not postgresql "74" or "73".

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jul 24 10:40:15 2004 UTC (19 years, 9 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.37 (colored)

Export the according BUILDLINK_PREFIX of postgresql-lib as PGSQL_PREFIX.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 23 21:40:00 2004 UTC (19 years, 9 months ago) by recht
Branch: MAIN
Diff to selected 1.37 (colored)

pgsql.buildlink3.mk is used to select a PostgreSQL version for use by
pkgsrc. It is modeled after lang/python/pyversion.mk and like it
could be influenced by user- and package-settable variables.

More precisely, tt's behaviour is controlled by the following
two variables:

- PGSQL_VERSION_DEFAULT
  A user-settable variable to choose the default PostgreSQL version.
  Default: 74

- PGSQL_VERSIONS_ACCEPTED
  A package-settable list of PostgreSQL versions accepted by the package.
  Default: 74 73

After postgresql-* has been reimported as postgresql73* all depending
packages should be changed to use mk/pgsql.buildlink3.mk.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>