# pkg install gnome-maps Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Updating database digests format: 100% The following 15 package(s) will be affected (of 0 checked): New packages to be INSTALLED: gnome-maps: 3.18.4 cogl: 1.22.0 clutter: 1.24.2 folks: 0.11.1 libsocialweb: 0.25.21_3 evolution-data-server: 3.18.5_5 libical: 1.0.1 libgweather: 3.18.2 geocode-glib: 3.18.2 zeitgeist: 0.9.16 py27-xdg: 0.25 gjs: 1.44.0 spidermonkey24: 24.2.0_2 libchamplain: 0.12.13 clutter-gtk3: 1.6.6 Number of packages to be installed: 15 The process will require 90 MiB more space. 12 MiB to be downloaded. Proceed with this action? [y/N]: y (...) # % gnome-maps Unsatisfied dependency: Requiring GFBGraph, version 0.2: Typelib file for namespace 'GFBGraph', version '0.2' not found # pkg install gfbgraph (...) # % gnome-maps [WORKS]
Maintainer feedback, please!
Created attachment 192543 [details] patch to add missing dep Please see attached
It looks like gnome-online-accounts is also missing: :: src/main.js pkg.require({ 'cairo': '1.0', 'Champlain': '0.12', 'Clutter': '1.0', 'Cogl': '1.0', 'GeocodeGlib': '1.0', 'Gdk': '3.0', 'GdkPixbuf': '2.0', 'GFBGraph': '0.2', 'Gio': '2.0', 'GLib': '2.0', 'Goa': '1.0', 'GObject': '2.0', 'Gtk': '3.0', 'GtkChamplain': '0.12', 'GtkClutter': '1.0', 'Rest': '0.7', 'Soup': '2.4' });
Created attachment 192564 [details] patch to add missing dep2 and sort deps Please see attached
Attachment 192564 [details] looks good to me though I am not a maintainer.
Can I close that now?
Test it! The problem still exists.
Needs only to comitted.
A commit references this bug: Author: swills Date: Thu May 24 16:55:59 UTC 2018 New revision: 470791 URL: https://svnweb.freebsd.org/changeset/ports/470791 Log: deskutils/gnome-maps: add missing net/gfbgraph dependency PR: 215300 Reported by: vermaden@interia.pl Approved by: maintainer timeout (gnome@FreeBSD.org, >1 month) Changes: head/deskutils/gnome-maps/Makefile
Fix committed, let me know if you have issues.