mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
a19dcac247
databases/cegobridge: update 1.3.0 -> 1.4.0 cego: - Fix in CegoTableManager::updateTuple, while setting up expression list, field list array must be setup BEFORE block ist set, since field list is needed by block setup ( in case of subqueries for prepare ) cegobridge: - Adaptions for cego-2.39 Submitted by: Bjoern Lemke <lemke@lemke-it.com>
23 lines
468 B
Makefile
23 lines
468 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cegobridge
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.lemke-it.com/
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Imports non-cego database dump files into cego
|
|
|
|
LIB_DEPENDS= liblfcbase.so:devel/lfcbase \
|
|
liblfcxml.so:devel/lfcxml \
|
|
libcego.so:databases/cego
|
|
|
|
LICENSE= GPLv3
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
PLIST_FILES= bin/cegobridge
|
|
|
|
.include <bsd.port.mk>
|