From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 9 05:40:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A7C16A52C for ; Fri, 9 Apr 2004 05:40:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F8ED43D5D for ; Fri, 9 Apr 2004 05:40:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i39CeKbv044458 for ; Fri, 9 Apr 2004 05:40:20 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i39CeKR3044457; Fri, 9 Apr 2004 05:40:20 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 9 Apr 2004 05:40:20 -0700 (PDT) Resent-Message-Id: <200404091240.i39CeKR3044457@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tijl Coosemans Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9C2316A4CE for ; 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 ; 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])with ESMTP id i39CZZ7t029512 for ; Fri, 9 Apr 2004 14:35:35 +0200 (envelope-from ) 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/65357: [patch] comms/tilp: fix broken build (due to gtk+ update) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tijl Coosemans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2004 12:40:20 -0000 >Number: 65357 >Category: ports >Synopsis: [patch] comms/tilp: fix broken build (due to gtk+ update) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Apr 09 05:40:20 PDT 2004 >Closed-Date: >Last-Modified: >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: >Unformatted: