mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
c3a3c592b8
databases/cego: update 2.38.12 -> 2.38.14 lfcbase: - Stability patch for strptime implementation ( MinGW only ) cego: - Fixed memory lead in CegoDistManager destructor ( _pPA was not deleted ) - Further optimization done in CegoBTreeCursor, introduced methods traceLow and inRange to treat btree comparison in a more efficient way - Fix in CegoAttrCond::getIndexCond, like and no like comparisons must be filtered out for new btree cursor tracing logic Submitted by: Bjoern Lemke <lemke@lemke-it.com>
24 lines
445 B
Makefile
24 lines
445 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lfcbase
|
|
PORTVERSION= 1.11.5
|
|
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>
|