Bug 157159 - Fix port: net/wowzamediaserverpro uses CONF_FILES internally
Summary: Fix port: net/wowzamediaserverpro 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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 20:50 UTC by Chris Rees
Modified: 2011-05-28 09:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.17 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:11 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:34 UTC
Maintainer of net/wowzamediaserverpro,

Please note that PR ports/157159 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157159

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-18 20:50:36 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Chris Rees 2011-05-18 21:33:15 UTC
Sorry, forgot to include a commit message:

- Rename CONF_FILES to avoid conflict with incoming feature

PR: ports/157159
Submitted by: Chris Rees (utisoft@gmail.com)
Comment 4 Piotr Rybicki 2011-05-18 22:26:21 UTC
Great! Please commit :-)

Regards.
-- 
Piotr Rybicki, Prezes ZarzÄdu
InnerVision Sp. z o.o.
http://www.innervision.pl
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2011-05-19 12:20:27 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 6 Frederic Culot freebsd_committer freebsd_triage 2011-05-28 09:02:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 7 dfilter service freebsd_committer freebsd_triage 2011-05-28 09:11:52 UTC
culot       2011-05-28 08:11:39 UTC

  FreeBSD ports repository

  Modified files:
    net/wowzamediaserverpro Makefile 
  Log:
  - Rename CONF_FILES to avoid conflict with new variable to be introduced
    in bsd.port.mk
  
  PR:             ports/157159
  Submitted by:   Chris Rees <utisoft@gmail.com>
  Approved by:    Piotr Rybicki <piotr.rybicki@innervision.pl> (maintainer)
  
  Revision  Changes    Path
  1.4       +3 -3      ports/net/wowzamediaserverpro/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 8 Frederic Culot freebsd_committer freebsd_triage 2011-05-28 09:12:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!