Bug 157163 - Fix port: www/lighttpd uses CONF_FILES internally
Summary: Fix port: www/lighttpd 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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 20:50 UTC by Chris Rees
Modified: 2011-05-18 22:59 UTC (History)
0 users

See Also:


Attachments
file.diff (838 bytes, 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:12 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:51:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

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

- Rename CONF_FILES to avoid conflict with incoming feature

PR: ports/157163
Submitted by: Chris Rees (utisoft@gmail.com)
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-05-18 22:43:55 UTC
mm          2011-05-18 21:43:41 UTC

  FreeBSD ports repository

  Modified files:
    www/lighttpd         Makefile 
  Log:
  - Rename CONF_FILES to avoid conflict with incoming feature [1]
  - Rename CONFD_FILES to match changed naming
  - Fix IGNORE message
  
  PR:             ports/157163 [1]
  Submitted by:   Chris Rees <utisoft@gmail.com> [1]
  
  Revision  Changes    Path
  1.97      +12 -11    ports/www/lighttpd/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 Martin Matuska freebsd_committer freebsd_triage 2011-05-18 22:59:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!