Bug 165172 - [error fix] audio/libbs2b
Summary: [error fix] audio/libbs2b
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-15 10:40 UTC by RyōTa SimaMoto
Modified: 2012-02-16 02:30 UTC (History)
0 users

See Also:


Attachments
file.diff (770 bytes, patch)
2012-02-15 10:40 UTC, RyōTa SimaMoto
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description RyōTa SimaMoto 2012-02-15 10:40:08 UTC
Fix of a bug spotted by ports/157174.

For removing the line of USE_PKGCONFIG, a BUILD_DEPENDS
line is added to obtain pkg-config command.

Fix: Patch attached with submission follows:
How-To-Repeat: USE_PKGCONFIG= yes # does not exist
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-02-15 11:44:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-16 02:25:34 UTC
scheidell    2012-02-16 02:25:23 UTC

  FreeBSD ports repository

  Modified files:
    audio/libbs2b        Makefile 
  Log:
  - Remove invalid USE_PKGCONFIG [1], reported in ports/157174 [2]
  - Add BUILD_DEPENDS for pkg-config [1]
  - No bump portrevision since USE_PKGCONFIG was ignored anyway.
  
  PR:             ports/165172 [1]
  Submitted by:   RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer) [1]
  Reported by:    Alex kozlov <spam@rm-rf.kiev.ua> [2]
  Approved by:    gabor (mentor, implicit)
  Feature safe:   Yes
  
  Revision  Changes    Path
  1.2       +1 -1      ports/audio/libbs2b/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Michael Scheidell freebsd_committer freebsd_triage 2012-02-16 02:25:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!