Files
ports/net/libcmis/Makefile
T
Dima Panov e2cbc721b4 net/libcmis: update to 0.6.1 release (+)
libcmis 0.6.3
  * More robust handling of server responses: added bounds and
    missing-value checks across the XML, SOAP, JSON, multipart and
    base64 parsing paths
  * Reject stray control characters in URLs, headers, credentials and
    proxy settings, and bound the size and duration of a response
  * Run curl_global_init once via std::call_once
  * Build fixes for boost 1.86, libxml2 2.12 and clang
  * Switched continuous integration to GitHub Actions
2026-07-13 17:26:08 +03:00

35 lines
957 B
Makefile

PORTNAME= libcmis
PORTVERSION= 0.6.3
CATEGORIES= net devel
MASTER_SITES= https://github.com/tdf/libcmis/releases/download/v${PORTVERSION}/ \
https://dev-www.libreoffice.org/src/
MAINTAINER= office@FreeBSD.org
COMMENT= Client library for the CMIS interface
WWW= https://github.com/tdf/libcmis
LICENSE= LGPL20 MPL11 GPLv2
LICENSE_COMB= dual
BUILD_DEPENDS= cppunit-config:devel/cppunit \
${LOCALBASE}/lib/libboost_regex.a:devel/boost-libs
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
libcurl.so:ftp/curl
USES= compiler:c++11-lib gmake gnome libtool localbase pathfix \
pkgconfig tar:xz
USE_GNOME= libxml2
CONFIGURE_ARGS= --disable-werror --with-boost=${LOCALBASE} --without-man
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PLIST_SUB= MAJVER=${PORTVERSION:R} SHLIBVER=${PORTVERSION:R:E}
post-patch:
@${REINPLACE_CMD} -e "s|@WITH_LIBCMIS_MAN_FALSE@|#|g" \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>