ports/64175: Patch port: x11-fm/velocity, fix the build with the future of GTK 2.4.

Jeremy Messenger mezz7 at cox.net
Fri Mar 12 19:30:19 UTC 2004


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list