Index: head/graphics/graphene/Makefile =================================================================== --- head/graphics/graphene/Makefile (revision 461837) +++ head/graphics/graphene/Makefile (revision 461838) @@ -1,39 +1,41 @@ # $FreeBSD$ PORTNAME= graphene PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Optimizations for speeding up vector operations LICENSE= MIT USES= gnome meson pkgconfig python:3.4+ shebangfix tar:xz USE_GNOME= glib20 pygobject3 +USE_LDCONFIG= yes OPTIONS_SUB= yes OPTIONS_DEFINE= GTKDOC #INTROSPECTION #OPTIONS_DEFAULT=INTROSPECTION SHEBANG_FILES= src/identfilter.py USE_GNOME+= introspection:build #INTROSPECTION_DESC= Build Gobject Introspection #INTROSPECTION_USE= gnome=introspection:build #INTROSPECTION_MESON_OFF= -Denable-introspection=false GTKDOC_MESON_TRUE= enable-gtk-doc GTKDOC_DESC= Build documentation +GTKDOC_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc post-patch: @${REINPLACE_CMD} -e 's|=python |=${PYTHON_VERSION} |g' \ ${WRKSRC}/src/meson.build # We don't want install tests post-install: @${RM} -rf ${STAGEDIR}${PREFIX}/libexec/installed-tests .include Index: head/graphics/graphene/pkg-descr =================================================================== --- head/graphics/graphene/pkg-descr (revision 461837) +++ head/graphics/graphene/pkg-descr (revision 461838) @@ -1,16 +1,16 @@ Graphene contains optimizations for speeding up vector operations, those optimizations are optional, and used only if both Graphene was compiled with support for them and if the system you're running on has them. Currently, Graphene supports the following platform-specific fast paths: Streaming SIMD Extensions (SSE) 2 ARM NEON GCC vector extensions In the remote case in which none of these optimizations are available, -Graphene will fall back to a naïve scalar implementation +Graphene will fall back to a naive scalar implementation Graphene can, optionally, provide types for integrating with GObject properties and signals, as well as introspection information for its use with other languages through introspection-based bindings. WWW: http://ebassi.github.io/graphene/