Created attachment 202131 [details] Fix run dependencies in net-im/gajim Yesterday I installed gajim and tried to run it. It failed because of missing run dependencies. The way comments are placed in the RUN_DEPENDS variable breaks the list of run dependencies. I broke the RUN_DEPENDS in multiple commented subvariables which seems to work fine. After that the `make run-depends-list` contains databases/py-sqlite3, graphics/py-cairo and devel/py-pyasn1, as expected. With the original port these dependencies were missing.
A commit references this bug: Author: rm Date: Mon Feb 25 19:48:40 UTC 2019 New revision: 493893 URL: https://svnweb.freebsd.org/changeset/ports/493893 Log: net-im/gajim: fix run dependencies Comments, added to run-depends in the last update broke gajim dependencies installation for some users (this is not something I seeing in poudriere build logs and installing from package though), so remove them and bump PORTREVISION. PR: 235838 Reported by: tobias.rehbein@web.de, des Changes: head/net-im/gajim/Makefile
Committed, thank you!