Index: head/devel/libcutl/Makefile =================================================================== --- head/devel/libcutl/Makefile (revision 515184) +++ head/devel/libcutl/Makefile (revision 515185) @@ -1,44 +1,44 @@ # $FreeBSD$ PORTNAME= libcutl PORTVERSION= 1.10.0 PORTREVISION= 16 CATEGORIES= devel MASTER_SITES= http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= rakuco@FreeBSD.org COMMENT= C++ utility library with generic and independent components LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_sparc64= Does not build: cannot configure with boost + LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libexpat.so:textproc/expat2 -BROKEN_sparc64= Does not build: cannot configure with boost - +USES= compiler:c++11-lib libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= compiler:c++11-lib libtool # The checks for external boost and external expat are quite limited and do not # add the ${LOCALBASE} paths correctly (libboost.m4 uses wrong paths and # libexpat.m4 does nothing at all). CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-static \ --with-boost=${LOCALBASE} \ --with-external-boost \ --with-external-expat \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig OPTIONS_DEFINE= DOCS post-patch: # Avoid conflict with C++20 by adding .txt suffix @${MV} ${WRKSRC}/version ${WRKSRC}/version.txt @${REINPLACE_CMD} -i .c++20 '/doc_DATA/s/version/&.txt/' \ ${WRKSRC}/Makefile.in .include Index: head/devel/libcutl/pkg-descr =================================================================== --- head/devel/libcutl/pkg-descr (revision 515184) +++ head/devel/libcutl/pkg-descr (revision 515185) @@ -1,5 +1,5 @@ libcutl is a C++ utility library. It contains a collection of generic and independent components such as meta-programming tests, smart pointers, containers, compiler building blocks, etc. -WWW: http://www.codesynthesis.com/projects/libcutl/ +WWW: https://www.codesynthesis.com/projects/libcutl/