45603c9000
* Fix character string comparison for Windows locales that consider different character combinations as equal * Repair potential deadlock between concurrent "VACUUM FULL" operations on different system catalogs * Fix longstanding "LISTEN"/"NOTIFY" race condition * Disallow "LISTEN" and "UNLISTEN" within a prepared transaction * Disallow dropping a temporary table within a prepared transaction * Fix rare crash when an error occurs during a query using a hash index * Fix memory leaks in certain usages of set-returning functions * Fix input of datetime values for February 29 in years BC * Fix "unrecognized node type" error in some variants of "ALTER OWNER" * Ensure pg_stat_activity.waiting flag is cleared when a lock wait is aborted * Fix handling of process permissions on Windows Vista * More...
20 lines
621 B
Makefile
20 lines
621 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/04/05 16:40:08 adam Exp $
|
|
|
|
PKGNAME= postgresql82-tsearch2-${BASE_VERS}
|
|
COMMENT= Tsearch2 contrib module for fulltext indexing in PostgreSQL
|
|
|
|
DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server
|
|
|
|
.include "../../databases/postgresql82/Makefile.common"
|
|
|
|
BUILD_DIRS= contrib/tsearch2/snowball contrib/tsearch2
|
|
|
|
USE_LIBTOOL= yes
|
|
PKG_LIBTOOL= ${PKG_SHLIBTOOL}
|
|
|
|
REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib
|
|
REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib
|
|
|
|
.include "../../databases/postgresql82-client/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|