summaryrefslogtreecommitdiff
path: root/databases/postgresql80-client
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2005-05-11 00:40:15 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2005-05-11 00:40:15 +0000
commitebc37b4280af7c97d0b2d8b0724cb33e36c05bc8 (patch)
treed863b10281fb5e8e7346b9cd123898ab066d2533 /databases/postgresql80-client
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)
Notes
Notes: svn path=/head/; revision=135025
Diffstat (limited to 'databases/postgresql80-client')
-rw-r--r--databases/postgresql80-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql80-client/Makefile b/databases/postgresql80-client/Makefile
index 89b56f6c4d0c..455541953e21 100644
--- a/databases/postgresql80-client/Makefile
+++ b/databases/postgresql80-client/Makefile
@@ -15,7 +15,7 @@ COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql80-server
-BUILD_DIRS= src/include src/interfaces src/bin doc
+BUILD_DIRS= src/include src/interfaces src/bin doc src/makefiles
CLIENT_ONLY= yes
INSTALLS_SHLIB= yes