summaryrefslogtreecommitdiff
path: root/databases/postgresql91-server/files/patch-doc-src-sgml-Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired/expiring ports:Rene Ladan2016-10-031-20/+0
| | | | | | | | | | 2016-10-01 databases/postgresql91-client: End-of-life is near 2016-10-08 databases/postgresql91-pgtcl: Depends on expired PostgreSQL 9.1 2016-10-01 databases/postgresql91-server: End-of-life is near 2016-10-08 databases/postgresql-pllua: Depends on expired PostgreSQL 9.1 Notes: svn path=/head/; revision=423218
* 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