Index: head/devel/libcutl/Makefile =================================================================== --- head/devel/libcutl/Makefile (revision 402393) +++ head/devel/libcutl/Makefile (revision 402394) @@ -1,33 +1,33 @@ # $FreeBSD$ PORTNAME= libcutl -PORTVERSION= 1.9.0 +PORTVERSION= 1.10.0 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 LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ libexpat.so:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= 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 .include Index: head/devel/libcutl/distinfo =================================================================== --- head/devel/libcutl/distinfo (revision 402393) +++ head/devel/libcutl/distinfo (revision 402394) @@ -1,2 +1,2 @@ -SHA256 (libcutl-1.9.0.tar.gz) = 1b575aa8ed74aa36adc0f755ae9859c6e48166a60779a5564dd21b8cb05afb7d -SIZE (libcutl-1.9.0.tar.gz) = 1012872 +SHA256 (libcutl-1.10.0.tar.gz) = bdee4b10ce621f18ec91e9ba63d539a2d74542a1d443e0e3f819861ab689d2f6 +SIZE (libcutl-1.10.0.tar.gz) = 1024621 Index: head/devel/libcutl/pkg-plist =================================================================== --- head/devel/libcutl/pkg-plist (revision 402393) +++ head/devel/libcutl/pkg-plist (revision 402394) @@ -1,64 +1,64 @@ include/cutl/compiler/code-stream.hxx include/cutl/compiler/code-stream.txx include/cutl/compiler/context.hxx include/cutl/compiler/context.txx include/cutl/compiler/cxx-indenter.hxx include/cutl/compiler/cxx-indenter.ixx include/cutl/compiler/cxx-indenter.txx include/cutl/compiler/sloc-counter.hxx include/cutl/compiler/sloc-counter.txx include/cutl/compiler/traversal.hxx include/cutl/compiler/traversal.txx include/cutl/compiler/type-id.hxx include/cutl/compiler/type-id.ixx include/cutl/compiler/type-id.txx include/cutl/compiler/type-info.hxx include/cutl/compiler/type-info.ixx include/cutl/container/any.hxx include/cutl/container/graph.hxx include/cutl/container/graph.txx include/cutl/container/key.hxx include/cutl/container/map-iterator.hxx include/cutl/container/multi-index.hxx include/cutl/container/pointer-iterator.hxx include/cutl/details/config.h include/cutl/details/config.hxx include/cutl/details/export.hxx include/cutl/details/genx/genx.h include/cutl/exception.hxx include/cutl/fs/auto-remove.hxx include/cutl/fs/exception.hxx include/cutl/fs/path.hxx include/cutl/fs/path.ixx include/cutl/fs/path.txx include/cutl/meta/answer.hxx include/cutl/meta/class-p.hxx include/cutl/meta/polymorphic-p.hxx include/cutl/meta/remove-c.hxx include/cutl/meta/remove-cv.hxx include/cutl/meta/remove-p.hxx include/cutl/meta/remove-v.hxx include/cutl/re.hxx include/cutl/re/re.txx include/cutl/shared-ptr.hxx include/cutl/shared-ptr/base.hxx include/cutl/shared-ptr/base.ixx include/cutl/shared-ptr/base.txx include/cutl/static-ptr.hxx include/cutl/xml/exception.hxx include/cutl/xml/parser.hxx include/cutl/xml/parser.ixx include/cutl/xml/parser.txx include/cutl/xml/qname.hxx include/cutl/xml/serializer.hxx include/cutl/xml/serializer.ixx include/cutl/xml/value-traits.hxx include/cutl/xml/value-traits.txx -lib/libcutl-1.9.so +lib/libcutl-1.10.so lib/libcutl.so libdata/pkgconfig/libcutl.pc %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/version Index: head/devel/xsd/Makefile =================================================================== --- head/devel/xsd/Makefile (revision 402393) +++ head/devel/xsd/Makefile (revision 402394) @@ -1,48 +1,49 @@ # $FreeBSD$ PORTNAME= xsd PORTVERSION= 4.0.0 DISTVERSIONSUFFIX= +dep +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= kde@FreeBSD.org COMMENT= W3C XML Schema to C++ translator LICENSE= FLOSSE GPLv2 LICENSE_COMB= dual LICENSE_NAME_FLOSSE= FLOSS Exception LICENSE_FILE_FLOSSE= ${WRKSRC}/xsd/FLOSSE LICENSE_PERMS_FLOSSE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${LOCALBASE}/include/build-0.3/abspath.make:${PORTSDIR}/devel/build # libxsd-frontend should come from a separate port as well, but at the moment # its distribution as a separate tarball is so poor that it does not even have # a `make install'. LIB_DEPENDS= libcutl.so:${PORTSDIR}/devel/libcutl \ libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 OPTIONS_DEFINE= DOCS EXAMPLES ALL_TARGET= # no default target should be passed to gmake. CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKEFILE= makefile MAKE_ARGS= EXTERNAL_LIBCUTL=y \ install_prefix=${STAGEDIR}${PREFIX} \ install_man_dir=${STAGEDIR}${MANPREFIX}/man \ verbose=1 USES= gmake tar:bzip2 post-patch: # Use devel/build instead of the port's bundled copy. ${RM} -fr ${WRKSRC}/build-0.3 ${LN} -s ${LOCALBASE}/include/build-0.3 ${WRKSRC}/build-0.3 post-install: # Install examples into the right directory. ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${MV} ${STAGEDIR}${DOCSDIR}/examples/* ${STAGEDIR}${EXAMPLESDIR} ${RMDIR} ${STAGEDIR}${DOCSDIR}/examples .include