From 1d25499d3df3bf1af37d63c037d37cfa4f33e952 Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Mon, 7 Jan 2008 13:51:57 +0000 Subject: Update all PostgreSQL ports to latest versions. This includes a bunch of security fixes: CVE-2007-6067, CVE-2007-4772, CVE-2007-6601, CVE-2007-6600 and CVE-2007-4769. Security: http://www.postgresql.org/about/news.905 --- .../postgresql84-server/files/patch-doc-Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 databases/postgresql84-server/files/patch-doc-Makefile (limited to 'databases/postgresql84-server/files/patch-doc-Makefile') diff --git a/databases/postgresql84-server/files/patch-doc-Makefile b/databases/postgresql84-server/files/patch-doc-Makefile new file mode 100644 index 000000000000..805b541b438a --- /dev/null +++ b/databases/postgresql84-server/files/patch-doc-Makefile @@ -0,0 +1,20 @@ +--- doc/Makefile.orig 2007-02-09 16:55:57.000000000 +0100 ++++ doc/Makefile 2008-01-02 11:38:43.000000000 +0100 +@@ -25,11 +25,12 @@ + + .NOTPARALLEL: + +-ifneq ($(wildcard $(srcdir)/postgres.tar.gz),) +-ifneq (,$(docdir)) +-found_html = yes +-endif +-endif ++# FreeBSD has a separate port for installing the documentation ++#ifneq ($(wildcard $(srcdir)/postgres.tar.gz),) ++#ifneq (,$(docdir)) ++#found_html = yes ++#endif ++#endif + + ifneq ($(wildcard $(srcdir)/man.tar.gz),) + # SCO OpenServer's man system is sufficiently different to not bother. -- cgit v1.2.3