From nobody@FreeBSD.org  Mon Jul 19 15:05:59 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 072071065788
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Jul 2010 15:05:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id EA6D38FC2C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Jul 2010 15:05:58 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6JF5wRQ026304
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Jul 2010 15:05:58 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o6JF5wnb026303;
	Mon, 19 Jul 2010 15:05:58 GMT
	(envelope-from nobody)
Message-Id: <201007191505.o6JF5wnb026303@www.freebsd.org>
Date: Mon, 19 Jul 2010 15:05:58 GMT
From: Joe Talbott <josepht@dragonflybsd.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: wpi license not required when building wpifw into the kernel.
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         148758
>Category:       conf
>Synopsis:       [build] [patch] wpi license not required when building wpifw into the kernel.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    bschmidt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 19 15:10:04 UTC 2010
>Closed-Date:    Wed Aug 11 06:30:51 UTC 2010
>Last-Modified:  Wed Aug 11 06:40:02 UTC 2010
>Originator:     Joe Talbott
>Release:        
>Organization:
DragonFly BSD
>Environment:
>Description:
Since there is no longer a need for a license acknowledgment when building wpifw as a module, remove the license requirement when building into the kernel as well.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/sys/conf/files b/sys/conf/files
index 0f0acf0..54d218b 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1859,7 +1859,7 @@ dev/wi/if_wi_pccard.c		optional wi pccard
 dev/wi/if_wi_pci.c		optional wi pci
 dev/wl/if_wl.c			optional wl isa
 wpifw.c			optional wpifw					\
-	compile-with	"${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:2144 -lintel_wpi -mwpi -c${.TARGET}" \
+	compile-with	"${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:2144 -mwpi -c${.TARGET}" \
 	no-implicit-rule before-depend local				\
 	clean		"wpifw.c"
 wpifw.fwo			optional wpifw				\


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: bschmidt 
State-Changed-When: Sun Aug 8 08:43:07 UTC 2010 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148758 
Responsible-Changed-From-To: freebsd-bugs->bschmidt 
Responsible-Changed-By: bschmidt 
Responsible-Changed-When: Sun Aug 8 08:44:02 UTC 2010 
Responsible-Changed-Why:  
Over to me (MFC reminder). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148758 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/148758: commit references a PR
Date: Sun,  8 Aug 2010 08:43:14 +0000 (UTC)

 Author: bschmidt
 Date: Sun Aug  8 08:43:01 2010
 New Revision: 211063
 URL: http://svn.freebsd.org/changeset/base/211063
 
 Log:
   License ACK is not required for the wpifw module nor when building
   it into the kernel.
   
   PR:		conf/148758
   Submitted by:	Joe Talbott <josepht at dragonflybsd.org>
   MFC after:	3 days
 
 Modified:
   head/sys/conf/files
 
 Modified: head/sys/conf/files
 ==============================================================================
 --- head/sys/conf/files	Sun Aug  8 08:22:53 2010	(r211062)
 +++ head/sys/conf/files	Sun Aug  8 08:43:01 2010	(r211063)
 @@ -1859,7 +1859,7 @@ dev/wi/if_wi_pccard.c		optional wi pccar
  dev/wi/if_wi_pci.c		optional wi pci
  dev/wl/if_wl.c			optional wl isa
  wpifw.c			optional wpifw					\
 -	compile-with	"${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:2144 -lintel_wpi -mwpi -c${.TARGET}" \
 +	compile-with	"${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:2144 -mwpi -c${.TARGET}" \
  	no-implicit-rule before-depend local				\
  	clean		"wpifw.c"
  wpifw.fwo			optional wpifw				\
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: bschmidt 
State-Changed-When: Wed Aug 11 06:28:00 UTC 2010 
State-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=148758 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/148758: commit references a PR
Date: Wed, 11 Aug 2010 06:29:53 +0000 (UTC)

 Author: bschmidt
 Date: Wed Aug 11 06:29:40 2010
 New Revision: 211165
 URL: http://svn.freebsd.org/changeset/base/211165
 
 Log:
   MFC r211063:
   License ACK is not required for the wpifw module nor when building
   it into the kernel.
   
   PR:		conf/148758
   Submitted by:	Joe Talbott <josepht at dragonflybsd.org
 
 Modified:
   stable/8/sys/conf/files
 Directory Properties:
   stable/8/sys/   (props changed)
   stable/8/sys/amd64/include/xen/   (props changed)
   stable/8/sys/cam/   (props changed)
   stable/8/sys/cddl/contrib/opensolaris/   (props changed)
   stable/8/sys/contrib/dev/acpica/   (props changed)
   stable/8/sys/contrib/pf/   (props changed)
   stable/8/sys/dev/xen/xenpci/   (props changed)
 
 Modified: stable/8/sys/conf/files
 ==============================================================================
 --- stable/8/sys/conf/files	Wed Aug 11 06:22:18 2010	(r211164)
 +++ stable/8/sys/conf/files	Wed Aug 11 06:29:40 2010	(r211165)
 @@ -1816,7 +1816,7 @@ dev/wi/if_wi_pccard.c		optional wi pccar
  dev/wi/if_wi_pci.c		optional wi pci
  dev/wl/if_wl.c			optional wl isa
  wpifw.c			optional wpifw					\
 -	compile-with	"${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:2144 -lintel_wpi -mwpi -c${.TARGET}" \
 +	compile-with	"${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:2144 -mwpi -c${.TARGET}" \
  	no-implicit-rule before-depend local				\
  	clean		"wpifw.c"
  wpifw.fwo			optional wpifw				\
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
