ports/136468: PostgreSQL port message mentions obsolete module
Hywel Mallett
hywel at hmallett.co.uk
Wed Jul 8 17:00:13 UTC 2009
>Number: 136468
>Category: ports
>Synopsis: PostgreSQL port message mentions obsolete module
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Jul 08 17:00:12 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Hywel Mallett
>Release: 7.2-RELEASE-p1
>Organization:
>Environment:
FreeBSD xxxxxxxx 7.2-RELEASE-p1 FreeBSD 7.2-RELEASE-p1 #5: Tue Jun 16 21:42:57 BST 2009 xxxxxxx:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
When installing the postgresql83-client or postgresql84-client ports, the pkg-message prompts you to look at the contrib directory, which includes goodies such as autovacuum and pgcrypto. autovacuum was removed from contrib in PostgreSQL 8.1.
>How-To-Repeat:
Install the postgresql83-clinet or postgresql84-client port.
>Fix:
Change the file files/pkg-message-client.in and change "autovacuum" to "pg_standby", as that's a far more exciting addition to 8.3.
Patch attached with submission follows:
diff -ur /usr/ports/databases/postgresql83-server/files/pkg-message-client.in databases/postgresql83-server/files/pkg-message-client.in
--- /usr/ports/databases/postgresql83-server/files/pkg-message-client.in 2006-12-06 16:48:57.000000000 +0000
+++ databases/postgresql83-server/files/pkg-message-client.in 2009-07-08 17:44:39.000000000 +0100
@@ -26,7 +26,7 @@
postgresql-contrib
Lots of contributed utilities, postgresql functions and
- datatypes. There you find autovacuum, pgcrypto and many other cool
+ datatypes. There you find pg_standby, pgcrypto and many other cool
things.
etc...
diff -ur /usr/ports/databases/postgresql84-server/files/pkg-message-client.in databases/postgresql84-server/files/pkg-message-client.in
--- /usr/ports/databases/postgresql84-server/files/pkg-message-client.in 2006-12-06 16:48:57.000000000 +0000
+++ databases/postgresql84-server/files/pkg-message-client.in 2009-07-08 17:44:57.000000000 +0100
@@ -26,7 +26,7 @@
postgresql-contrib
Lots of contributed utilities, postgresql functions and
- datatypes. There you find autovacuum, pgcrypto and many other cool
+ datatypes. There you find pg_standby, pgcrypto and many other cool
things.
etc...
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list