summaryrefslogtreecommitdiff
path: root/databases/postgresql90-server/files/patch-doc-src-sgml-Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete the now expired postgresql90 ports. Upstream support forMatthew Seaman2016-07-011-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | postgresql-9.0.x was declared EoL in September 2015. Summary: Remove 9.0 from the list of postgresql versions available in ports Disconnect postgresql90 ports from the build Remove postgresql90-pgtcl port Remove postgresql90-client port Move the master postgreslXY-plperl makefile to postgresql95-plperl/Makefile. Adjust include lines in other postgresqlXY-plperl ports Delete postgresql90-plperl Move the master postgreslXY-plpython/{Makefile,pkg-descr} to postgresl95-plpython/{Makefile,pkg-descr} Adjust all other postgresqlXY-plpython/Makefile to include the new master Remove postgresql90-server Reviewers: jgh, girgen, #portmgr, O5 Ports Framework, bapt, crees Reviewed By: #portmgr, O5 Ports Framework, bapt, crees Subscribers: mat Differential Revision: https://reviews.freebsd.org/D6898 Notes: svn path=/head/; revision=417899
* Re-add databases/postgresql90-server, for nowRene Ladan2016-05-161-0/+20
| | | | | | | databases/postgresql9*-pl{perl|python} need it. Notes: svn path=/head/; revision=415347
* Remove expired ports:Rene Ladan2016-05-161-20/+0
| | | | | | | | | | | 2016-04-13 databases/postgresql90-contrib: "EOL was reached in September 2015" 2016-04-13 databases/postgresql90-pltcl: "EOL was reached in September 2015" 2016-04-13 databases/postgresql90-client: "EOL was reached in September 2015" 2016-04-13 databases/postgresql90-docs: "EOL was reached in September 2015" 2016-04-13 databases/postgresql90-server: "EOL was reached in September 2015" Notes: svn path=/head/; revision=415344
* The PostgreSQL Global Development Group today released minor version updatesPalle Girgensohn2011-10-181-8/+11
| | | | | | | | | | | | | | | | for all active branches of the PostgreSQL object-relational database system, including versions 9.1.1, 9.0.5, 8.4.9, 8.3.16 and 8.2.22. All users are strongly urged to update their installations at the next scheduled downtime. URL: http://www.postgresql.org/about/news.1355 Cleanup ports. Better handling of the knob PG_USER. Also add uuid to 9.0 and 9.1 contrib ports. Notes: svn path=/head/; revision=283757
* Don't rebuild manual pages if configure was changedEygene Ryabinkin2011-09-251-0/+17
Sometimes patches for PostgreSQL touch its configure script. And the logics inside current Makefiles for the documentation makes the manual pages (and other stuff) to be dependent of the timestamp of the top-level configure file. This triggers the rebuild of the manual pages, but since some additional XML-related tools are needed, this rebuild can fail. PR: 159844 Approved by: maintainer timeout (1 month) Feature safe: yes Notes: svn path=/head/; revision=282389