Bug 157161 - Fix port: security/clamav-devel uses CONF_FILES internally
Summary: Fix port: security/clamav-devel 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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 20:50 UTC by Chris Rees
Modified: 2011-05-19 12:40 UTC (History)
0 users

See Also:


Attachments
file.diff (988 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: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:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

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

- Rename CONF_FILES to avoid conflict with incoming feature

PR: ports/157161
Submitted by: Chris Rees (utisoft@gmail.com)
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-05-19 12:35:37 UTC
garga       2011-05-19 11:35:28 UTC

  FreeBSD ports repository

  Modified files:
    security/clamav      Makefile 
    security/clamav-devel Makefile 
  Log:
  - s/CONF_FILES/CLAM_CONF_FILES/ to avoid a conflict in the future with new
    options with the same name that will be added to bsd.port.mk
  
  PR:             ports/157161, ports/157162
  Submitted by:   Chris Rees <utisoft@gmail.com>
  
  Revision  Changes    Path
  1.204     +3 -3      ports/security/clamav-devel/Makefile
  1.162     +3 -3      ports/security/clamav/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 Renato Botelho freebsd_committer freebsd_triage 2011-05-19 12:35:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!