From renato@data.galle.com.br  Wed Apr 20 18:57:27 2005
Return-Path: <renato@data.galle.com.br>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3400A16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 20 Apr 2005 18:57:27 +0000 (GMT)
Received: from data.galle.com.br (data.galle.com.br [200.246.25.10])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9256543D48
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 20 Apr 2005 18:57:25 +0000 (GMT)
	(envelope-from renato@data.galle.com.br)
Received: from data.galle.com.br (data.galle.com.br [200.246.25.10])
	by data.galle.com.br (8.13.1/8.13.1) with ESMTP id j3KIvMwl003331
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 20 Apr 2005 15:57:22 -0300 (BRST)
	(envelope-from renato@data.galle.com.br)
Received: (from renato@localhost)
	by data.galle.com.br (8.13.1/8.13.1/Submit) id j3KIvGmE003330;
	Wed, 20 Apr 2005 15:57:16 -0300 (BRST)
	(envelope-from renato)
Message-Id: <200504201857.j3KIvGmE003330@data.galle.com.br>
Date: Wed, 20 Apr 2005 15:57:16 -0300 (BRST)
From: Sylvio Cesar <sylvioc@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] x11/xdialog: added options --with-gnu-ld and --disable-gtktest, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify: vs

>Number:         80165
>Category:       ports
>Synopsis:       [PATCH] x11/xdialog: added options --with-gnu-ld and --disable-gtktest, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 20 19:00:39 GMT 2005
>Closed-Date:    Fri Apr 29 19:20:14 GMT 2005
>Last-Modified:  Fri Apr 29 19:20:14 GMT 2005
>Originator:     Sylvio Cesar
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD sylvioc.gmail.com 5.4-STABLE FreeBSD 5.4-STABLE #2: Sun Apr 10 04:35:12 BRT 2005
>Description:
- Added options --with-gnu-ld and --disable-gtktest
- Take maintainership


Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- xdialog-2.1.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/xdialog/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile	25 Jul 2004 16:24:58 -0000	1.25
+++ Makefile	20 Apr 2005 18:53:30 -0000
@@ -12,7 +12,7 @@
 MASTER_SITES=	http://thgodef.nerim.net/xdialog/
 DISTNAME=	${PORTNAME:S/x/X/}-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sylvioc@gmail.com
 COMMENT=	A drop in replacement for the "dialog" or "cdialog" programs
 
 USE_BZIP2=	yes
@@ -29,7 +29,7 @@
 LDFLAGS=	-L${LOCALBASE}/lib
 
 .if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+=	--disable-nls
+CONFIGURE_ARGS+=	--disable-nls --with-gnu-ld --disable-gtktest
 PLIST_SUB+=	NLS="@comment "
 .else
 USE_GETTEXT=	yes
--- xdialog-2.1.2.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: vs 
State-Changed-When: Thu Apr 21 07:48:22 GMT 2005 
State-Changed-Why:  
Is gtk only necessary for the WITH_NLS-build? 

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

From: Sylvio Cesar <sylvioc@gmail.com>
To: bug-followup@FreeBSD.org, sylvioc@gmail.com
Cc:  
Subject: Re: ports/80165: [PATCH] x11/xdialog: added options --with-gnu-ld and --disable-gtktest, take maintainership
Date: Fri, 29 Apr 2005 15:17:17 -0300

 Sorry.  I deceived myself with the options.  Please to close the PR
 without commit.
 
 Thanks,
 
 Sylvio Cesar
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Apr 29 19:20:03 GMT 2005 
State-Changed-Why:  
Closed at submitter's request. 

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