Bug 157157

Summary: Fix port: net/iet uses CONF_FILES internally
Product: Ports & Packages Reporter: Chris Rees <utisoft>
Component: Individual Port(s)Assignee: Xin LI <delphij>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

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

- Rename CONF_FILES to avoid conflict with incoming feature

PR: ports/157157
Submitted by: Chris Rees (utisoft@gmail.com)
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-05-19 00:41:51 UTC
delphij     2011-05-18 23:41:41 UTC

  FreeBSD ports repository

  Modified files:
    net/iet              Makefile 
  Log:
  Resolve conflict against b.p.m's CONF_* variables.
  
  Submitted by:   Chris Rees <utisoft gmail.com>
  PR:             ports/157157
  
  Revision  Changes    Path
  1.7       +4 -5      ports/net/iet/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 Xin LI freebsd_committer freebsd_triage 2011-05-19 00:41:54 UTC
State Changed
From-To: open->closed

Committed, thanks!