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. 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: How-To-Repeat: Install the postgresql83-client or postgresql84-client port.
Responsible Changed From-To: freebsd-ports-bugs->girgen Over to maintainer. (Also applies to 84-client, apparently.)
girgen 2009-07-08 20:31:53 UTC FreeBSD ports repository Modified files: databases/postgresql84-client Makefile databases/postgresql84-server Makefile pkg-plist-client pkg-plist-server databases/postgresql84-server/files pkg-message-client.in Log: Fix broken pkg-plist for gettext files. Also, inform about pg_standby rather than autovacuum. [1] PR: 136468 [1] Revision Changes Path 1.2 +1 -0 ports/databases/postgresql84-client/Makefile 1.194 +1 -0 ports/databases/postgresql84-server/Makefile 1.2 +1 -1 ports/databases/postgresql84-server/files/pkg-message-client.in 1.16 +61 -85 ports/databases/postgresql84-server/pkg-plist-client 1.23 +51 -91 ports/databases/postgresql84-server/pkg-plist-server _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed to 8.4. I will commit it to 8.3 with next change. Thanks.