diff options
author | John Marino <marino@FreeBSD.org> | 2015-12-05 23:29:36 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-12-05 23:29:36 +0000 |
commit | f01cba6e50575183cf50dc87ded17319b63e1a14 (patch) | |
tree | 6ef0e1020a116341931d3335d3863622b9586ead /databases/fpc-fpindexer | |
parent | c502e77d8f318117c0982f8999f2e243e8ef511c (diff) | |
download | ports-f01cba6e50575183cf50dc87ded17319b63e1a14.tar.gz ports-f01cba6e50575183cf50dc87ded17319b63e1a14.zip |
Notes
Diffstat (limited to 'databases/fpc-fpindexer')
-rw-r--r-- | databases/fpc-fpindexer/Makefile | 4 | ||||
-rw-r--r-- | databases/fpc-fpindexer/pkg-plist | 15 |
2 files changed, 7 insertions, 12 deletions
diff --git a/databases/fpc-fpindexer/Makefile b/databases/fpc-fpindexer/Makefile index 34745c319e6f..6ce22662cdb6 100644 --- a/databases/fpc-fpindexer/Makefile +++ b/databases/fpc-fpindexer/Makefile @@ -1,14 +1,14 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 2 CATEGORIES= databases lang PKGNAMESUFFIX= -fpindexer MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Database indexer with database/flat file backend -USE_FPC= chm fcl-base fcl-db fcl-xml ibase sqlite +USE_FPC= chm dblib fcl-base fcl-db fcl-json fcl-xml ibase mysql odbc \ + oracle postgres pxlib sqlite rtl-extra MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} diff --git a/databases/fpc-fpindexer/pkg-plist b/databases/fpc-fpindexer/pkg-plist index b56d005fb150..e2aca4d3d286 100644 --- a/databases/fpc-fpindexer/pkg-plist +++ b/databases/fpc-fpindexer/pkg-plist @@ -1,10 +1,11 @@ -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/Package.fpc +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fpindexer.fpm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/dbindexer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/dbindexer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fbindexdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fbindexdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpindexer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpindexer.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpindexer.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpmasks.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpmasks.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireaderhtml.o @@ -13,16 +14,10 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireaderpas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireaderpas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireadertxt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireadertxt.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpdbindexer.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpfbindexdb.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpfpindexer.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpfpmasks.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpireaderhtml.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpireaderpas.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpireadertxt.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpmemindexdb.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/libpsqldbindexdb.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/memindexdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/memindexdb.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/memindexdb.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/sqldbindexdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/sqldbindexdb.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/sqliteindexdb.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/sqliteindexdb.ppu |