diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2005-05-11 00:40:15 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2005-05-11 00:40:15 +0000 |
commit | ebc37b4280af7c97d0b2d8b0724cb33e36c05bc8 (patch) | |
tree | d863b10281fb5e8e7346b9cd123898ab066d2533 /databases/postgresql90-server/pkg-plist-client | |
parent | 433416fc60b25e7325a7f06b5cbcb3103ed6058f (diff) |
Fixing problems with the recent security patch: When bison was not
installed, the patched gram.y file would not be used and the security
patch would be a no-op. Also, I've had reports of compilation errors
related to bison.
Since checking for the correct version of bison is hard and error
prone, I'm doing what the postgresql distribution does - patching the
yacc:ed .c file to get rid of the building dependency.
Bumping portrevision of -server.
Pointy hat to: me
Noticed by: Mike Harding and others
Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html
Approved by: seanc (implicit)
Notes
Notes:
svn path=/head/; revision=135025
Diffstat (limited to 'databases/postgresql90-server/pkg-plist-client')
-rw-r--r-- | databases/postgresql90-server/pkg-plist-client | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/postgresql90-server/pkg-plist-client b/databases/postgresql90-server/pkg-plist-client index ec7bde8ab088..5810e57ecead 100644 --- a/databases/postgresql90-server/pkg-plist-client +++ b/databases/postgresql90-server/pkg-plist-client @@ -420,6 +420,15 @@ lib/libpq.so.4 lib/libpgtypes.a lib/libpgtypes.so lib/libpgtypes.so.2 +lib/postgresql/pgxs/src/makefiles/pgxs.mk +@dirrm lib/postgresql/pgxs/src/makefiles +lib/postgresql/pgxs/src/Makefile.global +lib/postgresql/pgxs/src/Makefile.port +lib/postgresql/pgxs/src/Makefile.shlib +lib/postgresql/pgxs/src/nls-global.mk +@dirrm lib/postgresql/pgxs/src +@dirrm lib/postgresql/pgxs +@dirrm lib/postgresql %%DOCSDIR%%/README-client @unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true share/postgresql/pg_service.conf.sample |