Bug 235838 - net-im/gajim: fix run dependencies
Summary: net-im/gajim: fix run dependencies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-18 18:31 UTC by Tobias Rehbein
Modified: 2019-02-25 19:51 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (rm)


Attachments
Fix run dependencies in net-im/gajim (1.33 KB, patch)
2019-02-18 18:31 UTC, Tobias Rehbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Rehbein 2019-02-18 18:31:03 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-25 19:48:55 UTC
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
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2019-02-25 19:51:01 UTC
Committed, thank you!