Bug 195573 - audio/jack: move doxygen out of DOCS and disable by default
Summary: audio/jack: move doxygen out of DOCS and disable by default
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Koop Mast
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-02 01:13 UTC by Dmitry Marakasov
Modified: 2014-12-16 08:59 UTC (History)
1 user (show)

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


Attachments
Proposed patch (14.74 KB, patch)
2014-12-02 01:13 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2014-12-02 01:13:49 UTC
Created attachment 150089 [details]
Proposed patch

doxygen is a heavy dependency, and generated documentation is only needed for a small number of people, so it's better to make separate DOXYGEN option disabled by default, as most other ports do.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-12-02 01:13:49 UTC
Auto-assigned to maintainer multimedia@FreeBSD.org
Comment 2 Hans Petter Selasky freebsd_committer freebsd_triage 2014-12-05 13:00:16 UTC
Hi,

Patched "jack" port is available from here, and should be upstreamed in not very long!

svn --username anonsvn --password anonsvn \
      checkout svn://svn.turbocat.net/i4b/trunk/ports/audio/jack

--HPS
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-12-16 08:59:25 UTC
A commit references this bug:

Author: kwm
Date: Tue Dec 16 08:58:41 UTC 2014
New revision: 374789
URL: https://svnweb.freebsd.org/changeset/ports/374789

Log:
  Allow jack to be upgraded when already installed. [1]
  Move doxygen depend and docs out of DOCS option. [2]

  PR:		195533 [1], 195573 [2]
  Submitted by:	Mikhail T. <mi@ALDAN.algebra.com> [1], amdmi3@ [2]

Changes:
  head/audio/jack/Makefile
  head/audio/jack/files/patch-configure
  head/audio/jack/pkg-plist
Comment 4 Koop Mast freebsd_committer freebsd_triage 2014-12-16 08:59:54 UTC
Committed, thanks