databases/cego: update 2.39.15 -> 2.39.16 lfcbase: - Introduced new method File::flush to force synchronization of data to disk cego: - Fix in CegoObjectManager::insertPageData, new data entry is checked now for maximum available space in page. This is done if a new data page has to be allocated and the data entry still fits not into page - Added File::flush method to CegoLogManager and CegoFileHandler to synchronize log data and datafile data to disk Submitted by: Bjoern Lemke <lemke@lemke-it.com>
23 lines
445 B
Makefile
23 lines
445 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lfcbase
|
|
PORTVERSION= 1.11.9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.lemke-it.com/
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Collection of basic c++ classes, used for databases/cego
|
|
|
|
LICENSE= GPLv3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= autoreconf libtool
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcbase.so.2
|
|
|
|
.include <bsd.port.mk>
|