3355938f08
lfcbase: - compiler warnings fixed for class Chain::toUpper and toLower ( dynamic wText allocation ) cego: - procedure cache - Added admin command set maxpagedelete to set up maximum number of pages marked for delete before forcing a checkpoint. - CegoQueryManager: _authUser has to be stored locally, otherwise setUser method looses user information, if auth was not enabled - new admin command object usage to show usage of tableset objects to detect any usage leaks and to get an overview of objects in use by running database threads - backupManager: indicate number of logs to recover up to crash for the corresponding backup id. - Fix added in CegoRecoveryManager::recoverCurrentTransactionLog - Added list transaction command - Added cgclt command show transaction to indicate detailed transaction information - in CegoPredicate::Constructor, for LIKE-Constructor, the case ISNOTLIKE was not treated with the right condition ( ! isNegated && isCaseSensitive => isNegated && isCaseSensitive )
21 lines
428 B
Makefile
21 lines
428 B
Makefile
PORTNAME= lfcbase
|
|
PORTVERSION= 1.23.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.lemke-it.com/
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Collection of basic c++ classes, used for databases/cego
|
|
WWW= https://www.lemke-it.com/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= libtool ncurses tar:bz2
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|