mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
96fbe512c4
databases/cego: 2.30.21 -> 2.30.23 lfcbase: - Improvements for BigDecimal class All values are normalized now and stored now with non trailing zeros cego: - Fixes for cast operations regarding values for type fixed - Fix in CegoClient, global vars __currencySymbol and __decimalPoint still have not been set up correctly, done in the same way as for CegoMain on server side - Added verify005.sql to dbcheck suite to verify cast operations Submitted by: Bjoern Lemke <lemke@lemke-it.com>
24 lines
443 B
Makefile
24 lines
443 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lfcbase
|
|
PORTVERSION= 1.8.10
|
|
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-stage:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcbase.so.2
|
|
|
|
.include <bsd.port.mk>
|