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/postgresql92-server/pkg-plist-server | |
| parent | - Remove need for audio/speex-devel, since audio/speex as of version 1.0.5 (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)
Diffstat (limited to 'databases/postgresql92-server/pkg-plist-server')
| -rw-r--r-- | databases/postgresql92-server/pkg-plist-server | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/postgresql92-server/pkg-plist-server b/databases/postgresql92-server/pkg-plist-server index 44b57f274dbc..24cff6b753f0 100644 --- a/databases/postgresql92-server/pkg-plist-server +++ b/databases/postgresql92-server/pkg-plist-server @@ -2,6 +2,7 @@ bin/postmaster bin/postgres etc/periodic/daily/502.pgsql etc/rc.d/010.pgsql.sh +lib/libpgport.a lib/postgresql/ascii_and_mic.so lib/postgresql/cyrillic_and_mic.so lib/postgresql/euc_cn_and_mic.so |
