Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2004 14:35:29 +0200 (CEST)
From:      Tijl Coosemans <tijl@ulyssis.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65357: [patch] comms/tilp: fix broken build (due to gtk+ update)
Message-ID:  <200404091235.i39CZT5p071482@kalimero.kotnet.org>
Resent-Message-ID: <200404091240.i39CeKR3044457@freefall.freebsd.org>

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

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



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