Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2004 12:58:10 -0600 (CST)
From:      Jeremy Messenger <mezz7@cox.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ryan@transaeris.com
Subject:   ports/64175: Patch port: x11-fm/velocity, fix the build with the future of GTK 2.4.
Message-ID:  <200403121858.i2CIwAve017083@ns1.mezzweb.com>
Resent-Message-ID: <200403121930.i2CJUIWN079231@freefall.freebsd.org>

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

>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 12 11:30:18 PST 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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