Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2011 00:03:49 GMT
From:      Stephen Fisher <steve@stephen-fisher.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/154365: gtk20 port: add a port option to enable WITH_DEBUG
Message-ID:  <201101290003.p0T03nSi072303@red.freebsd.org>
Resent-Message-ID: <201101290010.p0T0AAvJ092266@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154365
>Category:       ports
>Synopsis:       gtk20 port: add a port option to enable WITH_DEBUG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 29 00:10:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Fisher
>Release:        8.1-RELEASE
>Organization:
>Environment:
FreeBSD xxx 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
The attached patch adds a port option to set WITH_DEBUG on the gtk20 port so that the setting can be stored for future builds of the port.  The port's Makefile already sets "--enable-debug=yes" when WITH_DEBUG is defined.

>How-To-Repeat:
n/a
>Fix:
Apply the attached patch in the x11-toolkits/gtk20 ports directory.


Patch attached with submission follows:

--- Makefile.orig	2010-12-04 00:34:16.000000000 -0700
+++ Makefile	2011-01-28 16:52:16.000000000 -0700
@@ -55,7 +55,8 @@
 CONFIGURE_ARGS+=	--enable-debug=yes
 .endif
 
-OPTIONS=	CUPS "Enable cups printing support" on
+OPTIONS=	CUPS "Enable cups printing support" on \
+		DEBUG "Turn on debugging" off
 
 .include <bsd.port.pre.mk>
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101290003.p0T03nSi072303>