From mezz@ns1.mezzweb.com  Fri Mar 12 11:24:52 2004
Return-Path: <mezz@ns1.mezzweb.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8AD9516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Mar 2004 11:24:52 -0800 (PST)
Received: from ns1.mezzweb.com (ip68-103-32-11.ks.ok.cox.net [68.103.32.11])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2BABA43D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Mar 2004 11:24:52 -0800 (PST)
	(envelope-from mezz@ns1.mezzweb.com)
Received: from ns1.mezzweb.com (localhost [127.0.0.1])
	by ns1.mezzweb.com (8.12.10/8.12.10) with ESMTP id i2CIwAKm017084;
	Fri, 12 Mar 2004 12:58:10 -0600 (CST)
	(envelope-from mezz@ns1.mezzweb.com)
Received: (from mezz@localhost)
	by ns1.mezzweb.com (8.12.10/8.12.10/Submit) id i2CIwAve017083;
	Fri, 12 Mar 2004 12:58:10 -0600 (CST)
	(envelope-from mezz)
Message-Id: <200403121858.i2CIwAve017083@ns1.mezzweb.com>
Date: Fri, 12 Mar 2004 12:58:10 -0600 (CST)
From: Jeremy Messenger <mezz7@cox.net>
Reply-To: Jeremy Messenger <mezz7@cox.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ryan@transaeris.com
Subject: Patch port: x11-fm/velocity, fix the build with the future of GTK 2.4.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         64175
>Category:       ports
>Synopsis:       Patch port: x11-fm/velocity, fix the build with the future of GTK 2.4.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 12 11:30:18 PST 2004
>Closed-Date:    Tue Mar 16 02:36:18 PST 2004
>Last-Modified:  Tue Mar 16 02:36:18 PST 2004
>Originator:     Mezz
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ns1.mezzweb.com 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Thu Jan 29
23:14:45 CST 2004 mezz@mezz.mezzweb.com:/usr/obj/usr/src/sys/BSDROCKS i386

>Description:
We need to get many GTK apps to get ready work with the new GTK 2.4. Yes,
this should still work with older and stable GTK 2.x. It's just basically
remove the DISABLE_*_DEPRECATED that was removed in GTK 2.3.

Reported by:	Brian Gruber <lists@bgruber.isa-geek.com>

>How-To-Repeat:
n/a

>Fix:

--- velocity.diff begins here ---
diff -ur velocity.orig/Makefile velocity/Makefile
--- velocity.orig/Makefile	Mon Mar  1 12:31:17 2004
+++ velocity/Makefile	Fri Mar 12 02:38:39 2004
@@ -19,6 +19,11 @@
 USE_LIBTOOL=	yes
 USE_X_PREFIX=	yes
 USE_BZIP2=	yes
+USE_REINPLACE=	yes
 USE_GNOME=	libgnomeui gnomedesktop librsvg2
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
+			${WRKSRC}/configure
 
 .include <bsd.port.mk>
--- velocity.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Sun Mar 14 14:20:32 PST 2004 
State-Changed-Why:  
Asked maintainer for approval. 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Sun Mar 14 14:20:32 PST 2004 
Responsible-Changed-Why:  
I'll handle this 

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

From: Pav Lucistnik <pav@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, mezz7@cox.net,
	ryan@transaeris.com
Cc:  
Subject: Re: ports/64175: Patch port: x11-fm/velocity, fix the build with
	the future of GTK 2.4.
Date: Sun, 14 Mar 2004 23:20:29 +0100

 Dear maintainer of FreeBSD port x11-fm/velocity, please take a look at
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=64175
 
 Do you approve this change?
 
 -- 
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 
 > Why do we need a film of "Lord of the Rings" when we have the book?
 Because watching a cg enhanced Legolas fire a flaming arrow
 into the heart of a warg is cool?
     - asdf@asdf.com in rec.games.roguelike.angband

From: Ryan Moe <ryan@say-10.net>
To: pav@FreeBSD.org
Cc: freebsd-gnats-submit@FreeBSD.org, mezz7@cox.net,
	ryan@transaeris.com
Subject: Re: ports/64175: Patch port: x11-fm/velocity, fix the build with the future of GTK 2.4.
Date: Tue, 16 Mar 2004 03:12:01 -0600

 On Sunday 14 March 2004 16:20, Pav Lucistnik wrote:
 > Dear maintainer of FreeBSD port x11-fm/velocity, please take a look at
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=64175
 >
 > Do you approve this change?
 
 Looks good to me.
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Tue Mar 16 02:36:11 PST 2004 
State-Changed-Why:  
Committed, thanks! 

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