Joerg,
I gotta ask you these questions.
Why plpython?
Ive removed the extensions, and modified build_dirs to this:
${WRKSRC}/contrib/tsearch2
and then:
porncatalog# bmake print-PLIST
@comment $NetBSD$
find:
/usr/obj/pkgsrc/databases/postgresql81-plpython2/work/.extract_done: No
such file or directory
find:
/usr/obj/pkgsrc/databases/postgresql81-plpython2/work/.extract_done: No
such file or directory
get the same message if i do bmake print-PLIST on the original plpython
package.
Petr
Joerg Sonnenberger wrote:
On Sat, Oct 21, 2006 at 01:25:15PM +1000, Petr Janda wrote:
Does anyone know how to enable Tsearch2 full-indexing for postgresql-81?
I haven't tried it, but copy postgres81-plpython, remove the
python/extension.mk include and modify the BUILD_DIRS to point to
contrib/tsearch2. "bmake print-PLIST" can be used to create a PLIST
afterwards.
Joerg