58306c09c2
- integer cleanup, all int values will be replaced by unsigned or unsigned long, where is no need of nagative values - for those ports: devel/lfcbase devel/lfcxml databases/cego databases/cegobridge databases/p5-DBD-cego cego: - Fix added in CegoDbHander::acceptSession and CegoSerial::readChain to treat empty or invalid session requests - fix in CegoDbThreadPool for bad message handling p5-DBD-cego: - Fix added for execute return value and $sth->rows value to return affected rows for update statements
24 lines
505 B
Makefile
24 lines
505 B
Makefile
PORTNAME= cegobridge
|
|
PORTVERSION= 1.10.0
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.lemke-it.com/
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Imports non-cego database dump files into cego
|
|
WWW= https://www.lemke-it.com/
|
|
|
|
LIB_DEPENDS= liblfcbase.so:devel/lfcbase \
|
|
liblfcxml.so:devel/lfcxml \
|
|
libcego.so:databases/cego
|
|
|
|
USES= readline
|
|
|
|
LICENSE= GPLv3
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
PLIST_FILES= bin/cegobridge
|
|
|
|
.include <bsd.port.mk>
|