Index: x11-toolkits/diorite/Makefile =================================================================== --- x11-toolkits/diorite/Makefile (revision 459555) +++ x11-toolkits/diorite/Makefile (working copy) @@ -11,13 +11,14 @@ 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 Index: x11-toolkits/diorite/files/patch-src_glib_system.vala =================================================================== --- x11-toolkits/diorite/files/patch-src_glib_system.vala (nonexistent) +++ x11-toolkits/diorite/files/patch-src_glib_system.vala (working copy) @@ -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: 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