# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= libcmis VERSION= 0.5.2 KEYWORDS= net devel VARIANTS= standard SDESC[standard]= Client library for the CMIS interface HOMEPAGE= https://github.com/tdf/libcmis CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= https://dev-www.libreoffice.org/src/ DISTFILE[1]= libcmis-0.5.2.tar.xz:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= cppunit:single:standard boost-libraries:dev:standard BUILDRUN_DEPENDS= boost-libraries:primary:standard USES= gmake libtool pkgconfig curl mbsdfix GNOME_COMPONENTS= libxml2 FPC_EQUIVALENT= net/libcmis MUST_CONFIGURE= gnu CONFIGURE_ARGS= --disable-werror --with-boost="{{LOCALBASE}}" --without-man INSTALL_TARGET= install-strip INSTALL_REQ_TOOLCHAIN= yes SOVERSION= 5.0.0 PLIST_SUB= VER=0.5 post-patch: ${REINPLACE_CMD} -e "s|@WITH_LIBCMIS_MAN_FALSE@|#|g" \ ${WRKSRC}/Makefile.in [FILE:180:descriptions/desc.single] LibCMIS is a C++ client library for the CMIS interface. This allows C++ applications to connect to any ECM behaving as a CMIS server like Alfresco, Nuxeo for the open source ones. [FILE:99:distinfo] d7b18d9602190e10d437f8a964a32e983afd57e2db316a07d87477a79f5000a2 484404 libcmis-0.5.2.tar.xz [FILE:866:manifests/plist.single] bin/cmis-client include/libcmis-%%VER%%/libcmis/ allowable-actions.hxx document.hxx exception.hxx folder.hxx libcmis-api.h libcmis.hxx oauth2-data.hxx object-type.hxx object.hxx property-type.hxx property.hxx rendition.hxx repository.hxx session-factory.hxx session.hxx xml-utils.hxx xmlserializable.hxx include/libcmis-c-%%VER%%/libcmis-c/ allowable-actions.h document.h error.h folder.h libcmis-c-api.h libcmis-c.h oauth2-data.h object-type.h object.h property-type.h property.h rendition.h repository.h session-factory.h session.h types.h vectors.h lib/ libcmis-%%VER%%.a libcmis-%%VER%%.so libcmis-%%VER%%.so.%%SOMAJOR%% libcmis-%%VER%%.so.%%SOVERSION%% libcmis-c-%%VER%%.a libcmis-c-%%VER%%.so libcmis-c-%%VER%%.so.%%SOMAJOR%% libcmis-c-%%VER%%.so.%%SOVERSION%% lib/pkgconfig/ libcmis-%%VER%%.pc libcmis-c-%%VER%%.pc [FILE:500:patches/patch-configure] --- configure.orig 2013-02-12 18:02:16.000000000 -0500 +++ configure 2013-02-12 18:03:06.000000000 -0500 @@ -15694,13 +15694,6 @@ CXXFLAGS="$CXXFLAGS -Werror" fi -if test x"$GCC" = xyes; then : - - # Be tough with warnings and produce less careless code - CFLAGS="$CFLAGS -Wall -pedantic -Wshadow -Wendif-labels -Wextra" - CXXFLAGS="$CXXFLAGS -Wall -pedantic -Weffc++ -Wshadow -Wendif-labels -Wextra -Wsign-promo -Woverloaded-virtual -Wnon-virtual-dtor -Wsign-promo" - -fi # Check for curl