Bug 194136 - [patch] net-im/uTox: fix dependencies, add DBUS option
Summary: [patch] net-im/uTox: fix dependencies, add DBUS option
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-04 07:13 UTC by Andriy Voskoboinyk
Modified: 2014-10-07 19:03 UTC (History)
2 users (show)

See Also:
avos: maintainer-feedback? (fidaj)


Attachments
Makefile.diff (1.17 KB, patch)
2014-10-04 07:13 UTC, Andriy Voskoboinyk
no flags Details | Diff
portlint.txt (185 bytes, text/plain)
2014-10-04 07:15 UTC, Andriy Voskoboinyk
no flags Details
poudriere.log (31.21 KB, text/plain)
2014-10-04 07:16 UTC, Andriy Voskoboinyk
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andriy Voskoboinyk freebsd_committer freebsd_triage 2014-10-04 07:13:14 UTC
Created attachment 147955 [details]
Makefile.diff

- Add runtime dependency on net-im/tox (workaround).
- Remove stale libXft dependency. Add instead:
  * Fontconfig / freetype2 dependencies.
  * USE_XORG = x11 xext xrender.
- Add missing dependencies (libv4l / libvpx / openal).
- Make dbus dependency optional.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-10-04 07:13:14 UTC
Maintainer CC'd
Comment 2 Andriy Voskoboinyk freebsd_committer freebsd_triage 2014-10-04 07:15:10 UTC
Created attachment 147956 [details]
portlint.txt
Comment 3 Andriy Voskoboinyk freebsd_committer freebsd_triage 2014-10-04 07:16:01 UTC
Created attachment 147957 [details]
poudriere.log
Comment 4 Ivan Klymenko 2014-10-04 19:29:56 UTC
I approve this patch.

Thanks.
Comment 5 commit-hook freebsd_committer freebsd_triage 2014-10-07 18:28:44 UTC
A commit references this bug:

Author: amdmi3
Date: Tue Oct  7 18:28:28 UTC 2014
New revision: 370387
URL: https://svnweb.freebsd.org/changeset/ports/370387

Log:
  - Add runtime dependency on net-im/tox (workaround).
  - Remove stale libXft dependency. Add instead:
    * Fontconfig / freetype2 dependencies.
    * USE_XORG = x11 xext xrender.
  - Add missing dependencies (libv4l / libvpx / openal).
  - Make dbus dependency optional.

  PR:		194136
  Submitted by:	s3erios@gmail.com
  Approved by:	fidaj@ukr.net (maintainer)

Changes:
  head/net-im/uTox/Makefile
Comment 6 Ivan Klymenko 2014-10-07 19:03:11 UTC
Thanks to all.