mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 19:35:28 -04:00
devel/lfcxml: 1.2.3 -> 1.2.4 databases/cego: 2.30.3 -> 2.30.5 lfcbase: - code format cleanup lfcxml: - code format cleanup cego: - Code optimizations tested. The performance improvements on subselects are achieved as expected. - Code optimization for join buffer handling. Now a double pointer list is used to just keep references on CegoField lists. This should avoid expensive memory copies in case of creating parent join buffers for sub selects. - code format cleanup - Fix in CegoAdmMon, CGNOMONITOR definition was fixed, now defined via configure Submitted by: Bjoern Lemke <lemke@lemke-it.com>
22 lines
412 B
Makefile
22 lines
412 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lfcxml
|
|
PORTVERSION= 1.2.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.lemke-it.com/
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= C++ XML library, used for databases/cego
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= liblfcbase.so:devel/lfcbase
|
|
|
|
USES= libtool
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|