Bug 203490 - audio/ufmcontrol-i18n: fix plist, support libedit
Summary: audio/ufmcontrol-i18n: fix plist, support libedit
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: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-01 19:25 UTC by Dmitry Marakasov
Modified: 2015-10-04 16:18 UTC (History)
0 users

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


Attachments
Patch (1.88 KB, patch)
2015-10-01 19:25 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 2015-10-01 19:25:26 UTC
Created attachment 161622 [details]
Patch

- Support newer libedit by using different name for a constant (fixes build on current)
- Switch to USES=libedit as suggested by stage-qa:

http://poudriere.amdmi3.ru/data/10-amd64-default/failures_all_2015_09_28/logs/errors/ufmcontrol-i18n-0.3.5.log

- Fix indentation
- Set DATADIR, fixing xufmrc installation. Without that, incorrect DATADIR is created, and xufmrc is installed AS (as opposed to `into') share/ufmcontrol.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-10-04 16:17:36 UTC
A commit references this bug:

Author: nivit
Date: Sun Oct  4 16:17:21 UTC 2015
New revision: 398581
URL: https://svnweb.freebsd.org/changeset/ports/398581

Log:
  - Support newer libedit by using different name for a constant
    (fixes build on current)
  - Switch to USES=libedit as suggested by stage-qa:

  http://poudriere.amdmi3.ru/data/10-amd64-default/failures_all_2015_09_28/logs/errors/ufmcontrol-i18n-0.3.5.log

  - Fix indentation
  - Set DATADIR, fixing xufmrc installation. Without that, incorrect DATADIR is
    created, and xufmrc is installed AS (as opposed to `into') share/ufmcontrol.

  PR:	203490
  Submitted by:	amdmi3

Changes:
  head/audio/ufmcontrol-i18n/Makefile
  head/audio/ufmcontrol-i18n/files/
  head/audio/ufmcontrol-i18n/files/patch-src_bin_input.c
  head/audio/ufmcontrol-i18n/pkg-plist
Comment 2 Nicola Vitale freebsd_committer freebsd_triage 2015-10-04 16:18:55 UTC
Committed, thanks!