Index: head/x11-toolkits/diorite/Makefile =================================================================== --- head/x11-toolkits/diorite/Makefile (revision 460157) +++ head/x11-toolkits/diorite/Makefile (revision 460158) @@ -1,42 +1,44 @@ # $FreeBSD$ PORTNAME= diorite PORTVERSION= 0.2.1 +PORTREVSION= 1 CATEGORIES= x11-toolkits devel MAINTAINER= avilla@FreeBSD.org COMMENT= Utility and widget library based on GLib and GTK+ 3 LICENSE= BSD2CLAUSE BUILD_DEPENDS= valac:lang/vala -USE_GITHUB= yes GH_ACCOUNT= tiliado -USES= gnome pkgconfig shebangfix waf -USE_GNOME= glib20 gtk30 +# USES=waf implicity does USES=python:2,build but that is not sufficient +# for shebangfix to know the python version +USES= gnome pkgconfig python:2.7,build shebangfix waf +USE_GITHUB= yes +USE_GNOME= gdkpixbuf2 glib20 gtk30 USE_XORG= x11 -SHEBANG_LANG= python3 SHEBANG_FILES= testgen.py # --noopt is required to prevent a crash in ipcserver.c, as # the argument of diorite_ipc_server_process_connection_co() gets # optimized out in diorite_ipc_server_process_connection(). CONFIGURE_ARGS= --noopt --platform=LINUX MAKE_ARGS= --no-ldconfig USE_LDCONFIG= yes .ifdef(WITH_DEBUG) CONFIGURE_ARGS+=--debug .else CONFIGURE_ARGS+=--no-debug .endif pre-configure: @${REINPLACE_CMD} -e '/pkgconfig/ s,$${LIBDIR},${PREFIX}/libdata,' \ ${WRKSRC}/wscript post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so .include Index: head/x11-toolkits/diorite/files/patch-src_glib_system.vala =================================================================== --- head/x11-toolkits/diorite/files/patch-src_glib_system.vala (nonexistent) +++ head/x11-toolkits/diorite/files/patch-src_glib_system.vala (revision 460158) @@ -0,0 +1,11 @@ +--- src/glib/system.vala.orig 2016-01-23 21:11:53 UTC ++++ src/glib/system.vala +@@ -61,7 +61,7 @@ namespace Diorite.System + } + + public async void make_directory_with_parents_async( +- File directory, int io_priority=Priority.DEFAULT, Cancellable? cancellable = null) throws GLib.Error ++ File directory, int io_priority=GLib.Priority.DEFAULT, Cancellable? cancellable = null) throws GLib.Error + { + + SingleList dirs = new SingleList(); Property changes on: head/x11-toolkits/diorite/files/patch-src_glib_system.vala ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property