From jgh@FreeBSD.org  Fri Feb  1 01:31:26 2013
Return-Path: <jgh@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 4836DC9E;
	Fri,  1 Feb 2013 01:31:26 +0000 (UTC)
	(envelope-from jgh@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87])
	by mx1.freebsd.org (Postfix) with ESMTP id 25A3AAE;
	Fri,  1 Feb 2013 01:31:26 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r111VQ4c073980;
	Fri, 1 Feb 2013 01:31:26 GMT
	(envelope-from jgh@freefall.freebsd.org)
Received: (from jgh@localhost)
	by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r111VPfE073979;
	Fri, 1 Feb 2013 01:31:25 GMT
	(envelope-from jgh)
Message-Id: <201302010131.r111VPfE073979@freefall.freebsd.org>
Date: Fri, 1 Feb 2013 01:31:25 GMT
From: Jason Helfman <jgh@FreeBSD.org>
Reply-To: Jason Helfman <jgh@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: bapt@FreeBSD.org
Subject: [patch][bsd.options.mk]: activate DEBUG
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         175747
>Category:       ports
>Synopsis:       [patch][bsd.options.mk]: activate DEBUG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    portmgr
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 01 01:40:00 UTC 2013
>Closed-Date:    
>Last-Modified:  Fri Feb 01 01:40:08 UTC 2013
>Originator:     Jason Helfman
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r245102: Sun Jan 6 15:01:33 UTC 2013 root@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


	
>Description:
turn on debugging for new options framework (consider for default)
>How-To-Repeat:
	
>Fix:

Index: bsd.options.mk
===================================================================
--- bsd.options.mk	(revision 311344)
+++ bsd.options.mk	(working copy)
@@ -66,6 +66,12 @@
 # Activate IPV6 by default
 PORT_OPTIONS+=	IPV6
 
+# Activate debugging
+
+.if !defined(WITHOUT_DEBUG)
+PORT_OPTIONS+=	DEBUG
+.endif
+
 # Exclude per arch options
 .for opt in ${OPTIONS_EXCLUDE_${ARCH}}
 OPTIONS_DEFINE:=	${OPTIONS_DEFINE:N${opt}}
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 1 01:40:08 UTC 2013 
Responsible-Changed-Why:  
bsd.options.mk is portmgr territory (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175747 
>Unformatted:
