Files
ports/devel/lfcxml/Makefile
Björn Lemke 58306c09c2 databases/cego: update 2.52.44 -> 2.53.2
- integer cleanup, all int values will be replaced by unsigned
  or unsigned long, where is no need of nagative values
- for those ports:
  devel/lfcbase
  devel/lfcxml
  databases/cego
  databases/cegobridge
  databases/p5-DBD-cego

cego:
- Fix added in CegoDbHander::acceptSession and CegoSerial::readChain
  to treat empty or invalid session requests
- fix in CegoDbThreadPool for bad message handling

p5-DBD-cego:
- Fix added for execute return value and $sth->rows value to
  return affected rows for update statements
2025-12-11 16:47:33 +01:00

22 lines
431 B
Makefile

PORTNAME= lfcxml
PORTVERSION= 1.3.9
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= pi@FreeBSD.org
COMMENT= C++ XML library, used for databases/cego
WWW= https://www.lemke-it.com/
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>