Bug 157156 - Fix port: audio/oss uses CONF_FILES internally
Summary: Fix port: audio/oss uses CONF_FILES internally
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: Jung-uk Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 20:50 UTC by Chris Rees
Modified: 2011-05-19 20:11 UTC (History)
0 users

See Also:


Attachments
file.diff (1.07 KB, patch)
2011-05-18 20:50 UTC, Chris Rees
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rees 2011-05-18 20:50:10 UTC
As discussed on ports@ and with bapt, new variables CONF_FILES and CONF_DIRS are to be introduced to bsd.port.mk.

This causes problems in some ports, of which this is one.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-18 20:50:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jkim

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Chris Rees 2011-05-18 21:35:41 UTC
Sorry, forgot to include a commit message:

- Rename CONF_FILES to avoid conflict with incoming feature

PR: ports/157156
Submitted by: Chris Rees (utisoft@gmail.com)
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-05-19 20:09:06 UTC
jkim        2011-05-19 19:08:54 UTC

  FreeBSD ports repository

  Modified files:
    audio/oss            Makefile 
  Log:
  Rename CONF_FILES to avoid conflict with an upcoming infrastructure change.
  
  PR:             ports/157156
  Submitted by:   Chris Rees (utisoft at gmail dot com)
  Discussed with: bapt
  
  Revision  Changes    Path
  1.41      +2 -2      ports/audio/oss/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 4 Jung-uk Kim freebsd_committer freebsd_triage 2011-05-19 20:10:42 UTC
State Changed
From-To: open->closed

Committed.  Thanks!