From tijl@kalimero.kotnet.org  Fri Apr  9 05:35:43 2004
Return-Path: <tijl@kalimero.kotnet.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C9C2316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Apr 2004 05:35:43 -0700 (PDT)
Received: from outmx014.isp.belgacom.be (outmx014.isp.belgacom.be [195.238.2.69])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A13D143D49
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Apr 2004 05:35:40 -0700 (PDT)
	(envelope-from tijl@kalimero.kotnet.org)
Received: from kalimero.kotnet.org (206.138-136-217.adsl.skynet.be [217.136.138.206])
        by outmx014.isp.belgacom.be (8.12.9/8.12.9/Skynet-OUT-2.21) with ESMTP id i39CZZ7t029512
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 9 Apr 2004 14:35:35 +0200
        (envelope-from <tijl@kalimero.kotnet.org>)
Received: from kalimero.kotnet.org (localhost [127.0.0.1])
	by kalimero.kotnet.org (8.12.11/8.12.11) with ESMTP id i39CZUBT071483
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 9 Apr 2004 14:35:31 +0200 (CEST)
	(envelope-from tijl@kalimero.kotnet.org)
Received: (from tijl@localhost)
	by kalimero.kotnet.org (8.12.11/8.12.11/Submit) id i39CZT5p071482;
	Fri, 9 Apr 2004 14:35:29 +0200 (CEST)
	(envelope-from tijl)
Message-Id: <200404091235.i39CZT5p071482@kalimero.kotnet.org>
Date: Fri, 9 Apr 2004 14:35:29 +0200 (CEST)
From: Tijl Coosemans <tijl@ulyssis.org>
Reply-To: Tijl Coosemans <tijl@ulyssis.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] comms/tilp: fix broken build (due to gtk+ update)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         65357
>Category:       ports
>Synopsis:       [patch] comms/tilp: fix broken build (due to gtk+ update)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 09 05:40:20 PDT 2004
>Closed-Date:    Sat Apr 17 06:56:39 PDT 2004
>Last-Modified:  Sat Apr 17 06:56:39 PDT 2004
>Originator:     Tijl Coosemans
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD kalimero.kotnet.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Wed Apr 7 16:28:33 CEST 2004 root@kalimero.kotnet.org:/usr/obj/usr/src/sys/TIJL i386


	
>Description:
This port sets GTK_DISABLE_DEPRECATED during build, but uses an in gtk+ 2.4 deprecated struct.
Build log can be found at http://bento.freebsd.org/errorlogs/i386-4-full/tilp-6.68_2.log
>How-To-Repeat:
	
>Fix:

Add patch-src-Makefile.in (below) to the port's files/ directory

--- patch-src-Makefile.in begins here ---
--- src/Makefile.in.orig	Fri Apr  9 14:10:34 2004
+++ src/Makefile.in	Fri Apr  9 14:10:59 2004
@@ -218,7 +218,7 @@
 
 # libtool stuff: set export symbols for resolving
 tilp_LDFLAGS = $(LDFLAGS) $(no_undefined) #-lefence
-tilp_CFLAGS = $(CLFAGS) -DGTK_DISABLE_DEPRECATED
+tilp_CFLAGS = $(CLFAGS)
 subdir = src
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
--- patch-src-Makefile.in ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->vs 
Responsible-Changed-By: vs 
Responsible-Changed-When: Thu Apr 15 13:26:48 PDT 2004 
Responsible-Changed-Why:  
I'll handle this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=65357 
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Sat Apr 17 06:56:14 PDT 2004 
State-Changed-Why:  
Committed, thanks! 

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